Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to activate a system menu PAge setup from a form?
Message
From
13/08/1998 09:53:47
 
 
To
13/08/1998 09:13:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00126423
Message ID:
00126489
Views:
22
>>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
>
>
>Thanks . Problem Solved...... No Still there.....


I wrote in PRG

do form form1
read events

in form unload event wrote CLEAR EVENTS,
and set form WINDOW TYPE 1-MODE LESS

but when i run PRG, form works properly but when I CLose Form,
in File menu all pads are disabled. But I want PAGE SETUP enabled.


Is it not possible to do this without a PRG file, ie only one form no PRG .
--satya
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform