Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application .exe loads to quickly
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00657442
Message ID:
00658301
Views:
21
>I built a quick data entry application by dragging & dropping a database with one table to a form and added a tool bar from the component gallery. When I build the project to a Win32 .exe and try to execute the file from outside of FoxPro, the application form Loads and unloads rather quickly before I can see anything on the screen.I t kind of just opens and closes. I ahve a P4 1.8 ghz machine and think the machine is faster than they app. I have tried other slower machines but with the same results. I remember this problem occcuring 3 years when I first worked with Foxpro but dont remember the solution, and I have now just returned to Fox work and am very rusty
>
>Any Solutions?????
    ON SHUTDOWN DO XIT
    _SCREEN.Caption = "whatever"
    PRIVATE USERLEVEL			   && GLOBAL VARIABLES
    PRIVATE SECID
    PRIVATE USERPASS
    PRIVATE QUERYCAP
...
    IF USERPASS= "          "                  && BAD Login! (do nothing)
...
    ELSE
        DO MENUTOOL.MPR
        DO Form NTABTOOL
        READ EVENT      
    ENDIF
    DO CLEANUP
...
PROCEDURE XIT
    ON ERROR
...
        *** Main and
        *** Security Requires CLEAR Events, Release Window
        Clear EVENTS
        RELEASE WINDOW
...
        **** Customer and Location and PASSWORD and Query
        **** need CLEAR Windows
        Clear WINDOWS
Edgar L. Bolton, B.S. B.B.A.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform