Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Siva407
Siva407
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
7

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Siva407
Customize the badges you want to showcase on your profile
Betreff: Unable to hide subform in table cell dynamically - Adobe LiveCycle 10-05-2020
it worked... thanks a lot...

Views

4.9K

Likes

0

Replies

0
Betreff: Unable to hide subform in table cell dynamically - Adobe LiveCycle 06-05-2020
2. I am using loop becoz for each record I will check value of textfield1 is "X" or not. If "X" than I will hide otherwise I will make the subform(SpouseSF) visible.

Views

6.3K

Likes

0

Replies

0
Betreff: Unable to hide subform in table cell dynamically - Adobe LiveCycle 06-05-2020
1. Textfield1 I am filling it interface, it's actually flag I am setting it with "X" to hide subform

Views

6.3K

Likes

0

Replies

0
Re: Unable to hide subform in table cell dynamically - Adobe LiveCycle 06-05-2020
Dear Radmar, i am attaching with screenshot for better understanding with hirarachy and code as well.Scenario is like this a column in table has multiple subforms, so for each record the particular subform should be visible if it has data.otherwise it should be invisble.Note: i have renamed subforms names and made necessary code changes as well for better understanding.code: data.#subform[0].#subform[2].#subform[3].GT_TABLE.DATA[0].FamilySF.SpouseSF::initialize - (JavaScript, client)var len = xf...

Views

3.7K

Likes

0

Replies

0
Betreff: Unable to hide subform in table cell dynamically - Adobe LiveCycle 06-05-2020
Dear radzmar,Please check my post i have provided herachy as well

Views

5.0K

Likes

0

Replies

0
Re: Unable to hide subform in table cell dynamically - Adobe LiveCycle 06-05-2020
Hi Radsmar, I am attaching you screenshot for better understanding:Scenario is like this a column in table has multiple subforms, so for each record the particular subform should be visible if it has data.otherwise it should be invisble.Note: i have renamed subforms names and made necessary code changes as well for better understanding. Revised Code: data.#subform[0].#subform[2].#subform[3].GT_TABLE.DATA[0].FamilySF.SpouseSF::initialize - (JavaScript, client)var len = xfa.resolveNodes("data.#sub...

Views

3.7K

Likes

0

Replies

0
Unable to hide subform in table cell dynamically - Adobe LiveCycle 03-05-2020
Dear Friends,i have a requirement where i need to make a subform in table row(cell) visible/invisible dynamically.My Code:data.#subform[0].#subform[2].#subform[3].GT_TABLE.DATA[0].#subform[1].#subform[2]::initialize - (JavaScript, client)var length = xfa.resolveNodes("data.#subform[0].#subform[2].#subform[3].GT_TABLE.DATA").length;//var fields = xfa.form.subform.table.row.all;xfa.host.messageBox("Hi");for (var i=0; i<=length; i++ ){xfa.host.messageBox("Hi");if ( xfa.resolveNode("data.#subform[0]...

Views

14.1K

Likes

0

Replies

9