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

John_Kordas
John_Kordas
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
13

Discussions

Discussions
12

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by John_Kordas
Customize the badges you want to showcase on your profile
Re: Validate that one or more checkbox are ticked. - Adobe LiveCycle 14-04-2009
This is what I would do.....1. Set up a Global Variable under File>>Form Properties>>Variables Tab //Variable declared here are always considered string Example: GCheckCount and set the initial value 02. For each CheckBox I would add the following code under "change" eventif (this.rawValue == 1) { GCheckCount.value = "" + GCheckCount.value + 1;}else { GCheckCount.value = "" + GCheckCount.value - 1;}3. Also for each CheckBox I would add the following code under "docReady" event to get the initail...

Views

89

Likes

0

Replies

0
This widget could not be displayed.
Re: Insert Script Object?
- Adobe LiveCycle 25-08-2006
Stefanie,What do you want to accomplish? Do you want to use the method fertig with the exit-event of multiple form fields?Steve

Views

253

Likes

0

Replies

0
What is the best way to validate? - Adobe LiveCycle 05-07-2006
This image is a template Im using to create an expense form. http://img160.imageshack.us/img160/963/form25vp.jpgI have a specials item section which is just totaled from all the Special Items fields.Was able to create a totals script to but could not get it to leave the field blank. Thanks to Justin Klei using this script it totals without a problem.This has been placed it the Calculate section of the Total field.var totalval = form1.costs.spei1.rawValue + form1.costs.spei2.rawValue;if (totalval...

Views

241

Likes

0

Replies

0
Re: Trying to keep field blank using JavaScript. - Adobe LiveCycle 05-07-2006
Thank you Justin,I am immensely great full and for your help it worked like a treat. I have posted a couple of questions in the Designer section but did not get any response. Not sure if its the why I put my questions out , so I thought Id try here.Ive created some basic forms using the FormCalc language but never tried JavaScript. Ive spent the last 2 weeks watching JavaScript DVDs which are more based on WEB design. I also purchased John Deuberts book Extending Acrobat Forms with JavaScript wh...

Views

121

Likes

0

Replies

0
Where is the attachment panel and page option in Designer? - Adobe LiveCycle 03-07-2006
In the document properties (in Acrobat), initial view tab and Navigation tab option you can select Attachments Panels and Page.Can this be done is Designer can not seem to find a similar option.Regards, John.

Views

293

Likes

0

Replies

0
Re: Calculation suggestion. Can anyone help me? - Adobe LiveCycle 03-07-2006
Is there a way to have the figure update if the spetot figure is changed?Would I need another if statement?

Views

209

Likes

0

Replies

0