Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read Events
Message
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Title:
Miscellaneous
Thread ID:
00473902
Message ID:
00473938
Views:
18
Do you have a CONFIG.FPW in the path or compiled into the app? If so, does it have a SCREEN=OFF line in it? If so, your application is starting and entering the wait state specified by the READ EVENTS but the application isn't visible.

Try issuing a _Screen.Visible = .T. just before the READ EVENTS.

HTH.

>Hi Everyone:
> I need serious help with my app. When I double click on my icon to run the app nothing happens and it just sit there. I used Wizard Setup to create the app. Earlier I was ask if I am using the Read Events in my Startup program which I am . I am not sure if Read Evetns could be causing my app not to run. Here is the code for my startup program.
>
>set sysmenu off
>set path to ".\Data;forms;progs;include;bitmaps"
>Do Form forms\frmacct.scx
>_screen.autocenter = .T.
>Read events
>clear all
>
>Can someone please help me out here.
>Thanks
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform