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

dan_x3_
dan_x3_
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
7

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by dan_x3_
Customize the badges you want to showcase on your profile
Re: Printing 2 copies of a document where a floating field change - Adobe LiveCycle 08-11-2011
Even my solution isn't helpful for you, in a MasterPage u can use a line like for change value of a field: xfa.resolveNode("form1.#pageSet.Page1.TextField1").rawValue="Customer"

Views

560

Likes

0

Replies

0
Re: Printing 2 copies of a document where a floating field change - Adobe LiveCycle 08-11-2011
Try this in a click event of a "Print Form" object:form1.#subform[0].PrintButton1::click - (JavaScript, client)// First copy (with printer dialog):xfa.host.messageBox("Company copy (send this copy for blah blah blah)","Printer:");TextField1.rawValue="COMPANY COPY";xfa.event.rexfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);// Second copy (without printer dialog):TextField1.rawValue="CUSTOMER COPY";xfa.host.messageBox("Customer copy (save this copy for blah blah blah)","P...

Views

561

Likes

0

Replies

0
Re: Scanning barcode numbers into pdf? - Adobe LiveCycle 29-10-2011
what kind of barcode are using? i think the asterisk problem is a scanner configuration problem.You can capitalize all letters with scanner configuration too or modifing form for capitalize on exit event, for example.If using PDF417 (or paperformbarcode), use TAB field separator without fieldnames, so its easy capture data with a HID scanner and a blank form focused at first field. must have same order-tab as barcode sequence. aware radio and check objects for this solution.

Views

630

Likes

0

Replies

0
Re: How to know if i'm a extended form? - Adobe LiveCycle 28-10-2011
Test file sent.Thanks.

Views

151

Likes

0

Replies

0
Re: How to know if i'm a extended form? - Adobe LiveCycle 27-10-2011
Thanks!@Niall: i dont wanna play about Reader security configuration due will distributed pdf's to several people. was try that solution in my javascript console some days ago.@Steven:solution with a syntax error result :?Thanks again.

Views

151

Likes

0

Replies

0
Re: Launching URL in new page from form hyperlink - Adobe LiveCycle 27-10-2011
For file access, must use "unix" style syntax, use "/" instead backslash ("\"). app.launchURL("c:/test.cmd",true);note i'm using "/" instead "\". that was tested running in my reader 9.4.1 on click button event.Other think is to enable acces in each client, reader. go edit->preferences and change internet access outside web explorer preferences for allow that address.try this in javscript:Also, can use openDoc instead launchUrl for open a .PDF file with this notation under windows for I: share u...

Views

222

Likes

0

Replies

0
How to know if i'm a extended form? - Adobe LiveCycle 27-10-2011
Hi, i'm developing some forms with Designer 9 sp2 and have Reader Extensions license.Some forms are extended on a process point (non process management and start process as non-extended forms ) but have a "save as" button who i wanna hide if no extensions appli yet.There is a way to know with javascript or formcalc lenguages if i'm "running" in a extended form?TIA

Views

1.0K

Likes

0

Replies

5