Subform from ActiveX DLL??'


01-10-2002, 12:00 AM
Originally Posted By: Ian Gregson<ian@easyasabc.com>

Hi there,

I am trying to see if Activesizer is able to set its subform to a form that
is stored in an inprocess DLL which I can call using Createobject - any help
or information anyone can offer would be gratefully appreciated..

Here is my current code which doesn't work..

Dim var As Object
Set var = CreateObject("TelOperators.clsTest")
Set ActiveSizer.SubForm = var.Form1 <<< this doesn't work

Has anyone done this before?

Can Datadynamic control support this

Thanks in advance

Ian