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

Luigi__8_BIT_PL
Luigi__8_BIT_PL
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
3

Posts & Comments

Posts & Comments
34

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Luigi__8_BIT_PL
Customize the badges you want to showcase on your profile
Re: xfa.event.cancelAction cancels all subsequent actions - Adobe LiveCycle 07-03-2013
Hi Paul, Put an extra visible button which will be your submit button.This "extra" button will do validations and all pre-submission checks.Once all checks have passed, then execute a "hidden" email submit button.Code Example:var formPassedValidations = false;if (formPassedValidations == true) btnHiddenEmailSubmit.execEvent("click");else hope this is what you are looking for... have fun!Regards, Luigi D'Amico8 BIT PLATOONdesign develop deploywww.8bitplatoon.com

Views

350

Likes

0

Replies

0
Re: Where is toolbar is hiding, pls. let me know? - Adobe LiveCycle 07-03-2013
HI srinivas1506 --> when pressing CTRL+H (make sure you click on the PDF first), otherwise the key event will be directed to the internet browser.

Views

606

Likes

0

Replies

0
Re: How to protect t save pdf form from browser - Adobe LiveCycle 04-02-2013
try:  In the pre-save event:xfa.event.cancelAction = true;

Views

429

Likes

0

Replies

0
Re: Email submit does not launch Outlook which is set as default client - Adobe LiveCycle 04-02-2013
off the top of my head... the following comes to mind:1) Either a setting in Reader (an unknown one to me)2) Either reinstall reader and see (was Reader or Outlook installed first on the machine)3) Does the PDF only give this error when "run" from within designer, or does it also do it when run in stand-alone mode.

Views

1.1K

Likes

0

Replies

0
Re: How i can set relative positions in form objects. - Adobe LiveCycle 04-02-2013
Ensure you are using the FLOW layout in the containing subform, then everything will "move" accordingly.Best practice for starters: -> Make you Root-Subform flowed, and then build from there

Views

273

Like

1

Replies

0
Re: Invoke a from from another form - Adobe LiveCycle 04-02-2013
Sudha....the technical aspect you want to prove is calling another webpage... What is at the end of the webpage is irrelevant....your test code is: xfa.host.gotoURL(www.google.co.za);you work code is:xfa.host.gotoURL(http://someserver/pdfs/mypdf.pdf);have fun...------------------8 BIT PLATOON design develop deploywww.8bitplatoon.com

Views

280

Likes

0

Replies

0
Re: Can you make an "X" across a table cell? - Adobe LiveCycle 04-02-2013
Radzmar has given you one optionelse you can use an image....or probably a nice way is use a MASSIVE MASSIVE checkbox or radio button and set the "Button Style" to "cross" (obviously taking away the borders and customizing the appearance)Have fun...----------------------8 BIT PLATOONdesign develop deploywww.8bitplatoon.com

Views

494

Likes

0

Replies

0
Re: Changing a field color based on the answer - Adobe LiveCycle 04-02-2013
Hi,You can use the following script, with RGB specs:TextField1.border.fill.color.value = "196,196,196";There are many other sections you can highlight and bold, etc... this will highlight the entire field.have fun...

Views

208

Likes

0

Replies

0
Re:Problem with purging with the help of Watched Folder - Adobe LiveCycle 04-02-2013
I thought the purge option, was to purge the files in the "input" folder.However a solution could be:Write another process, that:1) Runs every 24 hours (using the "wait" activity)2) Reads all files in the "Result" folder (use the "find" activity)3) Iterate through each file ("read Document" activity)4) Checks each files created property - either using JAVA or possibly in the SetValue activity using the getDocAttribute command.hope this helps

Views

236

Likes

0

Replies

0
Re: Adding a newline character in concat method - Adobe LiveCycle 04-02-2013
Hi Steven, regarding the "add new line!" see forum:http://forums.adobe.com/thread/960612?tstart=0I tried many different options, and the most consistent was to go the executeScript way.Make a resuable component or something like that.hope it helps...

Views

448

Likes

0

Replies

0
Likes given to
Likes from