Search found 9 matches

by Ben_(Guest)
Wed May 23, 2007 9:52 am
Forum: R&R ReportWorks Users
Topic: Printing form conditionally
Replies: 3
Views: 2199

==> RE: Printing form conditionally

I only have one band line and I get a blank page if the condition isn^t met. The band line was some sort of database field 1GH-OETHTRNUM and I changed it to "Record" but still get a blank page.
by Ben_(Guest)
Tue May 22, 2007 10:47 pm
Forum: R&R ReportWorks Users
Topic: Print to file
Replies: 3
Views: 2191

==> RE: Print to file

How do you do this?____You then output the summary band to a text file
by Ben_(Guest)
Tue May 22, 2007 5:16 am
Forum: R&R ReportWorks Users
Topic: Print to file
Replies: 3
Views: 2191

Print to file

I print reports through my accounting software (Cougar Mountain) and I was trying to figure out how to print the data to a file. I cannot use the ini file RI_PRINTER etc.. ____Problem is, I would need the file name to change. I^d like it to be the invoice number. I can print to file using my softwar...
by Ben_(Guest)
Tue May 22, 2007 5:03 am
Forum: R&R ReportWorks Users
Topic: Printing form conditionally
Replies: 3
Views: 2199

Printing form conditionally

I have very little experience creating forms.... mostly just copying and editing what was supplied to me from my accounting software.____Is there a way to print a form only under certain conditions? I tried setting up conditions on each line but I get a blank page if the conditions are not met. I do...
by Ben_(Guest)
Tue Sep 17, 2002 4:51 am
Forum: R&R ReportWorks Users
Topic: rswrun.exe crashing
Replies: 2
Views: 1646

==> RE: rswrun.exe crashing

Kathleen,____yes. I can use rswrun.exe Ok, as I have actually installed R & R SQL on the target machine now. This is what I find strange. When it is called from my application it just opens and crashes immediately.______Ben
by Ben_(Guest)
Mon Sep 16, 2002 11:53 am
Forum: R&R ReportWorks Users
Topic: rswrun.exe crashing
Replies: 2
Views: 1646

rswrun.exe crashing

I am using the OCX in a VB application. From my PC (which has VB and R& R SQL installed) the application works fine, passing variables to the OCX and printing reports OK.____I have created a setup package in VB and included all the DLLs and OCXs listed in R & R SQL Help, as well as the VB DL...
by Ben_(Guest)
Thu Sep 12, 2002 12:30 pm
Forum: R&R ReportWorks Users
Topic: OCX - passing Datasource
Replies: 3
Views: 2188

==> RE: OCX - passing Datasource

yes, I am trying to change the Datasource from EPL to RRW...____whats strange is that cancelling out of this error message actually runs the report from the new datasource, so it looks like an OCX bug or something
by Ben_(Guest)
Thu Sep 12, 2002 9:51 am
Forum: R&R ReportWorks Users
Topic: OCX - passing Datasource
Replies: 3
Views: 2188

OCX - passing Datasource

I am using the OCX to run reports from a VB application. My application passes variables (including the datasource) to the OCX and then runs it ie____reportscontrol.reportname = "mypath"__reportscontrol.datasource = "RRW"__reportscontrol.action = 1____the problem is that it doesn...
by Ben_(Guest)
Wed Aug 07, 2002 12:34 pm
Forum: R&R ReportWorks Users
Topic: R & R SQL - vbscript
Replies: 0
Views: 1556

R & R SQL - vbscript

the code used to call the report viewer (and open the control table) in VB is____ ^****specifies .exe and control table locations__cmd = "c: sw swrun.exe /TTc: sw rsample swrunin.txt"__^****opens RSWRUN.EXE and control table__ i = Shell(cmd, 1)____the software I am using uses VBscript. Doe...