Expand my Community achievements bar.

ulibaehr
ulibaehr
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • or you try alternative PDF readers - they sometimes allow saving the data.

    Type

    Questions

    Views

    3.7K

    Likes

    0

    Replies

    0
  • Without scripting it is (almost) impossible to fill two tables with the same XML data: You can bind your data "by name" (which you usually avoid, as it is unsafe in the longrun). You can duplicate your data in your XML. Or you can duplicate your XML data with XSLT. Or you script: Basically for every...

    Type

    Questions

    Views

    3.8K

    Likes

    0

    Replies

    0
  • Not if you have bought the designer.The designer used to be installed together with Acrobat. Certainly since Acrobat XI you have to buy it separatly - unless you licensed the LiveCycle-Server / AEM-Forms-Server. Then you have the designer included. Or if you use SAP - there you can also have a desig...

    Type

    Questions

    Views

    1.0K

    Like

    1

    Replies

    0
  • Thank you all!Both answers set me on track.The following code works in fact:if ((xfa.layout.y(myForm.myMasterpages.masterpage1.LineFooter) - xfa.layout.y(this)) < 150) {    this.seperatingLine.presence = "hidden";    }else {    this.seperatingLine.presence = "visible";    }This vaporizes a line if i...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Niall,I checked out your sample form. It has a positioned layout. But in fact that doesn't make a difference. I changed my layout to positioned as well and still get an error.I also tried it without the optional parameter - same error:xfa.host.messageBox(xfa.layout.y(this));delivers an error.I have ...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi,I used this line in version 7 of the designer in the layoutReady-event:xfa.host.messageBox(xfa.layout.y(this, "in"));// this being a subform in a flowed layoutNow with the current version I keep getting an error about differing arguments.[I have serveral blocks of text seperated by lines (wrapped...

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    5
  • Hello,my customer just handed me over an xdp he derived by importing a word file.It has a number of master pages and 3 positioned pages.Funny thing is, that the pagination tab is grayed out at those 3 page.I really would like to tell the pages in which content area they should appear.Why is it graye...

    Type

    Questions

    Views

    4.7K

    Likes

    0

    Replies

    2
  • Thank you very much. I tried it, and it works!Now the real work starts as this is quite a large form and I have to go thru all fields to make sure, that none of those fields has one of those header-field names. Oh well.In other words: I wish PDFs had a different logic here. Adobe could really work o...

    Type

    Questions

    Views

    650

    Likes

    0

    Replies

    0
  • Hi,I have a table and populate it with an XML file.The cells of the header row are text fields (not text objects). The data for the table header also comes from the XML file.After a page break I get a header row on top of each page, which is good. Yet the fields are empty. The fields are filled only...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • Sorry to hear that - but it sounds reasonable.I chose the second best choice and force the data into a more tabular format. Doesn't look as good. But that just are the technical limitations.Thanks a lot for the answer!

    Type

    Questions

    Views

    694

    Likes

    0

    Replies

    0
Top badges earned by ulibaehr
Customize the badges you want to showcase on your profile