Text is being used?

R

rongchaua

Hi all,
how can we know that a text field (for example "Text2", "Text15") is being
used in current view? Is there a methode or properties for that?
Thanx in advanced.
rca.
 
R

rongchaua

I think that my question isn't clear. I mean, how do we know, that a text
field is visible in current view?
Thanx.
rca
 
J

Jan De Messemaeker

Hi,

The only way I know is to try to select the column using SelectTaskColumn
and to intercept the error with an On Error statement.
HTH
 
Top