Tharanga herath
New Member
I have a procedure, which is in the viewer dynamic super procedure. And need to call this procedure in the SDO logic procedure. I used following code segment in my SDO logic procedure
{get updateSource hTest}.
ASSIGN cCurrency = DYNAMIC-FUNCTION("test":U IN htest).
This work for me when I used this with direct db connection. But with Appserver this wont get execute and give me an error. Function not found.
Pls help me to sole this problem
{get updateSource hTest}.
ASSIGN cCurrency = DYNAMIC-FUNCTION("test":U IN htest).
This work for me when I used this with direct db connection. But with Appserver this wont get execute and give me an error. Function not found.
Pls help me to sole this problem