Search found 47 matches

by Chris_Strasser_(Guest)
Tue Mar 14, 2017 9:22 pm
Forum: R&R ReportWorks Users
Topic: Turn Header OFF
Replies: 1
Views: 6361

=> RE: Turn Header OFF

I think you^d need two total fields. One would be a running total counting up the line items in your invoice. The other would be a pre-processed total. When these two totals are the same, you^d suppress the header and show your invoice.____You^d need a calculated field (called something like "O...
by Chris_Strasser_(Guest)
Tue Mar 14, 2017 9:19 pm
Forum: R&R ReportWorks Users
Topic: parameter passsing to total field^s condition
Replies: 1
Views: 6396

=> RE: parameter passsing to total field^s condition

That^s a pretty interesting idea. You^re looking for the equivalent of an EVAL(x) function where x is RI_PRM1.____This function isn^t part of R&R at this point. However, we^re looking at adding some new ones and this could be a good candidate.
by Chris_Strasser_(Guest)
Tue Mar 14, 2017 9:14 pm
Forum: R&R ReportWorks Users
Topic: R&R SQL Designer closing
Replies: 2
Views: 7208

==> RE: R&R SQL Designer closing

Does Version 12.6 do the same thing? What^s the database?
by Chris_Strasser_(Guest)
Tue Mar 14, 2017 9:13 pm
Forum: R&R ReportWorks Users
Topic: Help - Cannot open reports
Replies: 2
Views: 6908

==> RE: Help - Cannot open reports

Have you tried Version 12.6.133 at www.reportworks126.com/v126instructions.html ?
by Chris_Strasser_(Guest)
Tue Sep 27, 2016 2:34 pm
Forum: R&R ReportWorks Users
Topic: Not printing to default printer after displaying
Replies: 7
Views: 11317

==> RE: Not printing to default printer after displaying

We^ll setup a test environment and look into this issue.
by Chris_Strasser_(Guest)
Tue Sep 27, 2016 2:32 pm
Forum: R&R ReportWorks Users
Topic: How do you re-cycle through a list of records, multiple times?
Replies: 2
Views: 7684

=> RE: How to re-cycle through a list of records, multiple times?

I think you^re talking about a "multi-scan" report. The basic structure is a non-important master table which scans into the same related file multiple times. You^d have to give each one of the relations a different alias of course. This will cause R&R to cycle through the first relati...
by Chris_Strasser_(Guest)
Thu Jun 09, 2016 3:03 pm
Forum: R&R ReportWorks Users
Topic: How to force minus sign?
Replies: 1
Views: 3605

=> RE: How to force minus sign?

The easiest way is through the TRANSFORM() function:____TRANSFORM(-8382, "9,999,999")____returns____-8,382____However, it becomes a character field. It^s just for formatting output. As a character field, you can always add a "$" in front:____"$" - TRANSFORM(-8382, "...
by Chris_Strasser_(Guest)
Thu Jun 09, 2016 2:53 pm
Forum: R&R ReportWorks Users
Topic: PWDRIVER.CPP Amyuni
Replies: 3
Views: 3432

===> RE: PWDRIVER.CPP Amyuni

In Version 12.6.133 (the latest build), we expressly addressed this bug. You can download it here:____http://www.reportworks126.com/v126instructions.html____You^ll need your installation code.
by Chris_Strasser_(Guest)
Thu Jun 09, 2016 2:50 pm
Forum: R&R ReportWorks Users
Topic: Windows 10
Replies: 4
Views: 4028

===> RE: Windows 10

Yes, all versions from 12.5.001 and up are compatible.
by Chris_Strasser_(Guest)
Thu Jun 09, 2016 2:44 pm
Forum: R&R ReportWorks Users
Topic: Windows 10
Replies: 4
Views: 4028

==> RE: Windows 10

The issue is that Microsoft doesn^t deliver some of the files and libraries that they used to.____You need to repair the "Access 2010" engine. This entails downloading and then uninstalling the Access 2010 ODBC files.