Hi Ken;
Yes, that would work as well ... for example:
vc_tp_master lo_tp
lo_tp = THIS.Control [THIS.Selectedtab]
if IsValid (lo_tp) = TRUE THEN
MessageBox ("FYI", lo_tp.ClassName ( ) )
END IF
HTH
Regards ... Chris
Hi Ken;
Yes, that would work as well ... for example:
vc_tp_master lo_tp
lo_tp = THIS.Control [THIS.Selectedtab]
if IsValid (lo_tp) = TRUE THEN
MessageBox ("FYI", lo_tp.ClassName ( ) )
END IF
HTH
Regards ... Chris