jmac13
Member
Hi all,
I'm using open edge 10.2b and im trying to run a function from a persistent procedure but cant work out how. Prob just being a bit dense:
Any help would be great cheers
I'm using open edge 10.2b and im trying to run a function from a persistent procedure but cant work out how. Prob just being a bit dense:
Code:
if not valid-handle(hanGradeUtils) then
run gui_utils\grdUtils.p persistent set hanGradeUtils.
intGrade = run GetNextGradeCode() in hanGradeUtils.
/*The Above errors not sure how the run it? just want the return value to go into intgrade*/
Any help would be great cheers