Search found 7 matches

by friedhelm
Thu Feb 25, 2010 9:05 am
Forum: R&R ReportWorks Users
Topic: Suppress printing from preview
Replies: 2
Views: 1930

==> RE: Suppress printing from preview

Hi Tom,____I use a program written in Xbase++ (Alaska Software). In this prgram we use the dll interface from R&R (Version 12). When the user want a preview of a document (generated with R&R), I set the printdevice to "D" and call the dll function "Execute". The user gett...
by friedhelm
Thu Feb 25, 2010 9:05 am
Forum: R&R ReportWorks Users
Topic: Focus changes while printing
Replies: 5
Views: 5655

==> RE: Focus changes while printing

Hi Tom, ____The applications are written in Xbase++ (Alaska Softare) and uses the dll-interface from R&R (Version 12). ____For each document we are send to the printer, we generate a PDF-file and have to log the state of the print process. ____To determin if a document are printed or any error o...
by friedhelm
Thu Feb 18, 2010 10:36 am
Forum: R&R ReportWorks Users
Topic: Hide Print Button within Preview
Replies: 2
Views: 1913

Hide Print Button within Preview

We use R&R (Version 12) to printout gouverment certifyed documents.____Within the program we use the DLL-interface to control the printouts and check with own functions if the printout is serviced by the printer or not.__ __If the user use the preview, we set an extra text on the document (in re...
by friedhelm
Thu Feb 18, 2010 10:36 am
Forum: R&R ReportWorks Users
Topic: Focus changes while printing
Replies: 5
Views: 5655

Focus changes while printing

We have changed our application to take all printings to printer as backround process. Within the application we use a separate thread and calls the R&R dll-interface.____Every time, if the thread calls the execute function to start printing, the focus of the main program will be lost for some m...
by friedhelm
Fri Sep 08, 2006 4:31 am
Forum: Supplemental Systems
Topic: XBase++ Class Library For R&R
Replies: 0
Views: 5013

XBase++ Class Library For R&R

[updated:LAST EDITED ON Sep-08-06 AT 04:32 AM (EST)]For any Xbase Users:____I wrote a class library to execute a report from any XBase application on an easy way:____ myReport := RReport():New("MyReport.rrw",,"D"):Create()__ myReport:Execute(-1)__ myReport:Destroy()____Also ...
by friedhelm
Fri Sep 08, 2006 4:11 am
Forum: Enhancements / Suggestions / General Comments
Topic: Output on multiply paper tray
Replies: 3
Views: 4597

Output on multiply paper tray

We have many problems with our applications to setup an papertry for outputs.__Because there is no way to set a paper-tray ID with the runtime execution, the only way to printout a report to different trays is to install the same printer twice. In addition we set the default tray on the first printe...
by friedhelm
Fri Sep 08, 2006 3:59 am
Forum: Enhancements / Suggestions / General Comments
Topic: R&R and ADS with ADT Files
Replies: 2
Views: 3879

=> RE: R&R and ADS with ADT Files

You can use ADT files with ADS-ODBC driver and the SQL-Version of R&R, but the reports runs very slow.____Currently we export all adt-data we want to report to dbf-tables.____An importet issue for us is to set a password on encrypted dbf or adt tables.____TO R&R development:__a nativ driver ...