outra9e
28th October 2002, 16:14
Hi guys

I have this piece of code...

Case 501:
| comp = 501
url = "http://teenet/SSG/docs/Singular_NCDR_Report_final.rpt?user0=NCDR_REPORT&password0=rep0rter&user0@NCDR_PARTS=NCDR_REPORT&password0@NCDR_PARTS=rep0rter "
ret = app_start(url, "", "", "", "")
break

What this does is opens a crystal report and passes the logon values.

What I want it to do also is to pass a field value from the Baan record as the parameter value.

in an ASP page I would add
&prompt0 = <% fieldname %>
at the end of the hyperlink I do not know what Baans's equivalent of <% xxxxxx %> is.

Any ideas?

Cheers