Thanks for the prompt answer, not too sure the point you are trying to make. It is our own application with patient data so not able to send data.
I will review what you have said and try to resolve. If R&R could do sub-reports it would be possible....
Best regards,
Bruce
Search found 43 matches
- Wed Feb 07, 2018 4:00 pm
- Forum: R&R ReportWorks Users
- Topic: Problems with SCANNING lines in report
- Replies: 3
- Views: 16845
- Tue Feb 06, 2018 5:27 pm
- Forum: R&R ReportWorks Users
- Topic: Problems with SCANNING lines in report
- Replies: 3
- Views: 16845
Problems with SCANNING lines in report
Hi, I have a report that runs on three db files. One file is the master db and two child db's. I have two detail lines, one for each child db and some date selection properties set for each detail line. The problem I have is that the first detail line prints fine with the correct filtering of record...
- Wed May 17, 2017 12:08 pm
- Forum: R&R ReportWorks Users
- Topic: FollowMe drivers not working with R&R
- Replies: 4
- Views: 12022
===> RE: FollowMe drivers not working with R&R
Is there anyone from ^Liveware^ that can assist with this problem or are we dealing with a redundant tool that has little or no support and no updates?____Regards,____Bruce
- Thu Apr 27, 2017 10:11 am
- Forum: R&R ReportWorks Users
- Topic: FollowMe drivers not working with R&R
- Replies: 4
- Views: 12022
==> RE: FollowMe drivers not working with R&R
Cliff,____Thank you for your suggestion. I have tried using the windows api and can list and select the print driver. As it uses the Xerox ^follow-me^ feature the driver is not an actual driver but a virtual print queue. I think that this is the problem. If I direct the job directly to the printer i...
- Wed Apr 05, 2017 6:06 pm
- Forum: R&R ReportWorks Users
- Topic: FollowMe drivers not working with R&R
- Replies: 4
- Views: 12022
FollowMe drivers not working with R&R
One of my sites has used HP printers for several decades across the network with no problems. Now they are changing to Xerox FollowMe queues. I get a issue with the reports saying: "Cannot match printer or port in control file". The report is set for screen preview before printing. Can any...
- Thu Jul 03, 2014 5:13 am
- Forum: R&R ReportWorks Users
- Topic: PDF creation - solution
- Replies: 1
- Views: 3695
PDF creation - solution
Hi,____I have resolved the issue with regard to the lack of PDF creation in the standard R&R product:____1) Print the document to a postscript printer but output to a file and control the file name via code.____2) Use ghostscript (gswin32c.exe - public domain program) to then pick up the .PS fil...
- Fri Mar 30, 2012 4:40 pm
- Forum: R&R ReportWorks Users
- Topic: Printing bar codes
- Replies: 1
- Views: 2355
Printing bar codes
In R&R 12 how would I print a bar code based on a value? I have tried setting a field to the ^barcode^ font but no barcode is printed.____Best regards,____Bruce__
- Thu Mar 24, 2011 5:08 pm
- Forum: R&R ReportWorks Users
- Topic: Calling R&R reports from Delphi
- Replies: 7
- Views: 6672
==> RE: Calling R&R reports from Delphi
Delphi is very much like dBase if I am not mistaken! Like Kathleen says, you can call it from the program by using the rrwrunin.dbf file as you command report file or calling the report itself directly. If you use the rrwrunin.dbf file, and say this report is line 3 in the rrwrunin.dbf file.____The ...
- Thu Mar 10, 2011 10:39 am
- Forum: R&R ReportWorks Users
- Topic: Calling R&R reports from Delphi
- Replies: 7
- Views: 6672
==> RE: Calling R&R reports from Delphi
Kathleen,____You appear to censor the information on this forum to the detriment of assisting in providing a solution. However, I have had assistance from other sources and below is a working snippet of code for other to use:______procedure TForm1.Button3Click(Sender: TObject);__var__ RepHandle: int...
- Wed Mar 09, 2011 10:39 am
- Forum: R&R ReportWorks Users
- Topic: Calling R&R reports from Delphi
- Replies: 7
- Views: 6672
==> RE: Calling R&R reports from Delphi
Has no one managed to run R&R reports from Delphi? If this is the case then I will need to review our use of R&R as a lot of our new projects are in Delphi and we need a reliable report generator.____Best regards,____Bruce