Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Single-window application
Message
From
26/10/2010 19:51:36
 
 
To
26/10/2010 17:45:55
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01487017
Message ID:
01487045
Views:
74
There's no reason not to use read events. For a single form, you can also declare a global variable, say, oForm and then
do form xxx name oForm
and then RELEASE oForm when you want the form to go away.

Hank

>>>This is the first time I do this kind of thing... At runtime (when converted to an EXE), I want a single-window application, rather than my form opening within the main VFP form. What are the settings I need for this? I tried the top-level-form setting, but that doesn't seem to be enough.
>>>
>>>TIA,
>>>
>>>Hilmar.
>>
>>As Hank said, SCREEN = OFF in config.fpw and form as Top Level form.
>
>OK, thanks to you both. It turns out I also had to add a missing READ EVENTS: I thought that, if I had main form modal, that might not be necessary, but it didn't work.
Previous
Reply
Map
View

Click here to load this message in the networking platform