Hi there,
i am setting up some validation in my Application, but have a problem :
On one of the fields, I have an Onblur event which populates some required fields via @DBlookup (and then partial updates that one table). the Problem is that the validation is catching the field empty before the @DBLookup is populating the field.
i have tried some different combos with the option ‘No Data Validation’ but nothing seems to work.
Can anyone point me in the right direction as to how to let the @DBLookup fill the fields BEFORE the validation runs?
Thanks
Jamie