Quantcast
Channel: SCN : Discussion List - SAP Interactive Forms by Adobe
Viewing all articles
Browse latest Browse all 1237

Accessing the context variables in adobe forms

$
0
0

Hi Guys,

             I need a simple advice, Here is my scenario, I have a variable GV_XYZ part of my context in adobe forms. And in Page1-SUBFORM1 (Path)

i am trying to access it without binding it to any element.

 

 

So I am using the following javascript.

 

if ($.gv_xyz.rawValue == "X")

{

this.presence = "hidden";

}

 

end of the day the purpose is to hide the subform, which works perfectly if i dont have the if statement. It is a simple problem but can not figure out what is that i am doing wrong here?

 

also tried this.

var gv_abc;

gv_abc = xfa.record.gv_xyz.rawValue;

if(gv_abc == "X ")

{

this.presence = "hidden";

}

still no luck.

 

 

Appreciate any help.

 

Best Regards,

Tapo.


Viewing all articles
Browse latest Browse all 1237

Trending Articles



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