Skip to main content

[Migrated content. Thread originally posted on 04 January 2006]

:confused:

I am trying to call a report that is in a different project. It should be simple but I get an error saying: "Program missing or inaccessible" In my call statement I have tried both
call "salesrpt.acu" and call "salesrpt"
Thanks for your help.

[Migrated content. Thread originally posted on 04 January 2006]

:confused:

I am trying to call a report that is in a different project. It should be simple but I get an error saying: "Program missing or inaccessible" In my call statement I have tried both
call "salesrpt.acu" and call "salesrpt"
Thanks for your help.
If the object code file is not in the same directory as the calling program, then you need to add the directory of the report program to your CODE-PREFIX in the cblconfig file.

[Migrated content. Thread originally posted on 04 January 2006]

:confused:

I am trying to call a report that is in a different project. It should be simple but I get an error saying: "Program missing or inaccessible" In my call statement I have tried both
call "salesrpt.acu" and call "salesrpt"
Thanks for your help.
If the object code file is not in the same directory as the calling program, then you need to add the directory of the report program to your CODE-PREFIX in the cblconfig file.

[Migrated content. Thread originally posted on 04 January 2006]

:confused:

I am trying to call a report that is in a different project. It should be simple but I get an error saying: "Program missing or inaccessible" In my call statement I have tried both
call "salesrpt.acu" and call "salesrpt"
Thanks for your help.
Thanks for the help. I figured I would need to reference the project but did not know how to do that.