sachinbaan
9th June 2014, 11:29
hi,
How to disable UE like DAL.
bhushanchanda
9th June 2014, 11:58
Hi,
You can set the expired to Yes.
sachinbaan
9th June 2014, 12:01
hi,
Smart Answer....:)
I am having other functionality which executes through UE,
as we disable DAL for some sessions using "disable.dal()", Is there any function for disable UE.?:confused:
bhushanchanda
9th June 2014, 12:21
Hi,
You can use this in your UE DLL:-
string session_code(20)
get.var(pid,"prog.name$",session_code)
I hope you get it.
BaanInOhio
11th June 2014, 05:09
You can import "prog.name$" in the UE script and disable calls based on specific sessions. UE scripts are supposed to be executed independent of the caller but this method does work. The only thing that I have done that is similar is checking predefined variable 'subdal' that indicates that a DAL/UE is called from another DAL.
kiran kumar
20th September 2016, 11:06
Hi,
We can use disable.ue.dll() to stop the UE execution.