Design question

Arthur Clemens aclemens at xs4all.nl
Thu Dec 4 01:16:37 CST 2003


On Dec 3, 2003, at 14:50, Ruslan Zasukhin wrote:

> VDK_ULong* pFld = cursor->GetULongField( "RecID" );
>     FBL_REC_ID* pRecID = (FBL_REC_ID*) pfld->GetDataPtr();
>
>     do {
>         if( *RecID != 0 ) {
>             NSLog(@"found: %d", *RecID);
>         }
>     } while( cursor->NextRecord() );

GetDataPtr seems to be only for VDK_Parameter...

Arthur


More information about the Valentina mailing list