SetSharedGlobal or SetProfilrAttr or Application().sGlobalvariable
Hi All,
All below are used to set a variable globally and used in particular session
- TheApplication.SetSharedGlobal(varName, value)
- TheApplication.SetProfileAttr(name, value)
- TheApplication().gQueryFlag = true
Planning to set global variable in applet event and use it in BC pre query to restrict few field queries.
On the above provided 3 ways, which is recommended ? less memory utilization ??
Thanks & Br,
Pugal