johnf wrote: > On Sunday 30 November 2008 05:13:04 pm Paul McNett wrote: >>>>> I have a few questions concerning the ReportDesigner and the related >>>>> output. I have 17 text fields that need to be part of a report (don't >>>>> ask why 17 not my idea). When I add the text fields how does the >>>>> report writer determine how to expand to meet the size requirements? >>>>> Is there a setting like in VFP > > So I have 17 text data type fields. How does the report writer deal with the > sizing of the PDF output for the text data types? Will it just expand to > meet the sizing. Will it expand across pages. VFP has several settings such > as float,stretch and overflow that control how controls expand etc...
Each paragraph has width and height. It'll wrap to the width, and fill up the height. If height is None, the height will grow dynamically to accommodate the content. >> Ok, an rfxml paragraph. > I don't know what a "paragraph" is/means. There is no object > called "paragraph" in the report designer. The report writer knows about paragraphs; the report designer does not. This is why I pointed you to the invoice sample which shows it in action (read the xml). > Also what about page numbers? Meaning how do I get the page number to print. Please enter a ticket for this. It won't be hard for me to do. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
