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

Josh_Geurian
Josh_Geurian
Offline

Badges

Badges
14

Accepted Solutions

Accepted Solutions
6

Likes Received

Likes Received
10

Posts & Comments

Posts & Comments
80

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Josh_Geurian
Customize the badges you want to showcase on your profile
Re: Colour change on Calculated field - Adobe LiveCycle 22-09-2015
If this was me I would use the Action Builder instead of FormCalc. If the field you have is a numeric Field go to the toolbar at the top, select Tools, from the drop downbox select "Action Builder". Then create a new action where when the numeric field is less than 0 the result is to set the foreground color of the numeric field to red. In just my personal use FormCalc is great for mathematical equations and not font or format changing. So for example I had to build a PDF that had a littler over...

Views

835

Likes

0

Replies

0
Re: Required Fields Validation - Adobe LiveCycle 12-05-2015
First off welcome to the group and Livecycle. The only word of caution I might say is "no good deed goes unpunished"! It starts with a printing function and next thing you know your boss is asking you how to subtract date fields and you are on here at 1am. With that, the board has a wealth of knowledge. I put a link below that is the same situation you are looking at. There is even a sample form that is provided that allows you to download, open it in Livecycle and muck around. Take a look and s...

Views

554

Likes

0

Replies

0
Re: Radio button to determine what text is put into the body of an email - Adobe LiveCycle 11-05-2015
First off welcome to the group! Livecycle can be an interesting program.For me I am not very technically proficient in coding so I tend to gravitate to, how you say, less than elegant solutions. What I do is create an Email Submit button for each Radio button. Then I create a dummy Email Submit button (this part will be key later). From the Object Library view on each Email Submit button I set the Email Address and Email Subject that I want. Then I hide all of the Email Submit buttons with the e...

Views

440

Likes

0

Replies

0
Re: LiveCycle Designer problem saving in Adobe Reader - Adobe LiveCycle 17-12-2014
Did you save the PDF as an Extended Rights PDF? You will need to open the PDF in Acrobat, go to Save As Other and Select "Reader Extended PDF". This will allow you to do things like save data in Reader.

Views

492

Likes

0

Replies

0
Re: Code/Action to Change Textbox Value Font Size - Adobe LiveCycle 12-05-2014
The way that I do it is in the Font Window (and the field selected), right above the Font Name and Size there is an arrow button that says "Currently editing Value properties". Click that arrow and select "Edit Value". Then in the Font Size set that to 0. The font size is now decided by the size of the text field. If you put more text into the field than the visible area it will automatically resize the font.

Views

596

Likes

0

Replies

0
Re: Font query within dynamic text fields (livecycle ES3) - Adobe LiveCycle 29-04-2014
Great tip Kyle. As always, I am always learning something new everyday!

Views

589

Likes

0

Replies

0
Re: Font query within dynamic text fields (livecycle ES3) - Adobe LiveCycle 29-04-2014
Yes to the bolding, but I believe no (unless someone can correct me) on the highlighting. For the bolding you must first change the Field Format in the Object Library window. Once that is enabled then in both Reader (if you extend the correct rights) and in Acrobat you can select the text you want, right click on it, go to "Text Style" and then change the font of just the selected text to bold. I put a few screenshots below of what it will look like. Highlighting is a different beast in Adobe. H...

Views

604

Likes

0

Replies

0
Re: HyperLink / Label / Text OnClick Alert(Pop-Up Message) - Adobe LiveCycle 28-04-2014
I have had to do this before in the past, but I am not 100% sure if you will like my method. What I did was instead of using the "Insert- Hyperlink" function, I created a button that had the same text, blue color and underline. Then I set the box to no border and 0 fill color. In the Action Builder I created an action for the button to open a webpage and then another action on that same box to open a message. To the user it looks like normal text and not a button, but it still worked for me. Gra...

Views

622

Likes

0

Replies

0
Re: Spaces in Required Fields Negating Validation - Adobe LiveCycle 25-04-2014
Ah....a problem I have struggled with myself. I am going to assume that you have a decent grasp of Livecycle and not delve into each aspect like how to open the Script Editor, but if I am wrong just let me know and I can expand on it. On the field(s) that you wish to restrict spacing, create a Exit event with the following code: var r = new RegExp("^[a-z,0-9]*$");var result = r.test(this.rawValue);if ( result != true ){ xfa.host.messageBox( "Enter alpha or numerical characters only. Do not enter...

Views

527

Like

1

Replies

0
Re: Checkbox Script - Adobe LiveCycle 24-04-2014
Hey there Bighibee....What I might suggest is to use the Action Builder. If you go to the toolbar at the top, select Tools and then Action builder the Action Builder window will pop up. In the top left click of the window click the button to add a new action. It will then have a "Condition" and a "Result". In the condition section click on the blue underscored text which says "object" and then select the No checkbox that you have. Make sure that from the drop down box you change it from "is clic...

Views

432

Likes

0

Replies

0
Likes given to
Likes from