VBX Controls in Forms

From: Ranganathan Chakravarthi <ranga_at_shell.one.net>
Date: 1996/12/24
Message-ID: <59pg7n$dum_at_news.one.net>#1/1


Hi All,

Let us say, I have a VBX control VBXCONTROL and it has an event, foo.

How can I trap this event in Forms ?
(I tried when_custom_event trigger. It doesn't work)

In Visual Basic, you can write a function that looks like :

myvbx VBXCONTROL;

Sub myvbx_foo(bar As Integer)

	.. code
	..

How can I do this with forms?

Any help is greatly appreciated.
Regards,
-Ranga Received on Tue Dec 24 1996 - 00:00:00 CET

Original text of this message