Code Comments
Programming Forum and web based access to our favorite programming groups.Dear all.. i have facing some problems regarding the Grand Total Band at the C6 report library class the problems are as below: 1. How to make the grand total band stay at the bottom of the page instead of hanging at the middle of the page when i print an invoice in A4 size which have only few lines of sentences at the detail band? 2.Did the C6 report library class returns anything if i press the "Cancel" at the preview page? it's really urgent... please help... thanks in advance... Best Regards Sharon
Post Follow-up to this message1) The controls Absolute option should work. I'm not sure I've used
it. But according to the DOC it sounds
like what you need.
The ABSOLUTE attribute (PROP:ABSOLUTE) ensures that the DETAIL, or
group HEADER or FOOTER structure (contained within a BREAK structure),
always prints at a fixed position on the page. When ABSOLUTE is
present, the position specified by the x and y parameters of the
structure's AT attribute is relative to the top left corner of the
page. ABSOLUTE has no effect on following
structures printed without the ABSOLUTE attribute.
-------------
2)
In ThisWindow.Kill check Previewer:PrintOK.
IF NOT Previewer:PrintOK
Message('Report Not Printed')
END
Jim Mumford
Post Follow-up to this messageJim Thanks Jim, however about the first question, sorry for confusing you cause i wrote it wrongly, anyway my qusetion is: How to make the grand total band stay at the bottom of the page instead of hanging at the middle of the page when i print an invoice in A4 size which have only few lines of sentences at the detail band at the report writer?
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.