2009-12-04 15:55 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/src/rdd/dbf1.c
! fixed variable length field setting after DBCREATE()
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-12-04 15:55 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
|
||||
* harbour/src/rdd/dbf1.c
|
||||
! fixed variable length field setting after DBCREATE()
|
||||
|
||||
2009-12-04 10:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/tests/testprn.prg
|
||||
! Fixed to fit all examples on the page.
|
||||
|
||||
@@ -3113,6 +3113,7 @@ static HB_ERRCODE hb_dbfCreate( DBFAREAP pArea, LPDBOPENINFO pCreateInfo )
|
||||
uiCount = ( pArea->uiNullCount + 7 ) >> 3;
|
||||
pThisField->bLen = ( BYTE ) uiCount;
|
||||
pThisField->bDec = ( BYTE ) ( uiCount >> 8 );
|
||||
pArea->uiNullOffset = pArea->uiRecordLen;
|
||||
pArea->uiRecordLen += uiCount;
|
||||
ulSize += sizeof( DBFFIELD );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user