Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Designer (windows name)
Message
From
28/09/2004 15:18:03
 
 
To
28/09/2004 14:14:15
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00946709
Message ID:
00946883
Views:
14
>>Not the same thing.
>>
>>Your command makes the zoom at 75%.
>>My command makes the report designer windows full screen.
>>
>>But yes, your command works.
>
>Diane,
>
>I tried it on my pc and it zoomed the MAX.
>
>Don't know why it stops at 75% on your pc.
>
>I wanted to avoid the window name since the name changes.
>
>Do you have a standard routine to print/preview ?
>
>I picked up this from google
>
>
>&& source :  Fred Taylor
>
>oForm = CREATEOBJECT("Form")
>WITH oForm
> .Caption = "whatever"
> .WindowState = 2    && Maximized
> .Show()
>ENDWITH
>REPORT FORM yourreport PREVIEW WINDOW (oForm.Name)
>oForm.Release()
>
Interesting piece of code, if I can call the new windows "Report Designer" it might work. I'll give it a try
Diane Robitaille eng.
Previous
Reply
Map
View

Click here to load this message in the networking platform