Search found 6 matches
- Tue Jul 31, 2001 7:32 am
- Forum: R&R ReportWorks Users
- Topic: R & R Doesn^t work
- Replies: 2
- Views: 1900
==> RE: R & R Doesn^t work
That worked.____I had to remove the spaces in..____ParametersString = "Empid = 101"____TO:____ParametersString = "Empid=101"
- Fri Jul 27, 2001 2:42 pm
- Forum: R&R ReportWorks Users
- Topic: R & R Doesn^t work
- Replies: 2
- Views: 1900
R & R Doesn^t work
I am trying to pass a char string parameter from VB 6 using the R & R OCX control for version 9.____R & R doesn^t receive the parameter..____The lasterror message says "undefined job control variable: empId"__These are the steps I have taken...____1. create a calculated field:__a: ...
- Thu Jul 26, 2001 6:30 am
- Forum: R&R ReportWorks Users
- Topic: RR Version 9 -- Pass In Parameters Using OCX without prompt
- Replies: 6
- Views: 3646
======> RE: RR Version 9 -- Pass In Parameters Using OCX without prompt
The param is character and so is the field type. I double checked it. Does the calculated field need to be placed on the report?? If so, I placed it there and...____Still does not work. The lasterror message says "undefined job control variable: empId"__These are the steps I have taken..._...
- Wed Jul 25, 2001 10:19 pm
- Forum: R&R ReportWorks Users
- Topic: RR Version 9 -- Pass In Parameters Using OCX without prompt
- Replies: 6
- Views: 3646
====> RE: RR Version 9 -- Pass In Parameters Using OCX without prompt
Still does not work. The lasterror message says "undefined job control variable: empId"____These are the steps I have taken...____1. create a calculated field:__ a: calculated field name = "employeeid"__ b: expression = RIPARAM("empId")____2. Under Database .. Query, I ...
- Wed Jul 25, 2001 2:39 pm
- Forum: R&R ReportWorks Users
- Topic: RR Version 9 -- Pass In Parameters Using OCX without prompt
- Replies: 6
- Views: 3646
==> RE: RR Version 9 -- Pass In Parameters Using OCX without prompt
I need this parameter to select one record for the report. For example, I don^t want all employees, just the employee record I am looking at. Ex. EmployeeID = 101, In the report, I created a query to retrieve the employee record where the employeeID = variable..____When I create the calculated field...
- Wed Jul 25, 2001 9:56 am
- Forum: R&R ReportWorks Users
- Topic: RR Version 9 -- Pass In Parameters Using OCX without prompt
- Replies: 6
- Views: 3646
RR Version 9 -- Pass In Parameters Using OCX without prompt
I am developing a Visual Basic application and want to pass in a parameter to an R & R report, .RRW file, using the OCX control embedded on the form. I don^t want to prompt the user nor do I want to create a parameter table. I have tried creating a calculated field as well as setting the Paramet...