Expand my Community achievements bar.

ulibaehr
ulibaehr
Offline
  • and you can access the attachment with scripts. e. g. you can attach your current vendor list with Acrobat. Then you can add the vendor's address via scripting even when your data source only provides the vendor number.

    Type

    Questions

    Views

    907

    Likes

    0

    Replies

    0
  • That appears unnecessary to me.Conditional bindings without any scripting perfectly perform the task. You do not need to script for this kind of task.I just checked with one of my example forms:$.Legobrick.[Color<>"green"]works perfectly to bind only subforms where the underlying element "Color" doe...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    0
  • I'm afraid no.Acrobat is a completly different ballpark. You have different classes and objects there and actually not really events. In case you have a ton of scripting in your XDP you can only hope for Surface tablets or else spend an awful lot of time trying to come close to the old functionality

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    0
  • I prefer saving the XFA-PDF in Acrobat as PostScript (.ps). Then I create in Acrobat a new Acro-PDF with the PostScript. Has always worked fine. Of course all form fields and scripting is lost. You have to add that all over again with Acrobat. The form layout will change with every change request. T...

    Type

    Questions

    Views

    2.4K

    Like

    1

    Replies

    0
  • Not italics. Like if you wanted to print around the rim of a plate. The baseline of the letters is a curve then.

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • We would like to print lables with curved text. Apparently there is no curved text in LiveCycle Designer. Are there any add-ons that would produce curved text in XDPs? I would suppose that add-on (if it existed) would produce graphics.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    3
  • The equals operator in JavaScript is "==" and not "=".You actually assigned "X" to lv_letter.So your line should beif ( lv_letter == "X" ) {Does it work now?

    Type

    Questions

    Views

    787

    Likes

    0

    Replies

    0
  • In a click event I got this code (stripped down to the basics):var i = 0;var x = 0;var y = 0;var arrayAnswers = new Array;for (i= 0; i < tableSource._row.count; i++) {    for (x=0; x < arrayAnswers.length; x++)     {            y++;    }}That works fine with most Adobe Readers.But the customer has a...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • Are you sure this JavaScript?A line like (oField.rawValue == 1 | oField.rawValue == 01) = "1st";looks to me like a part of an if statement and a part of a variable assignment.Maybe you want to reformat your code in a standard way and re-post it completly?

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • I can confirm that "Weitere Werkzeuge aktivieren (mit Ausfüllen und Speichern von Formularen)" the same menu item is as "Enable More Tools (includes form fill-in & save)".(Actually I use the German version myself and it works with my Acrobat.)But I have no explanation why that doesn't work with your...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

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