Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need Some Programming Help
Message
 
À
12/02/2003 10:39:27
Julie Ball
Gardner Publications, Inc.
Cincinnati, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00752287
Message ID:
00752295
Vues:
9
This message has been marked as a message which has helped to the initial question of the thread.
You need to set form.windowtype to Modal or if you need it modeless,

***Display company record form
DO FORM pfd_addr
READ EVENTS
...
* and add CLEAR EVENTS into form.unload.
See more details in VFP Help for READ EVENTS.

>I have a program that actually initiates other programs and a form. My problem occurs when the form is set off to run but my program continues to run instead of waiting until my form is released. Below is my code:
>
>
>***Opening Procedures
>DO pfd_open.prg
>
>***Display company record form
>DO FORM pfd_addr
>
>***Opening Procedures
>DO pfd_close.prg
>
>I know this is probably something very simple that I am overlooking.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform