Hi,
I'm currently calling a procedure from several different events. In this procedure I want to call another procedure. The procedure to be called depends on the event that called the current procedure. I thought I could just pass a procedure to be called as a parameter but I don't know what to set the argument as.
Ie.
Private Sub After_Travel_Hotel_CheckBoxes(checkName As CheckBox, _
upperCheckName As CheckBox, _
procedure As ?Procedure?)
How do I do this?
Cheers,
Pete
I'm currently calling a procedure from several different events. In this procedure I want to call another procedure. The procedure to be called depends on the event that called the current procedure. I thought I could just pass a procedure to be called as a parameter but I don't know what to set the argument as.
Ie.
Private Sub After_Travel_Hotel_CheckBoxes(checkName As CheckBox, _
upperCheckName As CheckBox, _
procedure As ?Procedure?)
How do I do this?
Cheers,
Pete