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:
00515501
Views:
12
>Hi folks,
>
>I want to use a Form to monitor the state of a series of custom methods. In other words, I want to show Stage A started, then completed, Stage B started, etc. The various Stages are custom form methods.
>
>The trick is this has to happen automatically once the form is loaded (it gets called from a timer event), without any user intervention.
>
>I don't know how/where to call the custom methods. Should I imbed a call directly in a form method (which one), or maybe stuff a KEYBOARD call to an invisible control, or is there a way to do this outside the form's control ? What's the best way to implement this ?
>
>Thanks in advance for any tips.

I'm not sure if I understood exactly what your trying to do but have you looked at the following standard form methods:

Init()
Activate()
Load()

They all are called when a form is instantiated and you can put code in them to call custom methods.
Rip Ryness
International Falls, MN
Previous
Reply
Map
View

Click here to load this message in the networking platform