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

visioned
visioned
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
25

Discussions

Discussions
0

Questions

Questions
11

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by visioned
Customize the badges you want to showcase on your profile
Re: Show repeating table data in another subform - Adobe LiveCycle 12-08-2019
HI Radzmar,This function is great and works.Regards,Ed

Views

2.2K

Likes

0

Replies

0
Re: Show repeating table data in another subform - Adobe LiveCycle 09-08-2019
Hi Radzmar,The same sort of table with only a change in the field as: txtOmschrijvingTaakDerde.Regards,Ed

Views

1.6K

Likes

0

Replies

0
Re: Show repeating table data in another subform - Adobe LiveCycle 05-08-2019
HI Radzmar,Thanks, this is working.I now want to use the same function in a similar subform.I did this with a second functioncollectData2: function collectData (oTable, oOutput) { var oRows = oTable.resolveNodes("Row1[*]"), i, cResult = ""; for (i = 0; i < oRows.length; i += 1) { cResult += oRows.item(i).txtOmschrijvingTaakOverheidsorgaan.isNull ? "" : oRows.item(i).txtOmschrijvingTaakOverheidsorgaan.rawValue; cResult += " "; // space cResult += oRows.item(i).txtRegelgevingInstellingTaakOverheid...

Views

1.6K

Likes

0

Replies

0
Re: Show repeating table data in another subform - Adobe LiveCycle 03-08-2019
Hi Radzmar,I place the function in the variable script and the exitscript on the origin fields.But no result.https://www.dropbox.com/s/zaig9rr0g24yrs9/EAAF_taken.pdf?dl=0Perhaps something I missed.Regards,Ed

Views

1.6K

Likes

0

Replies

0
Re: Show repeating table data in another subform - Adobe LiveCycle 02-08-2019
Hi Radzmar, thanks, will check it. Regards, Ed

Views

1.6K

Likes

0

Replies

0
Re: Show repeating table data in another subform - Adobe LiveCycle 02-08-2019
Hi Bruce,I have checked it and made some corrections.This is the new script:function doeIets() {// myOutput('BLAAT'); // Taken overheidsorgaan var vItems = form1.sub2aOverheidsorgaan.subTaakWerkzaamheden.dataAanvragers.tableAanvragers.Row1.all; for(i=0; i

Views

1.6K

Likes

0

Replies

0
Re: Show repeating table data in another subform - Adobe LiveCycle 01-08-2019
HI Bruce,Thanks again. The counter does what it has to do.Now only showing the output.I will check this out.Regards,Ed

Views

1.6K

Likes

0

Replies

0
Re: Show repeating table data in another subform - Adobe LiveCycle 01-08-2019
Hi Bruce,Thanks for your reaction:I cannot submit the form because of confidentional status.Attached 2 screenshots.Start subform with table to fill in dataTarget subform where data has to come:Please let me know.Regards,Ed

Views

1.6K

Likes

0

Replies

0
Show repeating table data in another subform - Adobe LiveCycle 01-08-2019
Hi,I have made a repeating table with 2 fields and a script, but the data will not show up in the other subform:The table data have to show up in 3 subform floating field areas.Hope anyone can tell me what's not good or perhaps anyone has a better function.The script is:function doeIets() {// myOutput('BLAAT'); var vItems = form1.sub2aOverheidsorgaan.subTaakWerkzaamheden.dataAanvragers.tableAanvragers.Row1.txtOmschrijvingTaakOverheidsorgaan.all; for(i=0; i

Views

6.6K

Like

1

Replies

14
Re: LiveCycle Designer ES4 crashes on Preview PDF - Adobe LiveCycle 25-04-2018
Hi Radzmar,You said that Adobe as Designer ES 4 is older than Windows 10 and already has found its successor in AEM Forms Designer 6.x, but this software is only to be used on large server environments. I don't use the Adobe Livecycle Server ES4 but design standalone smart pdf forms. I use Adobe Livecycle ES 4 (32 bits) on Windows 10 with Adobe Acrobat DC. Repeatingly Adobe Livecycle crashes now since the latest Windows update of last week.Why is Adobe don't fix this terrible bug and let them ma...

Views

2.2K

Likes

0

Replies

0
Likes given to
Likes from