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