Search found 5 matches
- Wed Sep 03, 2003 2:59 pm
- Forum: R&R ReportWorks Users
- Topic: R&R SQL 10 - Page Breaks & Grouping
- Replies: 1
- Views: 797
R&R SQL 10 - Page Breaks & Grouping
Can someone help me with this. I need my report to always print the GroupHeader/Details/GroupFooter on the same page. Multiple group can appear on the same page, but a page break should be inserted if the group does not have room to print.
- Thu Jul 24, 2003 6:44 pm
- Forum: R&R ReportWorks Users
- Topic: R&R v10.0
- Replies: 4
- Views: 1431
====> RE: R&R v10.0
The export file type is "Text" using Windows(ANSI) character set.
- Thu Jul 24, 2003 11:52 am
- Forum: R&R ReportWorks Users
- Topic: R&R v10.0
- Replies: 4
- Views: 1431
==> RE: R&R v10.0
all fields are defined as char or varchar in the database, with the column size set to the same size as the field should print.____David
- Thu Jul 24, 2003 11:16 am
- Forum: R&R ReportWorks Users
- Topic: v10.0 print spaces null field
- Replies: 1
- Views: 805
v10.0 print spaces null field
I^m using v10.0 (SQL) to create fixed width files using the export feature and want to make sure that if the field returns a null value that the field is still exported but with spaces filling the defined field width. Currently, it just skipps the field alltogether.____The only way I have found to a...
- Wed Jul 23, 2003 7:03 pm
- Forum: R&R ReportWorks Users
- Topic: R&R v10.0
- Replies: 4
- Views: 1431
R&R v10.0
How do I tell R&R to go ahead and fill a field with spaces if the DB value is NULL? Currently it skipps the field. I do have trim set to "Print at Field Position" for all fields, but when I run an export, the fields that had null values in the db are being skipped.