Hi
I have below code but it is not working. It is written in Sub Form
Account No - OnValidate()
IF "Account No" = '' THEN
ERROR(Txt0003);
On Push in Main Form below is the code . CNLine1,CNLine refers to sub form SourceTable
CNLine1.VALIDATE("Account No", CNLine."Account No");
Thanks
*This post is locked for comments
I have the same question (0)