Expand my Community achievements bar.

dcidev
dcidev
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • You can create text objects and fields and wrap them in a Flowed subform and set the Flow direction to Western Text. Also to collapse to fit you would have to put code in the exit event of your field: this.minH=".05in" or any low value measurement. Also, if there are some text objects you want to ke...

    Type

    Questions

    Views

    880

    Likes

    0

    Replies

    0
  • Hello all,I am wondering if anyone here has attempted using a deflate algorithm in Designer. I am trying to extract XML from a PDF attachment without using openDataObject and that is the only missing piece of the puzzle.Currently I am trying to implement pako.js but it is pushing my JavaScript abili...

    Type

    Questions

    Views

    610

    Likes

    0

    Replies

    0
  • I use XSLT to translate my forms. You can get Designer to create translation IDs associated with all your text objects and run the XDP file through an XSLT to get a list of all strings and their associated translations. You can then put it in Excel to have it translated. Once translated there's anot...

    Type

    Questions

    Views

    740

    Likes

    0

    Replies

    0
  • I found a way of opening attachments to a specific bookmark. It ain't pretty but it works. If anybody needs the script, let me know.Kyle

    Type

    Questions

    Views

    905

    Likes

    0

    Replies

    0
  • Hello all,I've been attempting to write a function to open an attachment (Data Object), which is a PDF AND have the newly opened PDF go to a specified bookmark (which would be a parameter of the function). Now, I've written most of the function already except I need the Doc object of the PDF that wa...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • Is there a reason why you can't use the Action Wizard in Acrobat?  Plus, I don't think there is a security setting that allows a user to open a PDF but doesn't allow them to save it.Kyle

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • I've only ever needed two documents for Interapplication communication with Acrobat. I can't seam to find them online anymore so I posted them here and here.Kyle

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • I use the same version of Designer you do. It could be your QR code reader. Try using another one and see if it works. I'm using Barcode Scanners for iPhone.Kyle

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Instead of "\n" use "\x0D".Kyle

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • The best way to handle your situation is to store the value of your field in a variable when the user enters the field (ie before they change the value of the field).For instance, say your variable is 'storeValue', you would put in the enter event of your field, storeValue.value=this.rawValue.If you...

    Type

    Questions

    Views

    813

    Likes

    0

    Replies

    0