Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fred2088 opened this issue Jul 4, 2023 · 1 comment
Open

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

fred2088 opened this issue Jul 4, 2023 · 1 comment

Comments

@fred2088
Copy link

fred2088 commented Jul 4, 2023

aaa.prg
set procedure to bbb.prg

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

bbb.prg
function ccc()
return .t.

@fred2088
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant