Search found 12 matches
- Thu May 22, 2008 8:22 am
- Forum: R&R ReportWorks Users
- Topic: Select Printer
- Replies: 2
- Views: 2127
==> RE: Select Printer
Kathleen______Thanks very much, much appreciated______Regards Robert
- Wed May 21, 2008 7:26 am
- Forum: R&R ReportWorks Users
- Topic: Select Printer
- Replies: 2
- Views: 2127
Select Printer
I am using the following code in an Microsoft Access 2007 program.____ WDir = "c: rdebtorsFor130os.rsw"__ Report1.ReportName = WDir__ Report1.Destination = 1__ Report1.Action = 1______My question is....____I want to get this report to print to a non default printer.____1. Can i just select...
- Thu Oct 11, 2007 8:07 pm
- Forum: R&R ReportWorks Users
- Topic: Access 2000 Send Parameter Date
- Replies: 1
- Views: 1762
=> RE: Access 2000 Send Parameter Date
All ok..... sorry....____I now realize i have to use__RIPARAM("d1") in a calculate field...to get the result i need.______Regards Robert__
- Wed Apr 18, 2007 11:29 pm
- Forum: R&R ReportWorks Users
- Topic: Access 2000 using Parameters
- Replies: 2
- Views: 2109
==> RE: Access 2000 using Parameters
Kathleen , Thanks for your reply.____All working now.!!!!____I did not use the riparam in the calculation field...!!!__Sorry to cause the fuss, had been quite a while since i had used reportworks and had forgotten.______Robert__
- Fri Apr 13, 2007 8:34 pm
- Forum: R&R ReportWorks Users
- Topic: Access 2000 using Parameters
- Replies: 2
- Views: 2109
Access 2000 using Parameters
I am using access 2000 (vba) and reportworks version 11.____I am sure i had the parameters option working some time ago, i seem to be having problems now, and cannot remember this area____The test (simple) code is.....____ WDir = "c: rprincipalsuntitled1.rsw"__ Report1.Parameters(0) = &quo...
- Fri Jul 07, 2006 4:53 pm
- Forum: R&R ReportWorks Users
- Topic: Reportworks. Show Status
- Replies: 3
- Views: 2314
===> RE: Reportworks. Show Status
Kathleen,____I have looked more closely in the .pdf manual and found all the details.____Sorry i did not do this before., problem all solved.!!!!____Appreciate your help____Regards Robert
- Fri Jul 07, 2006 4:45 pm
- Forum: R&R ReportWorks Users
- Topic: Reportworks. Show Status
- Replies: 3
- Views: 2314
==> RE: Reportworks. Show Status
Kathleen,__Thanks for you reply.____I am using the command you have mentioned.____It looks like if i get the status of the last page printed this will let me know when the report is fully printed.____I have tried __ xxx = Report1.Action = 1__ MsgBox (xxx)__ __But , all i get is False____Appreciate d...
- Thu Jul 06, 2006 8:58 pm
- Forum: R&R ReportWorks Users
- Topic: Reportworks. Show Status
- Replies: 3
- Views: 2314
Reportworks. Show Status
I am using ReportWorks in a Visual Basic 6 Application.__There is a report select menu on a vb6 form, which is clicked and the report processed.____eg of the code is......... ____Report1.CopiesToPrinter = Wcopies__ Report1.Destination = PDest____ On Error GoTo badr__ Report1.Action = 1____I would li...
- Sat Jul 09, 2005 6:44 pm
- Forum: R&R ReportWorks Users
- Topic: Passing Parameter to Report
- Replies: 2
- Views: 1923
==> RE: Passing Parameter to Report
Kathleen,__Thanks for your help, this worked fine.__Regards Robert
- Fri Jul 08, 2005 4:49 pm
- Forum: R&R ReportWorks Users
- Topic: Passing Parameter to Report
- Replies: 2
- Views: 1923
Passing Parameter to Report
I am using ReportWorks Latest version, and vb6__I need to send a character parameter to a report which may__vary each time the report is printed. I am unable to put it in a table__as the system is multi user.__The Control is called Report1.____I have set up a calculated field called Rn2__? How do i ...