A
atuldalvi123
Guest
Thanks but I dont understand below logic define variable hClientPrincipal as handle no-undo. define variable hStartupProc as handle no-undo. hStartupProc = session:first-procedure. do while valid-handle(hStartupProc) and hStartupProc:name ne 'BusinessLogic/Startup.p': hStartupProc = hStartupProc:next-sibling. end. This will be in my appserver super procedure or ? Also where to define getdata function ?
Continue reading...
Continue reading...