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
Title:
Modal forms - how ot do
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01170728
Message ID:
01170728
Views:
60
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
Next
Reply
Map
View

Click here to load this message in the networking platform