Quantcast
Channel: Adobe Community : Discussion List - LiveCycle Forms
Viewing all articles
Browse latest Browse all 1160

have presence object hidden at beginning

$
0
0

Cannot get object to be hidden when document opens.  Object become present or hidden once calculation starts.  Have tried all

 

form1.Page1_InOut.colorOn_Offlbs[1]::calculate - (JavaScript, client)

 

this.rawValue = "";

ImageField1.presence = "hidden";

if (poundsOn_Off.rawValue > 1)

{

this.fontColor = "255,0,0";

ImageField1.presence = "hidden";

this.rawValue = poundsOn_Off.rawValue;

}

else

{

this.fontColor = "0,255,0";

ImageField1.presence = "visible";

this.rawValue = poundsOn_Off.rawValue;

}

 

Thanks for your help!

Christina


Viewing all articles
Browse latest Browse all 1160

Trending Articles



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