Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do .... with parameters
Message
 
À
25/05/2005 16:30:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01017644
Message ID:
01017650
Vues:
21
If you want the PRG to do what the form method do:
if glModifyBenchmark then
   LcBenchAccountToRerun = alltrim(ThisForm.textbox8.value)
   BenchMark(LcBenchAccountToRerun)
else
   DO rerun
endif

FUNCTION benchmark(lcAcctRerun)

LOCAL lcOldCentury, lcOldSetDate

? lcAcctRerun

SET ASSERTS ON
ASSERT .f.

? lcAcctRerun

WAIT WINDOW NOWAIT 'Extracting Benchmark...'
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform