Search found 30 matches
- Fri Mar 16, 2007 10:55 am
- Forum: R&R ReportWorks Users
- Topic: R&R PDF Export driver and MS Vista
- Replies: 9
- Views: 5180
====> RE: Vista & R&R export to pdf
Do you have any idea when this would be?____
- Wed Dec 07, 2005 9:58 am
- Forum: R&R ReportWorks Users
- Topic: RI_COPIES
- Replies: 1
- Views: 1533
RI_COPIES
Hi,____I^m working with R&R Version 11, Build 11.1.009____I would like to print a certain report two times. In the control file it says the following:____RI_Copies=2____But, he allways prints 1 copy!____When I configure the print options of the report, and set the ^Collate^ options to true, save...
- Tue Jun 03, 2003 4:23 am
- Forum: R&R ReportWorks Users
- Topic: RelatedTables(x) Property
- Replies: 1
- Views: 1508
RelatedTables(x) Property
I use R&R 9.0.9 i have this problem.__I have a report with 12 related tables.__I use the ocx control.__Runtime in my app i change the tables^ folder with RelatedTable(x) property. But when i exceed 9 tables i have errors. Once I read on the forum that the limit of 9 tables was bypassed in 9.0.9 ...
- Mon May 12, 2003 4:29 am
- Forum: R&R ReportWorks Users
- Topic: Page length
- Replies: 15
- Views: 10012
==========> RE: Page length
Yes i can use the server setup but i can do this without a license for each workstation ?__
- Thu May 08, 2003 4:01 am
- Forum: R&R ReportWorks Users
- Topic: Page length
- Replies: 15
- Views: 10012
========> RE: Page length
>>It is __>>sufficient to install our printer on the customer pc and on __>>our pc (where we desing the reports) and set the page format __>>and the printer in the report and send this one to the __>>customer where the report finds the same environment i use __>>in designing the report. We have diff...
- Wed May 07, 2003 10:33 am
- Forum: R&R ReportWorks Users
- Topic: Page length
- Replies: 15
- Views: 10012
======> RE: Page length
>We have resolved the problem of the modules. __>We have written our own Printer driver with the page formats __>we use without using the Server properties in the printer __>panel. __>__>Thanks ____Could you elaborate about how you solved this problem? This is a serious problem with any developer th...
- Wed May 07, 2003 10:32 am
- Forum: R&R ReportWorks Users
- Topic: Page length
- Replies: 15
- Views: 10012
======> RE: Page length
We have resolved the problem of the modules.__We have written our own Printer driver with the page formats we use without using the Server properties in the printer panel.____Thanks__
- Wed May 07, 2003 5:39 am
- Forum: R&R ReportWorks Users
- Topic: Page length
- Replies: 15
- Views: 10012
====> RE: Page length
OK, but if i have Lan with 10 pc (and i really have Lan with more than 10 pcs that use my application) and they print on the same printer and with the same module i have to create 10 (or more) different reports saved on every machine ?__Can i install Report Writer on every pc of my customer to resol...
- Tue May 06, 2003 11:12 am
- Forum: R&R ReportWorks Users
- Topic: Page length
- Replies: 15
- Views: 10012
==> RE: Page length
Using Server Properties i have this problem:__. I create a particular module and i call it "Test"__. I set in my report a specific printer ("P01" and in the page Setup i set "Test" page format__. I create on every pc the same module and i call it "Test"__. I c...
- Tue Apr 29, 2003 12:12 pm
- Forum: R&R ReportWorks Users
- Topic: RR9 Crashes when print
- Replies: 10
- Views: 6553
=======> RE: RR9 Crashes when print
I have modified my app to not use the "?" option in setting printer with my reports. Now the user select the printer with Visual Foxpro Function Getprinter() then i set the Printer with the value returned. I have reduced the times when the error is displayed. Reduced not deleted.