Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full screen
Message
 
To
09/11/2005 06:26:16
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:
01066725
Views:
23
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
>>
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform