rp_data::recordvalidate

Validates data in a record (Public)

o.recordvalidate()

Return Value

True or False


Remarks

This allows the user to hook into record validation on the server only. By
default it does the following;

If o.lfieldvalidate = True it cycles through each field in oData and calls
the o.ValiddateField(tcField) method. If any of these calls return
False then the method returns False.


Example

o.RecordValidate()

See also:

Class rp_data | o.lvalidateonsave | o.lfieldvalidate | o.lpostsavelogic | o.lpresavelogic | o.lrecordvalidate |


Last Updated: 23/11/2005