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

pguerett
pguerett
Offline

Badges

Badges
40

Accepted Solutions

Accepted Solutions
692

Likes Received

Likes Received
613

Posts

Posts
7689

Discussions

Discussions
2555

Questions

Questions
5134

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by pguerett
Customize the badges you want to showcase on your profile
Re: Dynamic Captions - Adobe LiveCycle 19-02-2008
I have been looking into this and have found that you can only dynamically change the rich text caption if the form is dynamic and not if it is static. This is not as simple as it sounds and I am working on a prototype for you. I will post the results when I am complete.

Views

309

Likes

0

Replies

0
Re: Submit via Mailto: works sporadically - Adobe LiveCycle 15-02-2008
I am wondering if the mail client is not allowing this tyoe of connection. I have never had any issues using a mailto command in a form.On the machines that are not working try it from a browser. If it does not work from there then you know that something is blocking the use of that protocol.

Views

59

Likes

0

Replies

0
Re: Rights Management ES - Adobe LiveCycle 15-02-2008
You will also require a valid user for the Publisher name (who is named as a document publisher) and that users associated domain (you can find that in the user manager). All of these parameters are case sensitive as well.

Views

197

Likes

0

Replies

0
Re: invoke the "save"-Function of Reader by a forms script - Adobe LiveCycle 15-02-2008
You can use this code:app.execMenuItem("SaveAs");

Views

167

Likes

0

Replies

0
Re: Using printers in process - Adobe LiveCycle 15-02-2008
What app server are you using and are you starting it from a service or a bat file?

Views

307

Likes

0

Replies

0
Re: validate required fields using print form button - Adobe LiveCycle 14-02-2008
So set up your mandatory fields like you normally would. Make sure that you have a nessage displayed (as I mentioned above) and then add this code to the print button click event.var txt = form1.execValidate();if (txt == true){ xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0); }

Views

118

Likes

0

Replies

1
Re: Can hide a button, but not a textfield - Adobe LiveCycle 14-02-2008
I just tried it and it works fine for me. Which version of the Designer and which version of Acrobat are you using to view the form?

Views

77

Likes

0

Replies

0
Re: Rights Management ES - Adobe LiveCycle 14-02-2008
The certificate that is used by the https connection must be in a trusted store. If you connect IE to your https://localhost:8443 then you should get a dialog about the validity of your cert. Assuming you do, click the view Certificate button on the dialog. From the next dialog click the install certificate (take all of the defaults). Stop your browser and try again. The cert dialog should not come up. Now try connecting with Acrobat.

Views

197

Likes

0

Replies

0
Re: Rights Management ES - Adobe LiveCycle 14-02-2008
I would try applying the policy through Acrobat first. This will validate whether you have set up the Policy Set and Policy correctly. Note to do this you will need to enable https.

Views

197

Likes

0

Replies

0
Re: Workspace Form Not being Rendered with Updated Data from previous level - Adobe LiveCycle 14-02-2008
When you extract the data from the form it is already XML.....or it should be. I do not use ProcessFormSubmission .... there is an easier way - under Common/Form Data Integration there is an Export Data service that will take your form as input and create a document that contains your data as output. You can then use a setValue to change the doc object into an xml object (doc object on right, xml object on left). Once it is xml you will need to see what the format is so either write it out or du...

Views

97

Likes

0

Replies

0
Likes given to