Home » Developer & Programmer » Forms » can i call a form from report
can i call a form from report [message #82047] Tue, 15 April 2003 11:38 Go to next message
Rishi
Messages: 63
Registered: January 2001
Member
Hi All!!
How Can i call a form from when user press a button i have made on report
Rishi
Re: can i call a form from report [message #82056 is a reply to message #82047] Thu, 17 April 2003 01:27 Go to previous messageGo to next message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
I don't think you can. Why don't you start with a form and start the report from there (that's possible).

MHE
Re: can i call a form from report [message #82066 is a reply to message #82047] Thu, 17 April 2003 09:55 Go to previous messageGo to next message
Julie
Messages: 98
Registered: February 2002
Member
You can put a hyperlink to your forms application on your report. The user would have to click the link to launch the application. Use
v_url := 'url to launsh your web forms app here';
SRW.SET_HYPERLINK_ATTRS('target="NEWWINDOW"');
SRW.SET_HYPERLINK (v_url);
Re: can i call a form from report [message #82772 is a reply to message #82066] Wed, 02 July 2003 08:43 Go to previous message
Richard A.
Messages: 1
Registered: July 2003
Junior Member
Yes, but someone knows How can I do if I want to Open in New Window without ToolBar and Url Address..?

Which are the parameters in SET_HYPERLINK_ATTRS that permit to do this ???

Richard
Previous Topic: How to count steps of all triggers and program units in a .fmb file?
Next Topic: DB link in Forms6i
Goto Forum:
  


Current Time: Thu Apr 18 04:42:56 CDT 2024