Report Designer - Running Programmatically (OpenInsight Specific)
At 04 JUL 1999 06:31:43PM Tony Ayling [email protected] wrote:
Has anyone solved the problem of report designer working while test running but reports not working when run programmatically from a menu?
It seems to be a very random condition as they will appear sometimes but not at others. Also having problems with fields - e.g. the date on the footer of a report disappearing. It seems to be connected to the first problem as it too happens randomly.
Has Revelation ever written a report using the tool? If you want to to some proper testing on I have some fine examples - just simple ones - that will help you out.
Any help urgently accepted at this Australian end of financial year.
Thank goodness most of our critical reports are in Slist. - Sorry for the plug Andrew.
At 07 JUL 1999 06:33PM Cameron Revelation wrote:
Tony,
How are you running Reporter? Repository("EXECUTE")? Have you looked at RevRpt?
Also, do you have an IDLEPROC or any TIMERs running? Anything that might interfere with the Reporter?
Cameron Purdy
Revelation Software
At 08 JUL 1999 02:46PM Anders Lindholt wrote:
Here are some code from a printing stored procedure:
qu = r.rptrec
rep = r.rptrec
pv = r.rptrec
if seltype eq '' then seltype = r.rptrec
batch = r.rptrec
test = r.rptrec
selection=/ED=1 /QU=:qu:' /PV=:pv: ' /REP=:rep :'/BA=:batch
comm =OPENLAW*OIREPORT*RDLAYOUT*':rptname
x =repository("EXECUTE",COMM,SELECTION)
Just an idee !
best regards,
anders lindholt
At 09 JUL 1999 07:37AM Cameron Revelation wrote:
Hi Anders,
The /REP flag in your command line should be /RE.
Cameron Purdy
Revelation Software