Search found 10 matches
- Wed Oct 15, 2008 9:29 am
- Forum: R&R ReportWorks Users
- Topic: 12.5 - Help problem
- Replies: 4
- Views: 3264
==> RE: 12.5 - Help problem
I have experienced a similar problem with two different software products on the one PC, where starting one product resulted in activating the setup file for other. Extensive investigation later I discovered the following :____The accounting program Timberline used some MS controls _ that apparently...
- Fri Sep 26, 2008 12:38 pm
- Forum: R&R ReportWorks Users
- Topic: Fixed Field Legnth
- Replies: 3
- Views: 2755
===> RE: Fixed Field Legnth
With my suggestion above, the RIGHT function becomes more complicated should your number not be an Integer value; you will then need to work out the number of places after the decimal and add them, PLUS 1 (for the decimal point) to the RIGHT function extract e.g.____RIGHT( STR(1000000 + ROUND(376,3)...
- Fri Sep 26, 2008 9:08 am
- Forum: R&R ReportWorks Users
- Topic: Fixed Field Legnth
- Replies: 3
- Views: 2755
==> RE: Fixed Field Legnth
Here is an alternative:__If you want a number to have a fixed width with leading zeros, then you need to ADD to this number, the value of ONE (1) with AS MANAY ZEROS as the required width. Next you use the RIGHT Function to get your 6 characters from the right. So the formula is:____RIGHT(Str(YourNu...
- Fri Sep 26, 2008 9:08 am
- Forum: R&R ReportWorks Users
- Topic: VB Application
- Replies: 1
- Views: 2168
=> RE: VB Application
Hello__Have you checked for the existence of an error log. I am sure the R & R produces an error log and most probably, the report runs too quickly on screen and closes due to an error. My guess is that somehow , the data paths and the input paramenter for the report to run are incorrect. These ...
- Tue Sep 23, 2008 8:33 pm
- Forum: R&R ReportWorks Users
- Topic: Cannot Create PDFs
- Replies: 2
- Views: 2842
=> RE: Cannot Create PDFs
You are better off using a freeware PDF print driver like PDF995 (www.pdf995.com). You can pay a nominal amount ($9.95) to have a licensed copy with no advertising albeit the advertising is minor in the Freeware version.____Once you install the product, you change your RI_WPTR which has the value &q...
- Tue Sep 23, 2008 8:32 pm
- Forum: R&R ReportWorks Users
- Topic: installing pdf drivers
- Replies: 1
- Views: 1762
=> RE: installing pdf drivers
ou need to check the Local Policies for the User/PC under Cntrol Panel/ Administrative Tools/ Local Security Settings/ It appears that the program in question may not have been included in a list of allowable programs
- Wed Nov 12, 2003 5:17 pm
- Forum: R&R ReportWorks Users
- Topic: A deceptive difficult report
- Replies: 3
- Views: 2540
==> RE: A deceptive difficult report
Hi Kathleen__You must remember me from the ^Concentric^ days. Yes everything is great down under. You are not planning any trips down here, are you?____Thanks for your response, however it didn^t work as the solution (which is sorted by Agent)diregarded that I only want to show a company record if a...
- Wed Nov 12, 2003 1:16 am
- Forum: R&R ReportWorks Users
- Topic: Use tables from two sources
- Replies: 2
- Views: 2234
==> RE: Use tables from two sources
Maybe I am not understanding the problem but I join data from more than one datasource using R & R Sql V8.1. I connect using the Intersolve Btrieve driver. I select a master table and point to a datasource. Next I do a join and when required to point to the table I select Datasource button that ...
- Fri Nov 07, 2003 8:52 pm
- Forum: R&R ReportWorks Users
- Topic: A deceptive difficult report
- Replies: 3
- Views: 2540
A deceptive difficult report
Hi__I am using R & R SQL V8.1 connected to Pervasive-Btrieve data.__When I received a request from a User for this report, I believed it to be as "easy as pie". Many hours later, I haven^t got the solution!____The report draws data from only one table which has the following fields: __...
- Wed Jun 25, 2003 5:45 am
- Forum: Enhancements / Suggestions / General Comments
- Topic: Text Export - Needed Enhancement
- Replies: 13
- Views: 9857
========> RE: Text Export - Enhancement
I am not very clear on your requirements. But it seems to me that you want to produce an export file without ANY Blank lines or page breaks. You compare the DOS product Printer facilities with the R & R Windows versions. There are some fundemental differences between how a DOS software handles P...