Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set a form active?
Message
From
18/03/2004 23:06:23
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00887371
Message ID:
00887771
Views:
11
Tony,

Try following in click event
*-- click
if wexist("myform")
    *-- this.o_form[1].name
    activate window "myform"
else
   *-- do form with ...,...
endif
Manoj
>hi,
>
>I am several form on screen, one of them act a menu bar, by clicking a button on that form, i want to set active on another. Is there a way to do that apart from calling individual control on the particular form. i try calling SetActiveWindow on the form handle, didn't work. is there a way something like
Manoj Karki
manoj0karki@yahoo.com
Nepal
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform