Always With You
Login       Sign Up       About      Contact

All posts
Validation (Inclusion, Exclusion)

Today I'd like to tell about new validation types: Inclusion, Exclusion.

Inclusion validation (for fields string, text) enables user strictly to define introduced text in the forms fields. User can indicate what exactly text must be carried in field record not allowing entering of other words/phrases. The option has three additional parameters (Partial match, Case sensitive, Allow null):
  • Partial match – using this parameter user allows to enter words or phrases, which contains record in field Within;
  • Case sensitive – possibility to include/disconnect register;
  • Allow null – user can leave the field empty;
Exclusion validation( for fields string, text) enables user strictly to define introduced text in the forms fields. User can indicate what exactly text can not be carried in field record, allowing entering of other words/phrases. The option has three additional parameters (Partial match, Case sensitive, Allow null):
  • Partial match - using this parameter user allows to enter words or phrases, which contains record in field Within;
  • Case sensitive - possibility to include/disconnect register;
  • Allow null - user can leave the field empty;
Example of database creation: “Tow fields ”

Steps:

  1. On "My Projects" page create new project “Tow fields”
  2. Create new form “Test”
  3. Into the form place two fields: string type “one line”, text type “multiple line”
form
  1. Under field click on link Set Validation, then in the window choose for field “one line” Inclusion, for field “multiple line” choose Exclusion.
inclusion
For “one line” in field Within you can enter words/phrase, which must be included in the list! For “multiple line” in field Within you can enter words/phrase, which must not be included in the list!
inclusion_1
exclusion_1
  1. Next step click "See Test in action" and enter you data
see form in action
  1. MyTaskHelper will check the data that you entered.
error
When you correct all mistakes click "Create" Now you have first record:
record
Now you see how easy and quickly to create a database with MyTaskHelper.

Posted by Andrew Shenderuk at 02-11-2006 21:36

Tagged with: database, db, free database, mytaskhelper, online database, share data, validation, validation exclusion, validation inclusion, news

Last updated at 05-11-2010 21:07

Please, login to MyTaskHelper to be able post comments