PDA

View Full Version : DataAssist INSERT after Validation passes


mshappell237278
04-03-2009, 07:18 AM
I would like to insert a record to the database IF all validations from WAValidation Toolkit pass but I'm not sure how to select the trigger. Should I simply select Any Form Post and then manually change the trigger statement to if ($WAFV_Errors == "")?

Thanks in advance for any input provided.

Ray Borduin
04-03-2009, 08:48 AM
If you add validation it will automatically stop any inserts or updates. Just make it so it works when no validation exists, then add validation.