Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all articles
Browse latest Browse all 5571

What event to use

$
0
0

I have a field that calculates a total. I'd like for the total if it's less than or equal to 250.00 to make a subform visible. The end user does not put their cursor in or leave the total field. What event should I use for my script?

 

Here's the script:

 

 

 

if (this.rawValue <= 250.00) {

    page1.superVisor.presence = "visible";

}

else {

    page1.superVisor.presence = "hidden";

}

 

Thanks,

MDawn


Viewing all articles
Browse latest Browse all 5571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>