Search found 8 matches

by Oskar
Fri Sep 07, 2007 1:28 pm
Forum: R&R ReportWorks Users
Topic: runtime control
Replies: 0
Views: 1431

runtime control

Hi,____we want our users to run multiple reports__So I am firing the runtime by execRuntime( .. ) with a bWait of 0.__Works fine so far, but I have no control of the runtime.__I would at least need to know when the report is closed by the usr - so I can do cleanup and log that event____Any hints ?__...
by Oskar
Sun Jun 03, 2007 6:24 am
Forum: R&R ReportWorks Users
Topic: printing checks
Replies: 1
Views: 1401

printing checks

I need to print checks, using RR.____The check form size is letter, 3 equal high sections:__1. Stub( invoice# - amount - etc)__2. the checks itself__3. bottom stub - mailing address____I did not find a solution to define a fixed high area that will print n numbers of invoice records____Anyone sucess...
by Oskar
Thu May 10, 2007 7:06 pm
Forum: R&R ReportWorks Users
Topic: join keyword in user SQL
Replies: 4
Views: 2978

===> RE: join keyword in user SQL (Fix)

Thanks Andrew, that helped____Oskar
by Oskar
Thu May 10, 2007 7:05 pm
Forum: R&R ReportWorks Users
Topic: Page setup by parameter
Replies: 1
Views: 1426

Page setup by parameter

Is there any way to change page margins of report by parameter?____The report has to have a binding column, but only when the user wants this column____Thanks__Oskar
by Oskar
Thu Apr 12, 2007 9:14 pm
Forum: R&R ReportWorks Users
Topic: join keyword in user SQL
Replies: 4
Views: 2978

join keyword in user SQL

a user SQL statement like____select name from lastnames join firstnames on lastnames.id = firstnames.id____creates a ^DB access:Unexpected text at end of SQL query. "join" ^____of course I can rephrase:____select name from lastnames, firstnames where firstnames.id= lastnames.id____Because ...
by Oskar
Thu Apr 12, 2007 11:03 am
Forum: R&R ReportWorks Users
Topic: User SQL from template
Replies: 2
Views: 1824

==> RE: User SQL from template

>__>Note that you can only copy the SELECT itself and not the __>existing report layout. ____Does this mean in essence that I cannot copy fields (layout) from one report to an other? Basically have to redo the layout from scratch?____TIA__Oskar
by Oskar
Wed Apr 11, 2007 6:39 pm
Forum: R&R ReportWorks Users
Topic: User SQL from template
Replies: 2
Views: 1824

User SQL from template

creating a new user SQL using Blank report gives me the dialog to enter the query.____However, useing a existing report as template does not.____So, what can I do to edit the SQL query in a existing report which has been created using a wizzard____TIA__Oskar
by Oskar
Thu Jul 22, 2004 4:23 pm
Forum: R&R ReportWorks Users
Topic: report writer 9 error
Replies: 1
Views: 1612

report writer 9 error

when I try to run reports on rr9, (with odbc), I get a client RPC error.__I^d like to attach a wordpad file with the screen shot, but I^ll try to type the error message.____RPC error, trap = (112) Error opening connection__Value = (609) System Error (10060) in call to connect ()__State = CONN_STATE_...