I have a form where there is a lable and a combo.
The lable has the following code in the Click event:
The method cboJob.InitialSelect has no code in it, but the class it is based on does have code.
Will the above call execute the class method code?
Thanks,
Stewart
The lable has the following code in the Click event:
Code:
DO FORM CreateaFlag
THISFORM.cboJob.InitialSelect()
Will the above call execute the class method code?
Thanks,
Stewart