hyme
Jul 31st, 2000, 08:57 AM
If anyone one has an example of how to create a data environment through code with a data report (just the connection) attached to it.
Please send it to me!!! If it can be done!
Dim De1 As DataEnvironment
Dim cmd1 As Command
Set De1 = New DataEnvironment
'I get the error - "Class does not support Automation or does not support expected interface
Set cmd1 = New Command
If there is any references I need to add, let me know
Thanx
Hyme
[Edited by hyme on 07-31-2000 at 10:20 AM]
Please send it to me!!! If it can be done!
Dim De1 As DataEnvironment
Dim cmd1 As Command
Set De1 = New DataEnvironment
'I get the error - "Class does not support Automation or does not support expected interface
Set cmd1 = New Command
If there is any references I need to add, let me know
Thanx
Hyme
[Edited by hyme on 07-31-2000 at 10:20 AM]