Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logic Field
Message
De
27/02/2001 01:58:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Logic Field
Divers
Thread ID:
00479918
Message ID:
00479918
Vues:
50
I have a logic field eg. pay,
if .NULL. means no need to pay,
.T. means customer paid thier bill already
.F. means customer no yet pay

I have a parameter view to let users select the records set :

SELE * FROM customer ;
WHERE BETWEEN(pay,?mPay1,?mPay2)


IF users select PAY, mpay1 = .T. and mpay2 = .T.
IF users select NO PAY , mPay1 = .f. and mpay2 = .F.,

But problem is if users select ALL, how to set the mpay1 and mpay?

Any advise.

TIA.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform