Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filter clear
Message
De
17/10/2004 16:23:49
 
 
À
17/10/2004 15:51:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00951906
Message ID:
00952130
Vues:
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

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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform