Entry Point Error when trying to add pass through function
I am using the IBO connection as is from the Demo. We have the Report
Designer setup in a run-time package. Our applications passes the
DBConnection Handle to the package and the Report Explorer executes.
Everything initially works fine. I can add folders, create and edit
reports. I went to add a pass through function for some report
functionality (just reading a global variable that gets passed into the
package when FormReportBuilder is created). Upon running the application
itself, I get the follow message:
entry point error
@RaFunc@TraSystemFunction@ExecuteFunction$qqrp19Pprtti@TraParamList could
not be located in the dynamic link library rbRAP55.bpl.
I have another application that works just fine, but we don't have the
Designer in a run-time package like this one is? Are there known issues
with this?
Designer setup in a run-time package. Our applications passes the
DBConnection Handle to the package and the Report Explorer executes.
Everything initially works fine. I can add folders, create and edit
reports. I went to add a pass through function for some report
functionality (just reading a global variable that gets passed into the
package when FormReportBuilder is created). Upon running the application
itself, I get the follow message:
entry point error
@RaFunc@TraSystemFunction@ExecuteFunction$qqrp19Pprtti@TraParamList could
not be located in the dynamic link library rbRAP55.bpl.
I have another application that works just fine, but we don't have the
Designer in a run-time package like this one is? Are there known issues
with this?
This discussion has been closed.
Comments
Can you build our RAP demo with runtime packages? It works in tests here.
Check you machine for all old bpls and dcps and you may want to follow the
corrupt installation procedure in the tech-tips installation thread to clean
you machine of RB and reinstall.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Completion threw it in there automatically.
Thanks for the help though.
Chris Michalec