Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report page centered on screen
Message
 
To
02/06/2006 19:34:45
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01126855
Message ID:
01126897
Views:
25
Something like this:
oForm=Create('form')
oForm.Caption = "My Report"
oForm.AutoCenter= .t.
if you_wish
        oForm.WindowState = ....
        oForm.Height = ....
    ....
endif
oForm.Show
Report form REPORT_NAME Preview Window (oForm.Name)
oForm.Release
>I have a monitor that is set to 1280 x 1024 screen resolution.
>
>When I do preview of some report which is on A4 paper portrait the page is not centered on screen. Instead it's always more left on the screen and that's really bugging me! It's ugly and I don't like it.
>
>How to fix that so that page be displayed on center?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform