>API:
>
> if( boFields.RefPtr.Exists(11) AND
> boFields.LablePtr.Exists(1) )
>
>
Hi Ruslan,
I didn't find .Exists, but I did find .RecordExists.
However, I don't have it quite right. This is not correct syntax:
myDatabase.myMoreFields.refPtr(11).RecordExists
What is the correct way to state this?
Thanks,
Jon