- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
This code works in the form:ready event:
if (this.a2.rawValue == "debit")
{
var val = parseInt(this.a1.rawValue);
val = val * -1;
this.a1.rawValue = val.toString();
}
Terry
Views
Replies
0 Likes
Total Likes