Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do .... with parameters
Message
 
To
25/05/2005 16:30:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01017644
Message ID:
01017650
Views:
20
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform