Quantcast
Channel: Adobe Community: Message List - Unhide subform based on 2 Dropdown Lists
Viewing all articles
Browse latest Browse all 4

Re: Unhide subform based on 2 Dropdown Lists

$
0
0

Hi,

 

Try something like this JavaScript in the calculate event of the subform you want to unhide;

 

if (DropDownList1.rawValue == DropDownList2.rawValue)

{

    this.presence ="visible";

}

else

{

    this.presence ="hidden";

}


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images