Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Executable file
Message
From
16/02/2004 06:37:11
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
16/02/2004 03:23:52
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Miscellaneous
Thread ID:
00877554
Message ID:
00877591
Views:
16
>Hi to All,
>im using foxpro for windows, i need to know what is the counter part of 'read events' in fox for windows co'z my executable files is not working properly, it will Disappear every time i executed.

Let me elaborate on Cetin's explanation. The simplest form to do this is with a variable:

READ VALID lQuit

lQuit would initially be .F.; in your menu command "File - Quit", you can include the command lQuit = .T.

A more sophisticated approach allows you to use a UDF instead of a variable, to have multiple forms open; this is a sort of simulation, is slow, and complicated. Rather than doing this, I would recommend switching to VFP instead.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform