I am trying to get faq1252-4982 working.
I have a number of questions.
1 I can not locate the "On entry" band of the page header of the report - how do I get there
2 My existing Report code creates a window and shows the report full screen in the app window - I want to keep this - how
3 Stepping through with the debugger as I enter the form I get the init() method and see the code above.. I can see the oTbr object in the Watch window - however when I get to run
oTbr.Visible = .T. _ I get an error. This may be caused by the lack of the code in the "On entry" band.
The Report is displayed with the Original Toolbar undocked and a windowed Report.
So, I would like..
1 A full screen report
2 A _docked_ Toolbar
3 Ideally the replacement Toolbar but this is not absolutely necessary.
My previous code was
REPORT FORM ('myreport.frx') PREVIEW WINDOW ;
(oRepForm.NAME) TO PRINTER PROMPT
Any help would be appreciated.
Regards
Bryan
I have a number of questions.
1 I can not locate the "On entry" band of the page header of the report - how do I get there
2 My existing Report code creates a window and shows the report full screen in the app window - I want to keep this - how
3 Stepping through with the debugger as I enter the form I get the init() method and see the code above.. I can see the oTbr object in the Watch window - however when I get to run
oTbr.Visible = .T. _ I get an error. This may be caused by the lack of the code in the "On entry" band.
The Report is displayed with the Original Toolbar undocked and a windowed Report.
So, I would like..
1 A full screen report
2 A _docked_ Toolbar
3 Ideally the replacement Toolbar but this is not absolutely necessary.
My previous code was
REPORT FORM ('myreport.frx') PREVIEW WINDOW ;
(oRepForm.NAME) TO PRINTER PROMPT
Any help would be appreciated.
Regards
Bryan