Skip navigation

Login or Register to find out more about GKaiseril
GKaiseril has no profile image available
Status Level:
Community Member

Recent Activity

GKaiseril replied to Need help assigning 2 values to each choice in a drop down

"You have to use unique values in a drop down, combo, or list box.   You could sort this out based on the selection made within a JavaScript"

in JavaScript 1 replies
14 hours ago
GKaiseril replied to Auto-sum a multiline field

"I think that will take quite a bit of scripting. A Multiline text field can not have the "Number" format, so you are going to have to write"

in Forms 1 replies
14 hours ago
GKaiseril replied to Help with PDF Javascript calculation involving checkboxes

"Have you tried forcing your input values to a number before applying the "parseInt()" function.   var claim1 = parseInt(Number(this.getFiel"

in JavaScript 4 replies
17 hours ago
GKaiseril replied to How to dismiss app.alert

"Have you defined the global variables bShowWarning1 and bPersistWarn1?"

in JavaScript 2 replies
19 hours ago
GKaiseril replied to Assistance Creating a JS Print Alert

"Unfortunately, the "Will Print" action only appearers after the Acrobat/Reader UI has come and gone. You can make a non-printable button to"

in JavaScript 1 replies
1 day ago
GKaiseril replied to Filling in forms

"Well, welcome to the real world.   My college degree is in Accounting and we were not allowed to use calculators on tests and computers wer"

in Forms 5 replies
1 day ago
GKaiseril replied to How do you convert numeric values into english words?

"With the full distribution CD/DVD of Acrobat, Adobe included sample forms. One of them is a check and if you enter a numeric amount into the"

in JavaScript 1 replies
1 day ago
GKaiseril replied to Help with PDF Javascript calculation involving checkboxes

"You have to make sure you are trying to add numbers and not charactered string values. The "+" operator is used for both addition and concat"

in JavaScript 4 replies
1 day ago
GKaiseril replied to Combo Box Abbreviated Selection

"You can not make multiple selections with a Combo Box or Drop Down Box.   Only the List Box allows multiple options. You have to code to ha"

in Forms 4 replies
1 day ago
GKaiseril replied to Combo Box Abbreviated Selection

"See States for an example with scripts for setting and clearing the values."

in Forms 4 replies
1 day ago
GKaiseril replied to Dynamically adding pages

"It is Adobe Reader and Adobe Acrobat.   Reader can not use the template feature of Acrobat."

in JavaScript 3 replies
2 days ago
GKaiseril replied to Dynamically adding pages

"Yes, but all your users will need Acrobat."

in JavaScript 3 replies
2 days ago
GKaiseril replied to Splitting a page

"With Acrobat, you use the crop tool to create a file of odd and even pages, Then you need to insert those pages in the correct sequence.  "

in Forms 1 replies
2 days ago
GKaiseril replied to Combo Box Abbreviated Selection

"You add the abbreviation to the "Export Value" for the item being added."

in Forms 4 replies
2 days ago
GKaiseril replied to What are the numbers on top of fields?

"It is the tab order for the form fields."

in Forms 3 replies
2 days ago
GKaiseril replied to How to keep numbers from rounding up?

"It should work in the validation or as part of the custom calculation script."

in JavaScript 5 replies
4 days ago
GKaiseril replied to How to calculate time based on a dropdown?

"Why not just set the optional value to the time plus 5 minutes?"

in JavaScript 2 replies
4 days ago
GKaiseril replied to How to keep numbers from rounding up?

"You need to trim the value to just the number of  decimal places you want displayed. You can use the parseInt method or the Math.floor metho"

in JavaScript 5 replies
4 days ago
GKaiseril replied to Duplicate form fields across multi-page forms

"I would look at using the template object within for this task."

in Forms 1 replies
4 days ago
GKaiseril replied to Filling in forms

"That is why there are programers paid to write applications."

in Forms 5 replies
5 days ago
GKaiseril replied to Forms built with 9 not saving with Adobe reader X

"Downgrading to Adobe Reader 9 will not solve the problem because the issue is Reader was designed not to save completed forms.   You can u"

in Forms 1 replies
6 days ago
GKaiseril replied to Dropdown list to transfer to check box or radio button on PDF

"You need to use JavaScript and make sure that the check boxes or radio buttons groups have the same values that the drop down box has. Then"

in Forms 2 replies
6 days ago
GKaiseril replied to Lightroom 3 help with two hard drives that has missing folders

"This forum is for Adobe Acrobat Forms.   You might want to repost in the PhotoShop/LightRoom forum."

in Forms 1 replies
6 days ago
GKaiseril replied to Add moving cars on the the google map with javascript ?

"This a forum for the use of JavaScript within the Acrobat/Adobe Reader product and PDF files and not how to program a web page.   You might"

in JavaScript 1 replies
6 days ago
GKaiseril replied to auto populate text field base on anothe r text field input

"The advantage of the combo box is the automatic validation of the input as the selection is made.   You can use control statements like the"

in JavaScript 2 replies
6 days ago