Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with activex control in report

4 views
Skip to first unread message

Arun

unread,
Jul 6, 2005, 4:19:50 PM7/6/05
to
Hi,

I am trying to integrate a custom control into a report. I can set the
property of the control fine (Value1) but when I try to retrieve it, it
returns a blank value. Please let me know if there something I am
missing when setting the value.

==============================
Dim a As String
Dim MyActiveXControl As SigCapture
Set MyActiveXControl = Me![ActiveXCtl86].Object
a = foo
MyActiveXControl.Value1 = a
MsgBox MyActiveXControl.Value1, vbInformation, "From control"

===============================

0 new messages