mod_harbour icon indicating copy to clipboard operation
mod_harbour copied to clipboard

user function from "set procedure to" can't call from main prg

Open fred2088 opened this issue 1 year ago • 1 comments

aaa.prg set procedure to bbb.prg

function main ccc() <-------------- Error not defined return .t.

bbb.prg function ccc() return .t.

fred2088 avatar Jul 04 '23 14:07 fred2088

try to compile the abc.prg to abc.hrb library file and try to run it using http://localhost/samples/abc.hrb the <iframe ... > is not kick out to webpage and can't show the pdf like abc.prg

Thanks

fred2088 avatar Jul 14 '23 07:07 fred2088