Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top Level Form Calling Another Top Level Form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00402040
Message ID:
00402297
Views:
7
When I needed to do something like that I tried Activate Window SomeForm and it didn't work. Looking in the debugger I saw that the form name is overidden for top level forms and assigned some system generated name. The workaround was:

lcFormName = Someform.name
Activate Window (lcFormName)

Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform