Integrating three tables

Ruslan Zasukhin sunshine at public.kherson.ua
Sat Dec 10 12:16:31 CST 2005


On 12/10/05 2:16 AM, "jda" <jda at his.com> wrote:

>> API:
>> 
>>     if( boFields.RefPtr.Exists(11) AND
>>         boFields.LablePtr.Exists(1) )
>> 
>> 
> 
> Hi Ruslan,
> 
> I didn't find .Exists, but I did find .RecordExists.

Aha, I have mean   Vfield.ValueExists() method.
 

> 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?

     if( boFields.RefPtr.ValueExists(11) AND
         boFields.LablePtr.ValueExists(1) )


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list