Newbie problem with C/S
Why doesn't this work:
var ADODatabase1 : TfrxADODatabase;
ADODatabase1 := frxReportClient1.FindObject('ADODatabase1') as TfrxADODatabase;
I'm trying to find the object 'ADODatabase1' so I can access it's databasename property and send it ConnectionString. This works fine with clasic output, what's the problem with client/server. It simply acts like it didn't find it???
P.S. I also would like some example of adding user function on report in the client-server environment.
Thanks in advance any help.
Josko
var ADODatabase1 : TfrxADODatabase;
ADODatabase1 := frxReportClient1.FindObject('ADODatabase1') as TfrxADODatabase;
I'm trying to find the object 'ADODatabase1' so I can access it's databasename property and send it ConnectionString. This works fine with clasic output, what's the problem with client/server. It simply acts like it didn't find it???
P.S. I also would like some example of adding user function on report in the client-server environment.
Thanks in advance any help.
Josko
Comments
The same with user function: the only way is to add it to the report's script.
Is there any example with C/S?
Using Delphi 7, FR 3.20.