Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to activate a system menu PAge setup from a form?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00126423
Message ID:
00126486
Vues:
26
>Is your form Modal? If so, you should make it non-modal. TO make sure that execution of the program stops when the form is visible, do this:
>
>DO MyForm
>READ EVENTSIn the unload method of your form, put a CLEAR EVENTS. This way execution will stop after your form is displayed and wait at the READ EVENTS. When the form is unloaded, execution will continue with the line after READ EVENTS.
>
>>I wrote a small application that has a single form, report.
>>When I run that application, All system menus are deactivated.
>>including print, page setup etc.
>>
>>How to activate them?
>>
>>--satya


I wrote in a PRG

do form form1
read events

in side form, I wrote in unload event -- CLEAR EVENTS

but system is going to infinite loop

and when pressed ++ it says cannot quit forxpro
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform