Using Local procedure
Using Local procedure
(OP)
Hello,
any idea how to map the local procedures, i tried to put it in the .clw module adding my local map to the "Start of Module" embed but it didn't work.
thanks
any idea how to map the local procedures, i tried to put it in the .clw module adding my local map to the "Start of Module" embed but it didn't work.
thanks
RE: Using Local procedure
it should be in Other Declarations embed as:
MAP
ProcdureName PROCEDURE
END