Adding ActiveX controls programmatically

L

Loris

How can I add an activex control to a report
created programmatically?

I have tried to call CreateReportControl passing
acCustomControl, and then setting the control's
Class property to the correct value, but it
doesn't seem to work.
Am I missing something?

If this is not possible, is it possible to
copy (programmatically) a control from another
report?

Thanks
 
Top