Create an event in a self defined wizard 
Author Message
 Create an event in a self defined wizard

I want to build my own form wizard from a table and I have created the
controls.
Now I want to create a user user-defined event procedure to an control.

There is a statement that connects a pre defined function to a control.
        ...
        ctlComboBox.OnClick = "=MyFunction()"
        ...

What I want is to create a function at runtime
        ...
        ctlComboBox.OnClick = "[Event Procedure]"
        ...
My question is how do I place the following sub commands in the OnClick
event of the ctlComboBox.
        Dim MyString as String
        MyString = "Test String"
        MsgBox = MyString

Patrick Luijpers





Fri, 13 Aug 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Help with defining HTML script created by P&D Wizard

2. Help with defining HTML script created by P&D Wizard

3. Help with defining HTML script created by P&D Wizard

4. Help!!-NEWBIE - Application Wizard -(WROX BOOK) Error- User defined type not defined

5. Help!!-NEWBIE - Application Wizard -(WROX BOOK) Error- User defined type not defined

6. automatically summing up of self defined column

7. Text property of self-defined control

8. use self defined toolbar in a html file ?

9. problem running query inc self defined function

10. Is there a wizard to create a wizard?

11. How to Create Custom Wizard (something like c++ Custom Wizard) In VB.Net

12. Using a wizard created by the wizard manager

 

 
Powered by phpBB® Forum Software