Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running command in another form from current form
Message
From
26/05/1999 20:19:15
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00223254
Message ID:
00223255
Views:
26
Nick-

>do frm_statrep.cmdReturn.click()

Unless frm_statrep is a global variable reference to the form object, it is out of scope. It is actually a member of the _screen object. Check out the _screen.forms() collection.

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform