Home » Developer & Programmer » Forms » CAN WE PASS PARAM, WITHOUR USING open, call and new_Form bult ins
CAN WE PASS PARAM, WITHOUR USING open, call and new_Form bult ins [message #84936] Thu, 13 May 2004 01:18 Go to next message
Ravi
Messages: 251
Registered: June 1998
Senior Member
Hi all

I want to pass a 1000 length char string as a parameter, how can i pass this as a prameter (to different form) without using open, call or new_form bult-ins

RAVI
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 Go to previous message
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
Previous Topic: Splash Screen
Next Topic: Running forms on local machine
Goto Forum:
  


Current Time: Tue May 07 12:15:25 CDT 2024