Expand my Community achievements bar.

lasersocks2
lasersocks2
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • It seems like in an update a few years ago, adobe disabled dynamically changing the href property of an image.I have played with the base64 encoding an putting it directly into an images "value.image.value" property, but the images need to be embedded before the form is rendered for you to get the b...

    Type

    Questions

    Views

    721

    Likes

    0

    Replies

    1
  • Thanks!It took some manipulating but it ended up working.

    Type

    Questions

    Views

    491

    Likes

    0

    Replies

    0
  • I was wondering if it is possible to send a query from livecycle to web service and parse the return data.An quick example of what I am thinking is querying a database like wolfram alpha using their html query.It is in the format http://api.wolframalpha.com/v2/query?input=pi&appid=XXXX. where "pi" i...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    3
  • This code does work on paths with spaces, as long as it has a file at the end. But if you want to open the directory that the file is held in it will fail...Basically it can open a folder if there are no spaces, and a file if there are spaces or not.Anyone have any ideas on why?

    Type

    Questions

    Views

    539

    Likes

    0

    Replies

    0
  • Finally figured this out using the work around located here: http://forums.adobe.com/message/1359940#1359940I used the simplest form of this to get it to work.You need to create a openFolder.js file in a text editor like notepad++ and then copy the text below into it:var openFolder = app.trustedFunc...

    Type

    Questions

    Views

    554

    Likes

    0

    Replies

    0
  • I was hoping to be able to access a directory on a network drive. For example, I want an employee to be able to fill out a form and place a link into a field of where the documents are that they have been working on. I then want a supervisor to be able click a button and access that folder to check ...

    Type

    Questions

    Views

    553

    Likes

    0

    Replies

    0
  • I figured it out after searching for mailDoc.Using app.mailMsg does the trickuseful post: http://forums.adobe.com/message/2307841Thanks!

    Type

    Questions

    Views

    739

    Likes

    0

    Replies

    0
  • I tried this example in a blank form on a regular button, and it attaches a pdf still.Is there some other setting or something I need to do?

    Type

    Questions

    Views

    750

    Likes

    0

    Replies

    0
  • I have seen many posts on this on the internet, but I haven't been able to get a difinitive answer. Is it possible to have a list of links to local files in a pdf form?I have gotten it to work when using the a hyperlink and the "file://" protocol and when using internet explorer. I essentially put C...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    5
  • I am hoping to send an email from a pdf that sends the link for where the pdf form is on the local drive rather than the physical copy of the pdf form.I have figured out how to place the link of the location of the file into the body, but I can't figure out how to disable the file attachment part of...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    4