Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal forms - how ot do
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01170728
Message ID:
01170757
Views:
6
Hi Michael,

Is your form TopLevel form? If so, it can't be modal.

>Yes, I do.
>
>Any other ideas?
>Mike
>
>
>>Do you have a READ EVENTS in your Main.prg?
>>
>>
>>>The craziest thing has happened.
>>>
>>>I have a form that shows on startup to allow the user to pick the branch they wish to view.
>>>
>>>From the development environment (i.e. the command window) the form shows up.
>>>From the exe it doesn't appear.
>>>
>>>It is actually a class.
>>>Here is what I do
>>>
>>>oBranch=createobject('frm_GetBranch')
>>>oBranch.show(1)
>>>
>>>Then when the form is closed, (I use hide method, so I can read one of the properties.
>>>
>>>lnBrnID=oBranch.nBrnID
>>>release oBranch
>>>
>>>Then continue with lnBrnID in the rest of my code.
>>>
>>>What happens in development is as expected. The form appears, the user picks the branch and the code continues...
>>>
>>>Yet when I build the exe, it doesn't stop.
>>>
>>>Any ideas?
>>>Mike
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform