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

IanFlem
IanFlem
Online

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
6

Posts

Posts
12

Discussions

Discussions
0

Questions

Questions
12

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by IanFlem
Customize the badges you want to showcase on your profile
Re: How to identify the last instance of a dynamic table row - Adobe LiveCycle 26-08-2021
Thank You so much

Views

362

Likes

0

Replies

0
Re: Assistance in obtaining the value of an text field in a table in the last instance of an repeating SubForm - Adobe Experience Manager Forms 17-08-2021
@MorisMonk Thank You so much. I used your script as follows;this.rawValue = Main.STFrontPage.Contact._AddCont.count;

Views

285

Likes

0

Replies

0
Re: Assistance in obtaining the value of an text field in a table in the last instance of an repeating SubForm - Adobe Experience Manager Forms 17-08-2021
Hi @MorisMonk this is code in ContactP. form1.Main.STFrontPage.Contact.AddCont.ContactT.Row1.ContactP::calculate - (FormCalc, client)this.rawValue = this.parent.parent.parent.instanceIndex +1; I then have an add button in the same ContactT table that with this code:this.resolveNode('Main.STFrontPage.Contact._AddCont').addInstance(this.parent.index); Now I need to display the value of the last instance of AddCont.ContactT.Row1.ContactP in the following field:Main.DATable.Accom.Table4.Row1.Guests

Views

298

Like

1

Replies

2
Re: Assistance in obtaining the value of an text field in a table in the last instance of an repeating SubForm - Adobe Experience Manager Forms 16-08-2021
Hi @MorisMonk I tried it in the calculate and exit event it's still not working. Also its only the Subform "Add Count" that is repeating the table is a standard table with no repeating rows. Thanks

Views

310

Like

1

Replies

4
Re: How to identify the last instance of a dynamic table row - Adobe LiveCycle 15-08-2021
Hi I have a similar problem I need to resolve. I my case have a field called ContactP, which is placed in Row1 of a Table called ContacT which is placed in a repeating subForm called AddContact. I need to get the value of ContactP in last instance of the repeating subForm. Any suggestions how to do this.

Views

383

Likes

0

Replies

2
Assistance in obtaining the value of an text field in a table in the last instance of an repeating SubForm - Adobe Experience Manager Forms 15-08-2021
Hi There I have form with an repeating SubForm named "AddCont" containing a table named "ContactT. In the table I have a text field named "ContactP" in Row1 of the Table which automatically indexes when a new SubForm is added. I need to get the get value of "ContactP" in the last instance of the SubForm.

Views

347

Likes

0

Replies

6
Betreff: How do I get the execEvent("mouseEnter") and ("m... - Adobe Experience Manager Forms 06-08-2021
Thanks so much in the end I only used execEvent("exit"); in the first date field to get it work.

Views

272

Like

1

Replies

0
Betreff: How do I get the execEvent("mouseEnter") and ("m... - Adobe Experience Manager Forms 05-08-2021
Hi .@Kosta_Prokopui1 Hi thanks for the reply. I have two date fields. The second date field gets it value from the first date field but at the same time the second date field needs to trigger some code on the exit event so that a table is populated.

Views

277

Like

1

Replies

0
Betreff: How do I get the execEvent("mouseEnter") and ("m... - Adobe Experience Manager Forms 05-08-2021
Hi thanks for the reply. I have two date fields. The second date field gets it value from the first date field but at the same time the second date field needs to trigger some code on the exit event so that a table is populated.

Views

282

Like

1

Replies

0
Re: How do I get the execEvent("mouseEnter") and ("mouseExit") work - Adobe Experience Manager Forms 05-08-2021
form1.Main.DATable.DExp.Table1.Row1.endd::exit - (JavaScript, client) Date2SubFrm.endd.execEvent("mouseEnter"); Date2SubFrm.endd.execEvent("mouseExit");

Views

318

Like

1

Replies

0
Likes from