Global Variables

We can add global variables to the client side (Aurena) as well as server side, values of global variables are available throught the page.

Client Side

Decalre a global variable in client side.

global DataStatus Text = ""; 
Setting a value for the global variable.

set component.global.DataStatus = TempSourceId;


Server Side

Setting a value:

App_Context_Sys.Set_Value(lu_name_||'.c_info_msg_', co_str_list_); 

Find the value:

App_Context_Sys.Find_Value(lu_name_||'.c_info_msg_');





Post a Comment

0 Comments