make shure you set the script editor to JavaScript not FormCalc.
Then put a script like this into the calculation event of your field.
************************************************************** if (this.rawValue > 400000) { app.alert({cMsg:"This amount cannot be more than 400k!", nIcon: 1, nType: 0} ); //Set the amount to 400k this.rawValue = "400000"; } **************************************************************
make shure you set the script editor to JavaScript not FormCalc.
Then put a script like this into the calculation event of your field.
**************************************************************
if (this.rawValue > 400000)
{
app.alert({cMsg:"This amount cannot be more than 400k!", nIcon: 1, nType: 0} );
//Set the amount to 400k
this.rawValue = "400000";
}
**************************************************************
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs