Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Activate or deactivate the main form
Message
From
13/04/2024 00:48:12
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01687848
Message ID:
01687849
Views:
53
Likes (1)
>Hello friends; I have a main form, from this I send to another that is not part of the main form. How can I activate or deactivate the main form?

Make the "another" form a modal one. A modal form will keep focus until it is released. To make a form modal, you have two options:
1. Yourotherform.Show(1)
2. Yourotherform.WindowType = 1
Previous
Reply
Map
View

Click here to load this message in the networking platform