Showing posts with label required fields. Show all posts
Showing posts with label required fields. Show all posts

Friday, August 6, 2010

5034 - Required form field(s) missing!

This error is generated when user submits the form without entering the value for field (or fields) defined in WB_Required variable.

read more

Saturday, July 10, 2010

5024 - Query string empty! Unable to identify record!

This error is generated user tries to update (edit) record without specifying the vale for every database field defined in WB_UID variable.
Executing update command is possible only if all fields defined in WB_UID have value in WBF_Fields.
E.g.
If
wb_uid=Fname,Lname
then WBF_Fname and WBF_Lname must not be empty.
read more