Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One form application
Message
From
06/12/1999 18:40:00
 
 
To
06/12/1999 14:53:45
Carlos Serrano
Sistemas Imagen S. A.
Guayaquil, Ecuador
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00299291
Message ID:
00299416
Views:
18
>Tnx a lot for the quick response Erik.
>
>I did it, but the form show up for a second then it close by itself. I tryed changing the modal type but without any result.
>
>Regards
>
>Carlos


Carlos, Jeffrey-

Make sure the form in question's ShowWindow property is = 2 (In top-level-form)

Then all you need is a main startup program that calls the form and issues a READ EVENTS

THe WindowType property is irrelevant.

To close the application, your form needs a close button that issues simply:

THISFORM.Release()

and then put CLEAR EVENTS in the Form.Destroy.

This is all it takes. I have several applications that work just like this. Let me know if you still can't get it to work.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform