Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date Filter on Form doesn't work properly
Message
De
23/04/2010 10:31:07
Mike Yearwood
Toronto, Ontario, Canada
 
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:
01461717
Vues:
104
Hi Hugo

Wouldn't execscript be heavy overkill?

I just had a thought triggered by your quote of premature optimization being the root of evil in programming.

If I use drywall and two-by-fours to build a house instead of toothpicks, I have chosen to optimize the construction process before the house is built rather than having built it with toothpicks and then throwing it all away. If I chose techniques that result in quickly built, reliable code, that is also fast, then IMO the evil is in not building optimal code in the first place, no?

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

Click here to load this message in the networking platform