Re: How to set the default Report Preview window size by Wolfgang
Wolfgang
Sun Aug 08 16:01:48 CDT 2004
HI,
All window sizes, the report preview too, are stored in the foxuser.dbf.
But you can define a window for the preview
define window myReportWindow from 1,1 to 10,10 name oReportWindow
oReportWindow.WindowState=2 &&Maximizes window
oReportWindow.Caption="my Super Report"
REPORT FORM FileName1 PREVIEW IN WINDOW myReportWindow
--
----------------------------------------------
Mit freundlichen Grüßen
Wolfgang Schmale
[MVP für Visual FoxPro]
--------------------------------------------
"Hughs Man" <hughs@graduate.hku.hk> schrieb im Newsbeitrag
news:uczD5fVfEHA.3292@TK2MSFTNGP10.phx.gbl...
> Everytime the preview windows of Report come out, I cannot control the
> windows size.
> I want it to be maximize.
> But every report has each setting now.
> How can I control the size of the preview window.
>
>