Search found 3 matches

by billj_(Guest)
Thu Aug 25, 2005 10:47 am
Forum: R&R ReportWorks Users
Topic: Default Runtime Printer
Replies: 3
Views: 1954

=> RE: Default Runtime Printer

The value for RI_WPTR = ?. This allows for the windows default printer to be the first choice, but it is not, it is still choosing the printer that is set up in designer.____Besides this the first time you run a report from the 3rd party app, the report takes up to 1 min before it runs. Which usuall...
by billj_(Guest)
Thu Aug 18, 2005 12:09 pm
Forum: R&R ReportWorks Users
Topic: Default Runtime Printer
Replies: 3
Views: 1954

Default Runtime Printer

Our reports are designed in R&R Designer ver 8, but are called to run from a 3rd party app. After modifying a report (text, adding fields etc.) in designer the printer that is currently selected in the report stays permanent. When the report is run from a 3rd party application the runtime keeps ...
by billj_(Guest)
Thu May 26, 2005 9:56 am
Forum: R&R ReportWorks Users
Topic: Previous function
Replies: 2
Views: 1867

Previous function

I am trying to select information in previous records, Previous function only works if the specified field is in the previous record. What if it is not in the previous record? ____IIF(id#=PREVIOUS(id#),PREVIOUS(ref#),"")..This only works if my id# is in the previous record. I need the foll...