locate with 2 fields doesn't work
Posted: Mon 09 Jun 2008 14:35
Normally I use only one key to locate a record.
Now I have to find a record with two fields.
This is what I use
This occurs an error, because the second field is not found. But the fields are created (seen with virtualtable.getfieldnames).
Is this a bug. Is there another way to find the record except the filter?
Now I have to find a record with two fields.
This is what I use
Code: Select all
if Virtualtable.Locate('programma_id, lijstnummer',vararrayof([StrProgrid,IntLijstnr]),[])
Is this a bug. Is there another way to find the record except the filter?