Parameter Form [message #366819] |
Sat, 23 September 2000 05:06 |
Amjed Subhani
Messages: 1 Registered: September 2000
|
Junior Member |
|
|
Hi,
I am having a problem with parameter form;
when i call a report through Forms and passing parameter to report, i want to skip a parameter form and directly want to display report on screen how can i do this?
|
|
|
Re: Parameter Form [message #366829 is a reply to message #366819] |
Wed, 04 October 2000 15:45 |
Mark Kane
Messages: 21 Registered: January 2000
|
Junior Member |
|
|
Amjed,
I work in character based reports and forms through unix - so the specifics of my answer may not apply, but the idea should be the same.
I call reports from forms using a host command. My host command looks something like this:
r25run report_name uid/pw Parameter1=65 Paramter2=ABC PARAFORM=NO
Make sure there are not spaces before or after the equal signs.
This will envoke the report without displaying the parameter form.
Mark
|
|
|