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
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...
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 ...
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
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
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