Home » Developer & Programmer » Forms » Difference between global variable and parameters in Forms
Difference between global variable and parameters in Forms [message #123192] Fri, 10 June 2005 08:32 Go to next message
krish23
Messages: 18
Registered: June 2005
Location: India
Junior Member
Can Anyone guide me in the below
Difference between global variable and parameters in Forms
Re: Difference between global variable and parameters in Forms [message #123197 is a reply to message #123192] Fri, 10 June 2005 08:45 Go to previous messageGo to next message
ram kumar
Messages: 113
Registered: August 2002
Senior Member
hi
Global variable is once declared i can be refered across any form in multiple form application as long as all the forms are in one session...

for example
assumme u have A.fmb,B.fmb,C.fmb
if a case where a calls b , b calls c
if u define global variable in a u can refer in c directly

where as form parameter is object in fmb you created...and is local to that from only
here in order to pass the parmater from one form to another form u have to send it as parameter list ...read helpf create_parameter_list
Ram
Re: Difference between global variable and parameters in Forms [message #123426 is a reply to message #123192] Mon, 13 June 2005 07:49 Go to previous message
krish23
Messages: 18
Registered: June 2005
Location: India
Junior Member
Thanks Mr. Ramkumar for guiding me.

Regards,
Srikrishna
Previous Topic: how to use dll in form6i?
Next Topic: ...Tab Canvas and issues..............
Goto Forum:
  


Current Time: Fri Sep 20 02:02:51 CDT 2024