Hi
The above suggestions, i doubt will work, since the keyboard buffer gets executed even before the report is loaded. But I had my reservation to pass these comments, since I have not tried it myself.
Method 1...
The way I think will be.. to have the code
KEYBOARD "{CTRL+F10}"
needs to be called from within the report after the report form is started. So if you insert a function in all the reports at the Title level.. say... a field box with REPORT EXPRESSION.... IIF(myZoom(),"",""

......
Insert a FUNCTION called myZoom with code.. KEYBOARD "{CTRL+F10}"
RETURN .t.
This will get fired.. every time the report is run.. and the report gets maximized as the keyboard gets the key values thru the function.
This will solve your problem.
Method 2... Another way is to have the REPORT in a user defined window with properties.. WindowState set as maximized...
Hope this helps
ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
LET KNOW IF THIS HELPED. ENOUGH EXPERTS ARE HERE TO HELP YOU OUT! BEST OF LUCK
