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: Disabling Printing - Adobe LiveCycle 04-11-2011
I tried it on a form here and it worked fine ....are you expecting it to work after I enter th epassword? Rememeber that th euser has to invoke a print before one can be cancelled. I woudl remove the else portion .....there is no need to print again ..the user already hit print to start this process in the first place. I included my sample .....the code is on the prePrint of the password field but you can put it on any prePrint event.paul

Views

1.1K

Likes

0

Replies

0
Re: First Time Open Script Question - Adobe LiveCycle 04-11-2011
You are loading richtext into the field so it is not as easy as setting the rawvalue like you have above. You will have to create an xHTML equivalent of what you want to load and then load it into the field when you are ready. The easiest way I have found to do this is to create what I want in a field then to get what the xHTML that represents that do a console.println(fieldname.value.exData.saveXML(); This will copy the xHTML to the javascript console. Then you can see what it looks like and ad...

Views

868

Likes

0

Replies

0
Re: Saving the fillable pdf - Adobe LiveCycle 04-11-2011
You woudl have to open the file in LiveCycle Designer to be able to get to the scripts. Paul

Views

1.1K

Likes

0

Replies

0
Re: Pool creation - Adobe LiveCycle 04-11-2011
I do not know about the BPMN 1.2 but I can tell you the different ways that a flow can be started"1. Watched Folder - process monitors a folder on the server and when a new file is created that file is associated with the input of the process and it is started.2. Email - same as above but email is used with an attachment3. Java api - programatic interace for java programs 4. Soap Service - programatic interface for any program5. Data Services end point - used from a flex application6. Rest call ...

Views

844

Likes

0

Replies

0
Re: Document is not tagged??? - Adobe LiveCycle 03-11-2011
Hope that is the right spot if indeed that is the service that is creating that pdf file.Paul

Views

990

Likes

0

Replies

0
Re: PDF Form Time Sheet Web Service Questions - Adobe LiveCycle 03-11-2011
You can use that app.alert(xfa.datasets.data.saveXML(“pretty”)) command …it will show you what it will look like in a message boxPaul

Views

1.2K

Likes

0

Replies

0
Re: Document is not tagged??? - Adobe LiveCycle 03-11-2011
OK now I understand ...there woudl be options in the generation of the pdf on the server that woudl relate to that option. So in the option spec of the Render Form call on the server you woudl be able to indicate that you want tagging turned on. There is a checkbox on the PDF Options in the renderForm service.Paul

Views

978

Likes

0

Replies

0
Re: Document is not tagged??? - Adobe LiveCycle 03-11-2011
In the designer under the File/Form Properties/Save Options make sure the checkbox that says “Generate Accessibility Tags for Acrobat” is checked.Paul

Views

1.0K

Likes

0

Replies

0
Re: pdf preview: error - Adobe LiveCycle 03-11-2011
Not that I am aware of …..because it runs in another machine we know that it is something in your environment. Can you uninstall and reinstall again to see if it clears it up?Paul

Views

1.0K

Likes

0

Replies

0
Re: PDF Form Time Sheet Web Service Questions - Adobe LiveCycle 03-11-2011
If you unwrap your TimeEntry subform then your fields will show.In the hierarchy view select the TimeEntry subform, right mouse click and choose the unwrap option. Preview your form and your fields should be there.Paul

Views

1.1K

Likes

0

Replies

0
Likes given to