Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Autoexec Form method on load
Message
 
To
05/06/2001 19:46:49
Alan Law
Apocalypse Enterprises Inc.
Victoria, British Columbia, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00515496
Message ID:
00515511
Views:
12
You can do it the same way you call the form - i.e. use a timer on the automatically called form.
To control the sequence of methods calls you need to add some custom properties to the form that will act as flags, the timer code can be:
do case
case thisform.startTheShow
  =thisform.method1()
  thisform.method1Executed = .t.
case thisform.method1Executed
  =thisform.method2()
  thisform.method2Executed = .t.
...
otherwise
endcase
Doru
Previous
Reply
Map
View

Click here to load this message in the networking platform