Calling NotInList Function

ShaneMan

Registered User.
Local time
Today, 02:03
Joined
May 9, 2005
Messages
1,224
I am using a function for the NotInList event on multiple cboBoxes. I can call the function from the forms module using: Response = NIL(NewData), however I would rather not put this call behind every cboBox and into the forms module. Is there a way to put this call into the property of the cboBox NotInList event instead?

TIA,
Shane
 
NotInList Event

I am using a function for the NotInList event on multiple cboBoxes. I can call the function from the forms module using: Response = NIL(NewData), however I would rather not put this call behind every cboBox and into the forms module. Is there a way to put this call into the property of the cboBox NotInList event instead?

TIA,
Shane

Could an expert answer this question? I would like to know how to use the NotInList Event procedure as well

Thank You
 
NotInList Event

I am using a function for the NotInList event on multiple cboBoxes. I can call the function from the forms module using: Response = NIL(NewData), however I would rather not put this call behind every cboBox and into the forms module. Is there a way to put this call into the property of the cboBox NotInList event instead?

TIA,
Shane

Could an expert answer this question? I would like to know how to use the NotInList Event procedure as well

Thank You:confused:
 

Users who are viewing this thread

Back
Top Bottom