Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date Filter on Form doesn't work properly
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01461572
Message ID:
01461606
Vues:
58
You can do something along this lines:
	cFrom	= '{^' + cFromYear + "/" + cFromMonth + "/" + cFromDate + '}'
	cThru	= '{^' + cThruYear + "/" + cThruMonth + "/" + cThruDate + '}'

	cFilter	= [SET FILTER TO BETWEEN(Quotes.dQuote, &cFrom, &cThru)]
	ExecScript(cFilter) && or &cFilter
Hugo
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform