Powers143
09-01-2003, 07:27 PM
ok i have dynamic contols created on differente forms and is there a meathod of finding out on events (_click,_Change) where the control is located?
I can't use the .tag property since it is not an object, and i need to pass the form as a varible.
ex:
dyxTxt_click(fname as form)
fname.command1.caption = "help"
end sub
thanks
-doug
I can't use the .tag property since it is not an object, and i need to pass the form as a varible.
ex:
dyxTxt_click(fname as form)
fname.command1.caption = "help"
end sub
thanks
-doug