Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing a form outside of a formset
Message
From
05/03/1998 03:04:36
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00082564
Message ID:
00082631
Views:
44
>I have two forms open at the same time in my application. If Form1 is the active form, how do I programmatically set the focus to Form2 and make it the active form if Form1 and Form2 aren't part of a formset?
>
>Thanks for the help,
>
>-Patrick Kirkman
Ed's suggestion is perfect for this. Another way is to launch the forms with "name" clause.
do form formA name "FormA"
..
do form formB name "FormB"

* FormA
FormB.control.pem
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform