Hello all,
Want to compare the to fields as soon as the data is entered or updated in first field and show the info message after that. Where to write code to do so.
I have written code on data source < field< modified
public void modified()
{
CustFeeDetails custFeeDetails;
super();
if(custFeeDetails.AdmitionFee<custFeeDetails.SportsFee)
{
info("Admition fee must be graeter than sports fee");
}
}
Thank You
Siddhant
*This post is locked for comments
I have the same question (0)