Disable All Validations [message #608029] |
Fri, 14 February 2014 07:24 |
Xandot
Messages: 235 Registered: January 2014 Location: India
|
Senior Member |
|
|
Hi Friends,
Please help me out..
I want to disable/enable all types of validation into the form..
i have two button like Validate or Remove validate ,
When i am click on button(Validate) then it'll enable all the validation of forms
& click on button (Remove-Validation) then it'll disable all the validation of forms.
Is there any in-built property for the same so please give me ....
Thanks ...
|
|
|
Re: Disable All Validations [message #608036 is a reply to message #608029] |
Fri, 14 February 2014 07:54 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
What do you call "all validations"? Code you wrote in WHEN-VALIDATE-... triggers, required item properties, etc. etc.? If so, I'm afraid that there's no a single built-in that is capable of doing that. At least, I can't think of any (I'm dead tired and can't thing straight. Hopefully, someone will know better).
It means that you'd have to do everything manually.
Why would you want to disable validations? You'd get rubbish in your tables, then, wouldn't you? Validations are here to prevent such things from happen.
|
|
|