Search found 154 matches

by cstrasser
Mon Jul 08, 2013 5:39 pm
Forum: R&R ReportWorks Users
Topic: insufficient file handles
Replies: 1
Views: 2228

=> RE: insufficient file handles

R&R is supposed to allow up to 99 links in a report.____Try running the Windows Process Explorer to see if you can gain some insight into the situation:____http://technet.microsoft.com/en-us/sysinternals/bb896653__
by cstrasser
Fri Jun 14, 2013 12:26 pm
Forum: R&R ReportWorks Users
Topic: Spaces in directory name
Replies: 1
Views: 2234

=> RE: Spaces in directory name

I can think of a couple of solutions:____1. Place chr(34) at the start and end of the string you^re using to pass the folder____2. Use the 8.3 version of the windows folder: Then c:documents and settingsmy documents he data becomes:____c:docume~1mydocu~1 hedat~1\____Below is the code I used for anot...
by cstrasser
Fri Jun 14, 2013 11:24 am
Forum: R&R ReportWorks Users
Topic: Converting date to Character
Replies: 1
Views: 2355

=> RE: Converting date to Character

[updated:LAST EDITED ON Jun-14-13 AT 11:25 AM (EST)]It sounds like you^re trying to evaluate a date for something like Accounts Receivable aging. The formula you^re looking for is:____IIf(Date_rr - {6/9/2013} > 90, "Yes", " ")____Which in words says: If the difference betwee...
by cstrasser
Fri Jun 14, 2013 11:22 am
Forum: R&R ReportWorks Users
Topic: R&R Infinity Version
Replies: 4
Views: 3801

=> RE: R&R Infinity Version

The latest version is 12.5.001. It came out in 2010. We^re working on 12.6 which will come out by the end of the summer. It will include (among other things):____Ø support for long printer names__Ø fix for dialog buttons on second monitors__Ø support for Advantage Database__&Osl...
by cstrasser
Mon May 13, 2013 11:41 am
Forum: R&R ReportWorks Users
Topic: Error message - Locked RL file
Replies: 2
Views: 3075

=> RE: Error message - Locked RL file

The file could be locked due to incomplete closure, or there could be a problem with rights.____If the problem is with locking, you can unlock a file by using the computer management tool:____Start / Run / CompMgmt.MSC__click on and expand "Shared Folders," then click on and expand "O...
by cstrasser
Mon May 13, 2013 11:36 am
Forum: Enhancements / Suggestions / General Comments
Topic: Support for PNG files?
Replies: 1
Views: 4234

=> RE: Support for PNG files?

Are you referring to natively print PNGs as a form of output (much like PDFs)?____It^s an interesting idea. I believe that there are existing products that behave as a printer (at least for JPGs).____An issue could be that PNGs do not support multiple pages (unlike TIFFs for example).____We^d have t...
by cstrasser
Tue Apr 30, 2013 9:21 am
Forum: R&R ReportWorks Users
Topic: version 10+ runtime on vista
Replies: 1
Views: 2261

=> RE: version 10+ runtime on vista

While we^d love for you to upgrade, if you^re just looking for the runtime, you can download the newest version of R&R from our website (12.5) and run the installer using the "viewer only" option which will install the royalty-free runtime and all related components. It doesn^t need a ...
by cstrasser
Tue Apr 30, 2013 9:18 am
Forum: R&R ReportWorks Users
Topic: Different record counts per page
Replies: 1
Views: 2230

=> RE: Different record counts per page

The problem could be minor variations in the printer drivers as they^re interpreted by the different computers. The inches / line between 57 and 58 are 0.114 and 0.112, respectively.____As a possible alternative, you could ensure that the report is capable of displaying at least 59 records on a page...
by cstrasser
Wed Apr 24, 2013 9:15 am
Forum: R&R ReportWorks Users
Topic: Page down or mouse wheel in preview
Replies: 1
Views: 2283

=> RE: Page down or mouse wheel in preview

We^ll investigate this and let you know. If it^s not possible, we^ll add it to the features for 12.6
by cstrasser
Wed Apr 24, 2013 9:13 am
Forum: R&R ReportWorks Users
Topic: SQL2012 Compatability
Replies: 3
Views: 3274

=> RE: SQL2012 Compatability

The issue is probably with the syntax used for handling left outer joins. Are you using SQL Server?____If so, edit the file RSWSQL.INI and search for the SQL Server section:____;;;;;;;;;;;;;;;;;;;;;;__;;; ;;;__;;; SQL Server ;;;__;;; ;;;__;;;;;;;;;;;;;;;;;;;;;;__[SQLServer]__DataSourceDBMS = Microso...