Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems while runninf a VFP 5.0 executable...
Message
From
22/10/1997 08:46:26
 
 
To
22/10/1997 08:17:20
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00055978
Message ID:
00055991
Views:
26
>I tried to:
> - create a project;
> - built the project as an executable;
> - run Setup Wizard and create the distribution kit;
> - install the application and create an icon for it;
> - start the application;
>
> The result is that the application window appears on the screen for an instant and dissapears.
>
> As I can see, the setup wizard has distributed the VFP runtime libraries...
>
> Can someone tell me what I miss here ?
>
>Thanks!

You miss a READ EVENT (and a CLEAR EVENT, of course) probably. You must have a READ EVENT in your app. When you're develpment environment of VFP, you have the default READ EVENT which is in effect. When you run your exe you don't have it anymore, so you must issue one (usually after you activate your menu, but the place where you must put it depends on your app's structure).

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform