Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter clear
Message
From
17/10/2004 16:23:49
 
 
To
17/10/2004 15:51:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00951906
Message ID:
00952130
Views:
11
>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

In case m.lcBillNo - "N", m.lcDateIn - "D"
Local lcFilter
lcFilter = "BILLNO=" + Transform( m.lcBillNo) + " AND DATEIN=CTOD('" + DTOC( m.lcDateIn) + "')"
Set Filter To &lcFilter
In case m.lcBillNo - "C", m.lcDateIn - "D"
Local lcFilter
lcFilter = "BILLNO='" + AllTrim( m.lcBillNo) + "' AND DATEIN=CTOD('" + DTOC( m.lcDateIn) + "')"
Set Filter To &lcFilter
and so on...

HTH
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform