Kyle Stevens wrote: > I am creating a report in ReportDesigner, and I have a comment field > that can be quite long. How can I get a multiline string in > ReportDesigner? It is only showing the first few words of the field.
You need to use the paragraph object within a frameset object, which isn't an option available in the report designer currently. Fortunately, it is pretty easy to do it in the manual xml. For an example look at invoice.rfxml in dabodemo/reports. -- pkm ~ http://paulmcnett.com _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
