API methods on binary link

Ruslan Zasukhin sunshine at public.kherson.ua
Sat Jan 22 15:36:35 CST 2005


On 1/22/05 3:27 PM, "Olivier" <vidal_olivier at yahoo.fr> wrote:

>>> If I want to see all the streets the zip of which begins with '33', in
>>> SQL I makes:
>>> 
>>> SELECT * FROM ZIPCity, Streets WHERE left(zip,2)='33'
>> 
>> You make at first search in table ZIP
>> 
>>     set1 = fldZip.Find( 33 )
>> 
> 
> I want ONLY the zip BEGINNING by 33. ( left(zip,2)=33).
> 
> how ?

    Vfield.FindStartWith( "33" )

Although I am not sure we have finish it for numeric fields.
Check it

-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------




More information about the Valentina-beta mailing list