Search found 11 matches
- Wed May 23, 2001 11:08 am
- Forum: R&R ReportWorks Users
- Topic: Report Viewer - Scrolling to next record
- Replies: 6
- Views: 5131
======> RE: Report Viewer - Scrolling to next record
I found the problem.....____When I changed____RI_REPORT = manifest.rsw____To____RI_REPORT = C: estmanifest.rsw____It works fine with a path to the report.____Gordy
- Wed May 23, 2001 10:47 am
- Forum: R&R ReportWorks Users
- Topic: Report Viewer - Scrolling to next record
- Replies: 6
- Views: 5131
=====> RE: Report Viewer - Scrolling to next record
Running Report Viewer via Windows Explorer gives me access to the buttons and works great.____I have removed every setting in my control file except for....____RI_ID = 1__RI_REPORT = manifest.rsw__RI_PRINTER = ?____I do need more settings other than those 3 but just for testing I have removed the ot...
- Tue May 22, 2001 9:10 am
- Forum: R&R ReportWorks Users
- Topic: Report Viewer - Scrolling to next record
- Replies: 6
- Views: 5131
==> RE: Report Viewer - Scrolling to next record
Jim____You are correct.... I have one record (with alot of detail) per page. I am doing a page break after each record and I would think that I should be about to scroll thru the records with the buttons at the top of the viewer.____It works in the designer, but not in the viewer. Any suggestions?__...
- Mon May 21, 2001 11:14 am
- Forum: R&R ReportWorks Users
- Topic: Report Viewer - Scrolling to next record
- Replies: 6
- Views: 5131
Report Viewer - Scrolling to next record
When I run the report viewer (R&R SQL Ver 8.1) using a control file, I am unable to scroll to the next record using the buttons at the top of the viewer. The left and right buttons are "grayed out" along with the first and last record buttons.____Using the report designer I am able to ...
- Fri May 18, 2001 1:13 pm
- Forum: R&R ReportWorks Users
- Topic: MS Access as a control table
- Replies: 1
- Views: 2080
MS Access as a control table
Can Microsoft Access 2000 (winter.mdb) be used as a "Control Table" when passing parameters to the Report Viewer?____I am running R&R SQL v8.1____Access database = winter.mdb__table name in winter.mdb = rrparms____The following command line dosen^t work. Any ideas?____RSWRUN /TSwinter....
- Thu May 17, 2001 12:00 pm
- Forum: R&R ReportWorks Users
- Topic: Version 8.1 User Manuel
- Replies: 3
- Views: 3256
==> RE: Version 8.1 User Manuel
As allways.... Thanks for the Help____Gordy
- Thu May 17, 2001 10:54 am
- Forum: R&R ReportWorks Users
- Topic: Version 8.1 User Manuel
- Replies: 3
- Views: 3256
Version 8.1 User Manuel
Is the user manuel for SQL version 8.1 in a PDF format or Word format? If so is there some place I can download it?____Thanks____Gordy
- Wed May 16, 2001 9:46 am
- Forum: R&R ReportWorks Users
- Topic: Joining tables with a Calc field
- Replies: 6
- Views: 4698
====> RE: Joining tables with a Calc field
It worked like a charm..... Thanks Kathleen__
- Tue May 15, 2001 2:03 pm
- Forum: R&R ReportWorks Users
- Topic: Joining tables with a Calc field
- Replies: 6
- Views: 4698
==> RE: Joining tables with a Calc field
I am going against an MS Access 2000 MDB file. I also looked at that INI file and have no idea what to change in it to make those calc fields work for joining.____Can you step me through it and tell me what to edit in the INI file?____Gordy
- Tue May 15, 2001 11:35 am
- Forum: R&R ReportWorks Users
- Topic: Joining tables with a Calc field
- Replies: 6
- Views: 4698
Joining tables with a Calc field
Do you see any problems with this calc field?____VAL(RVMANIFE.Domicile)+RVMANIFE.UDateTime+VAL(RVMANIFE.Trip_ID)+RVMANIFE.Stop_Number____Which I would like to use to join to another table using this calc field____VAL(RVBILLS.Domicile)+RVBILLS.uDateTime+VAL(RVBILLS.Trip_ID)+RVBILLS.Stop_Number____Dom...