I have a WC app, and I'm trying to create some fairly simple reports that the user can pull up onscreen, or print as needed. I can manipulate the underlying cursor as needed to get the needed data, but when I send the report to a printer the rightmost 30% or so gets cut off. I've tried adjusting cTableWidth but it doesn't appear to have any impact, so I'm wondering if I have some other setting that is conflicting.Is there a way to remove the grid lines? Any suggestions for settings for cTableWidth, cTableBorder, cCellPadding, cCellSpacing, or anything else that might make for a tidy, simple report? Any special considerations when printing reports that may extend for many pages, even though they are have only a handful of columns?
Thanks!