I've built many dynamic tables that typically add a single instance of a row at a time. Does anyone have a method for duplicating two rows at a time?Thanks.
Hi, I am trying to export a individual asset using AssetExportService API . I am able to export all the unpublished assets, but when i try to export each asset individually ,.... I am facing the issue. Below is my JSP code : --------------------------------------------------------------------------...
I have Adobe Acrobat Distiller 2017 on a PC, and would like to use it in combination with LiveCycle Designer. I've read that it should be bundled with Acrobat, but I can't see any sign of it. Where can I find LiveCycle Designer?Cheers, Meredith
Is it possible to have a button that performs a "save as" and "reset" without actually resetting the current state?So literally a button that saves another blank exemplar of the form itself without deleting the current entries.Thank you in advance
Hi,I have created a form with text fields set as a comb of characters. when I save the pdf as a static pdf, the border gets thicker like the screenshot below.I have tried to change xml source to make thin border by adding <edge thickness="0.01mm"/>, but it didn't work.If I save the file as a dynamic...
if i try to place a control with mouse, it can only be placed automaticaly on X-Y-positon with a fix distance.if a wish another place, i should to input X Y in layout property of control manuallyWith mouse i cant't place a control on a wished position, because of fix X-Y-distance automation. (It wil...
HiI'm having difficulties on changing SubformB.margin.bottomInset.On SubformB::calculate I have this script:if(this.SubformA.instanceManager.count == 1){ this.margin.bottomInset = "3.2mm";}else{ this.margin.bottomInset = "0mm";}console.println("** bottom: " + this.margin.bottomInset);While I can s...