Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal form not showing up ONLY when .exe run in non-VFP env
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Modal form not showing up ONLY when .exe run in non-VFP env
Miscellaneous
Thread ID:
00811268
Message ID:
00811268
Views:
39
The following code is in a startup.prg:
DO FORM datasources TO CurDataSource

"datasources" is a modal form which allows users to select from different databases. The problem is, this code works fine in VFP and when I run the compiled exe from the VFP command window. It doesn't work (almost like it's skipped) when the .exe is run from Windows.

Any ideas why? All default form props except:
AlwaysOnTop = .t.
AutoCenter = .t.
WindowType = 1-Modal
Next
Reply
Map
View

Click here to load this message in the networking platform