Row Validation Example


Often, the value of one field within a row needs to be validated with respect to another in the same row. This example shows how to do row level validation. It will reject changes where the RequiredDate comes before the OrderDate.

Source code

More Examples...


Copyright© 2004 Quest Software Inc.