ADO.Net dll location override
We are using custom ado.net dll that has a function which when called
from Crystal returns a dataset. When developing a report this dll
resides on a developer's workstation and everything is just fine:
ADO.NET connection properties:
File Path = 'C:\blablabla\dllname.dll"
Class Name = "MyClassName"
DataSet Names = "FunctionThatReturnsDataSet"
But when report is going to be installed in production environment this
dll will be located somewhere else, so we need to override a path to
that dll when calling Crystal viewer from within our app (not a .net
application). What method in "CrystalRuntime.Application.11" object
we need to change in order to achieve this?
Thanks very much in advance
Denis
.
Relevant Pages
- Re: DLL - entry point
... E.g., to print a report "emp_list" report, I pass the parameter from the ... > DLLs created with VFP are not function libraries as you can create them ... This means that when you create a DLL with VFP you'll ... > DEFINE CLASS SayHello AS Custom OLEPUBLIC ... (microsoft.public.fox.vfp.dbc) - Re: DLL - entry point
... E.g., to print a report "emp_list" report, I pass the parameter from the ... > DLLs created with VFP are not function libraries as you can create them ... This means that when you create a DLL with VFP you'll ... > DEFINE CLASS SayHello AS Custom OLEPUBLIC ... (microsoft.public.fox.vfp.dbc) - multiple exe
... E.g., to print a report "emp_list" report, I pass the parameter from the ... > DLLs created with VFP are not function libraries as you can create them ... This means that when you create a DLL with VFP you'll ... > DEFINE CLASS SayHello AS Custom OLEPUBLIC ... (microsoft.public.fox.vfp.dbc) - Re: Dynamically open forms, reports or call functions
... complicated it is to program the dynamic menus. ... report or calling a ... routine if the name of that form, report or routine is stored in a ... Based on what you've described though, the approach I would take with VB.net is to include as a function in a dll, the code for building the menus. ... (microsoft.public.dotnet.languages.vb) - Re: IIS6 ASP Crystal DLL
... solution was to unregister one of the Crystal DLLs and then reregister ... > thanks for all your support, ... >> Ok I tell you something when crystal exports the report it writes ... own DLL, ... (microsoft.public.inetserver.iis.security) |
|