Code not working


hi all,

 

i have written following code, not working, , not know why. wrote using javascript.

  

if(bty.rawvalue > 1 & kasc.rawvalue > 3){     grllac.presence="visible";  } 

 

i wondering if not responding &(and) operator used.

 

thanks

 

v/r

 

tammy

you're using bitwise , (&) when want using logical , (&&).

kyle



More discussions in LiveCycle Designer


adobe

Comments