Hello all and thanks in advance for the help:
I think this one is easy if you know what to do.
I have a form with a pageframe control, 8 pages, lots of other controls,
etc.
Sometimes I want the form to be readonly sometimes not. If will know this
depending on the parameter I get in the init method. I think I know what
code to write but I'm fuzzy on the details. It would meta-code to:
For each control on the form
If the control has a readonly property
set it to the desired value
endif
next
I would also be open to any easier way of doing this. I can't remember how
to go through the controls on a form in code (The for statement). I don't
think I've ever know how to check if a readonly property exists.
Thanks again,
Jeff