|
| |
Give the user a list of required-but-empty controls
We ran into a client request to give the user a complete
listing of all required fields that have been left blank. This is pretty dumb on a simple
form (Hey, bozo, the BLUE ONES!!! <bg>), but on a multi-page form that has required
fields scattered all over, it is helpful.
I added a couple of new properties and methods, and made a minor change to
SaveCheckRequiredFields. I leverage your array of "required" controls, and just
handle things a little differently. Dunno if you could use it, but thought I'd pass it
along FWIW.
It's all in the
attachment, including steps to incorporate the
modifications. Even if you can't use it, maybe you can pass it along to one of your
customers that has a similar need.
Steve Sawyer
|