Discussion:
IWEditbox Required Property
(too old to reply)
kev
2008-07-16 12:55:02 UTC
Permalink
Hi All

I have set the Required property to True of the Editbox, which works fine to make sure the Editbox is not empty. However, if I cancel the edit but pressing the Cancel button for example, it says the Editbox cannot be blank. I only want it to be checked if users want to save the changes but not cancelling and close the form.

What do you need to fix this?

Thanks

Kevin
Chad Z. Hower aka Kudzu
2008-07-16 16:35:43 UTC
Permalink
Post by kev
I have set the Required property to True of the Editbox, which works fine
to make sure the Editbox is not empty. However, if I cancel the edit but
pressing the Cancel button for example, it says the Editbox cannot be
blank. I only want it to be checked if users want to save the changes but
not cancelling and close the
Look on the button, there is a property called DoSubmitValidation or
something like that. Set it to false.
--
Keep up to date - read the IntraWeb blog!
http://www.atozed.com/intraweb/blog/


"kev" <***@ntlworld.com> wrote in message news:487defa6$***@newsgroups.borland.com...
Loading...