I am getting "Error# 36: Name not found accessing external
object property ..." with following code.
g_ole_crx_application = CREATE OLEobject
gi_return =
g_ole_crx_application.ConnectToNewObject('CrystalRuntime.Application')
g_ole_crx_connection_info =
g_ole_crx_application.database.tables[1].ConnectionProperties
<-- ERROR at this line
g_ole_crx_connection_info.deleteAll
g_ole_crx_connection_info.add("DSN", "Xtreme Sample Database
11.5")
I have added CRAXDRT and CRVIEWER dll's to my application.
Please let me know how to resolve this error.
Thanks
Indra