Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form wont stay active
Message
From
10/05/2001 16:58:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Form wont stay active
Miscellaneous
Thread ID:
00506003
Message ID:
00506003
Views:
43
I cannot get myform.show() with a read events to keep the form active
when it is being called from a .vcx but it will when first class is
created in .prg?

Example

myform =createobject('frmmyform')
myform.show()
read events

This works in the main.prg but not from one class to another. I have
to put

myform.show(1)
read events

which makes it modal and disables the menu bar.

Any help would be great.
Next
Reply
Map
View

Click here to load this message in the networking platform