Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter clear
Message
From
17/10/2004 16:12:06
 
 
To
17/10/2004 15:51:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00951906
Message ID:
00952128
Views:
12
>hi,
>
>i try and i get data,but still the same message
>? m.lcBillNo,m.lcDateIn
>? THISFORM.TEXT1.VALUE
>? THISFORM.TEXT2.VALUE
>
>thanks.
>m.qasem

Hi,

Check the type of variables, looks like you need to use conversion to build correct filter expression.

? "m.lcBillNo", VarType( m.lcBillNo)
? "m.lcDateIn", VarType( m.lcDateIn)
Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform