Home » Developer & Programmer » Forms » Global Variables
Global Variables [message #297287] Thu, 31 January 2008 00:58 Go to next message
mdamjad
Messages: 45
Registered: May 2005
Member
How to Access Global Variables of one form into another
Re: Global Variables [message #297291 is a reply to message #297287] Thu, 31 January 2008 01:02 Go to previous messageGo to next message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
Dear friend the Global varibale is stored for session level which means it will exist till the session exist.

So you can access it as you access a local form varibale. But with the correct syntax of course.
Re: Global Variables [message #297296 is a reply to message #297287] Thu, 31 January 2008 01:14 Go to previous message
akramrabaya
Messages: 41
Registered: November 2007
Member

:global.user_name := 'abc123';


u cane use this global var. any where on the forms as u didn't close the sesion


v_user_name := :global.user_name ;
or
:block.user_name := :global.user_name ;



akram

Previous Topic: Forms Parameter
Next Topic: Assign values dynamically to radio buttons
Goto Forum:
  


Current Time: Mon Feb 03 02:42:03 CST 2025