Sharing variables across internal procedueres.

Ram Prashanth

New Member
I have an internal procedure which gets called on some action.
Inside that I have a variable which holds some value.

Can we use this variable in another internal procedure.

I tried declaring the variable as new global shared, but it is not working.
 

chrisds

New Member
global and shared have their values. i used them for QAD applications where the global variables feeds to Crystal reports. example, i can create one crystal reports and use the global shared variable userid to find his/her location and the report filters automatically instead of creating few same reports and hard filter in Crystal
 
Top