Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

lfalke
lfalke
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
48

Discussions

Discussions
0

Questions

Questions
20

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by lfalke
Customize the badges you want to showcase on your profile
Re: Building an email submit button isse - Adobe LiveCycle 05-11-2009
Thank you Paul.. So far, no answers

Views

138

Likes

0

Replies

0
Re: Building an email submit button isse - Adobe LiveCycle 03-11-2009
Is there an example I can look at to see how to do that?  Thanks.

Views

136

Likes

0

Replies

0
Re: Building an email submit button isse - Adobe LiveCycle 03-11-2009
So, if user puts in the following " Black & White". What does the script need to do to convert it so it doesn't turncate the "& White"? Or are you saying the user has to put in the hex equivalent - which unfortunately I can't control?

Views

134

Likes

0

Replies

0
Building an email submit button isse - Adobe LiveCycle 03-11-2009
I am using script to build the email.: var cEmailURL = "mailto:" + cToAddr + "?cc=" + cCCAddr + "&subject=" + cSubLine + "&body=" + cBody; I am using a field's content for the body. If someone puts the "&" character in the field, the rest of the content is truncated from the email body. Anyway around that?

Views

1.0K

Likes

0

Replies

9
app.openDoc - Adobe LiveCycle 20-10-2009
I am using app.openDoc(FilePath.rawValue); where FilePath is just the name of the pdf (file.pdf). I works on some machines, but not others. If I put the full path in, it works all the time. However, as long as the form and the other file is in the same folder, I want it to open. Any ideas?

Views

1.1K

Likes

0

Replies

1
Re: Indentify Reader type - Adobe LiveCycle 07-10-2009
I've already tried these, and they don't help. Thanks.

Views

159

Likes

0

Replies

0
Indentify Reader type - Adobe LiveCycle 06-10-2009
Is there a script that will identify if Reader is open in a browser or on its own?

Views

554

Likes

0

Replies

2
Acrobat versions and form - Adobe LiveCycle 04-10-2009
Is there a way to keep a form from opening in an acrobat version lower than 8.x. When opening the form in a lower version, Acrobat offers to upgrade. But if you don't, it will still open, but some of the form doesn't work or display correctly. I would rather it not open at all.

Views

1.1K

Likes

0

Replies

2
Submit selection - Adobe LiveCycle 25-09-2009
if a user is offline when trying to submit to http: only a warning comes up. Is there a way for the form to que for submission when reconnected? If not, I would like to put an interactive messagbox on a button that gives user option to use online submission (http:) or offline submission (email). How would I create the messagebox with those choices? Any other ideas would be great.

Views

674

Likes

0

Replies

1
Re: Online form confirm page - Adobe LiveCycle 22-09-2009
Let me try to explain it this way. If the user submits the form via http submit button using Reader or Acrobat, the php returns a new pdf with a confirmation notice - e.g. "thank you for submitting the form". So when the user closes the response pdf, the original form is there for them to print if they want. However, when used in a browser, the response document comes back as an html and replaces the pdf window so the user cannot go back and print the filled out form. Is there a way to have the ...

Views

215

Likes

0

Replies

0