cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Form Subform Hide/Visible Problem

former_member392607
Discoverer
0 Kudos

Hi All,

We have a subfrom visibility(hide/insivible) problem on adobe form.

We designed it on SAP with Adobe Livecyle Designer 11.0.

PROJE_SF has internal table binding.

I have two flags which manuplates the visibility for each subform.

when we fill the flag with 'X' we can display the subform but, next record when internal table work area flag is "space", we dont hide this subform.

Adobe Form Layout: adobe-form-layout.jpg

Adobe Form Print Template: adobe-form-print-template.jpg

I wrote this JS code on docready JS event.

I've added subfrom flag into the form I want to hide.

if( data.PROJE_SF.AROMALAR.AROMA_SF.ARM_FLAG.isNull )

{

data.PROJE_SF.AROMALAR.AROMA_SF.presence = "hidden";

data.PROJE_SF.AROMALAR.AROMA_SF.AROMA_PYP_SF = "hidden";

data.PROJE_SF.AROMALAR.AROMA_SF.AROMA_ITEM = "hidden";

}

else

{

data.PROJE_SF.AROMALAR.AROMA_SF.presence = "visible";

data.PROJE_SF.AROMALAR.AROMA_SF.AROMA_PYP_SF = "visible";

data.PROJE_SF.AROMALAR.AROMA_SF.AROMA_ITEM = "visible";

}

Please let me know if any corrections or other options to do same.

Thank you some much,

Regards,

Accepted Solutions (0)

Answers (0)