kevind
Posts: 251
|
| Posted: 04/04/2006, 1:16 PM |
|
Hi,
I'm trying to right some code to test if a control is visible on a record form. In the before show event of the record I test for group membership and then hide/show some controls.
I can test for this same group membership in the before update event, and set some hidden fields to certain values BUT I was hoping to test to see if a control was visible (enabled) and then act on that.
Any suggestions as to syntax:
if Record.Control.visible=true doesn't work
thanks,
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
Anand
|
| Posted: 07/19/2006, 4:56 PM |
|
I encountered the same problem!!
|
|
|
 |
|