|
Re: CAN WE PASS PARAM, WITHOUR USING open, call and new_Form bult ins [message #84939 is a reply to message #84936] |
Thu, 13 May 2004 02:43  |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Hi,
Yes this is possible.
If you want to run your form from Command pronmpt then just write
ifrun60 ALSU0001 scott/tiger@dbn005 P1=ABCD....
Where Ifrun60 is Forms runtime executable.
ALSU0001 is Form Name
scott/tiger@dbn005 is your DB connect string.
P1 is the Parameter to be passed.
If you want to call a form from another form , write this code in the HOST command on some trigger say,
When-button-pressed as follows:
HOST(ifrun60 ALSU0001 scott/tiger@dbn005 P1=ABCD....);
Regards
Himanshu
|
|
|