Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full screen
Message
From
09/11/2005 07:22:31
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01066715
Message ID:
01066727
Views:
20
HI,

thank you, it works.

regards.

>Do not use thisform, use the code as is posted.
>
>
>>hi,
>>thank you , it works as
>>
>>REPORT FORM Report1 NOCONSOLE TO PRINTER PROMPT PREVIEW
>>
>>but how i can use all code , I build myform before
>>
>>i know this is error  THISFORM
>>------------------------------------
>>thisform            = CREATEOBJECT("thisform")
>>thisform.Name        = "PrintPreview"
>>thisform.WindowState = 2   && Maximised
>>thisform.Visible     = .t.
>>wnd_name          = thisform.Name
>>REPORT FORM Report1 NOCONSOLE TO PRINTER PROMPT PREVIEW WINDOW (wnd_name)
>>thisform = NULL
>>RELEASE thisform, wnd_name
>>
>>
>>THANKS
>>
>>
>>>>hi all,
>>>>
>>>>any idea,help
>>>>i need to show my report as full screen
>>>>
>>>>report form report1 preview
>>>>
>>>>
>>>>thanks
>>>
>>>oForm             = CREATEOBJECT("Form")
>>>oForm.Name        = "PrintPreview"
>>>oForm.WindowState = 2   && Maximised
>>>oForm.Visible     = .t.
>>>wnd_name          = oForm.Name
>>>REPORT FORM Report1 NOCONSOLE TO PRINTER PROMPT PREVIEW WINDOW (wnd_name)
>>>oForm = NULL
>>>RELEASE oForm, wnd_name
>>>
Previous
Reply
Map
View

Click here to load this message in the networking platform