Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setall to method ?
Message
From
31/07/2000 16:09:08
 
 
To
31/07/2000 04:17:07
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00398692
Message ID:
00398980
Views:
28
Why not try this.

Create a Property on the form...let say. CallThisFunction

The set the property to the function you want to call

eg.. ThisForm.CallThisFunction = "ThisForm.Function1()" or
ThisForm.CallThisFunction = "ThisForm.Function2()" or
ThisForm.CallThisFunction = "ThisForm.Function3()"

In All the pages activate method...put this code.

lFunction = ThisForm.CallThisFunction

&lFunction ..will execute whatever method is currently assigned to ThisForm.CallThisFunction

Carl
Previous
Reply
Map
View

Click here to load this message in the networking platform