Ask a Question related to Adobe Acrobat Windows, Design and Development.
-
Daniel_Ayala@adobeforums.com #1
Adobe Acrobat 5: Javascript question: How do I create a text form that...
I recently came across a pdf file, its a regular page with forms. Nothing fancy I guess. However, the forms were set so that when you place your cursor over the form and click, the text box will show color.
I check the settings and I found this:
On Focus:Javascript:ChangeColor();
On Blur:Javascritp:ChangeColor();
So when I tried to do the samething, I receive a error that reads:
"Acrobat Database Connectivity Built-in Functions Version 5.0
Acrobat EScript Built-in Functions Version 5.0
Acrobat Annotations / Collaboration Built-in Functions Version 5.0
ReferenceError: ChangeColor is not defined
ReferenceError: ChangeColor is not defined
ReferenceError: ChangeColor is not defined"
What am I doing wrong? I am not familiar with Javascript.
Thank You
Daniel A.
Daniel_Ayala@adobeforums.com Guest
-
How do I create form fields like buttons,list box and associate JavaScript with thosefields?
IS it possible to create form fields like buttons, list box using PDFL SDK? How do I associate JavaScript with these form fields and also on document... -
Word 2008 Form to Adobe Acrobat Professional 8 Form
Hi all, Any tutorials on creating forms from Word 2008 to Acrobat Professional 8. I have several forms in Word 2008 and would like to create PDF... -
edit text with adobe acrobat 5.0
hi everyone have adobe acrobat 5.0 and when i try to edit my text adobe pops up a warning message saying "warning: you cannot edit text in this... -
How do I create a document library using Adobe Acrobat 6.0 Pro?
I need to create a documents library using Acrobat 6.0 Pro and was told that it is possible however, I have never used it before and was wondering... -
Warning 20225. Adobe acrobat 6.0 setup was unable to create a new item.
When i try to install acrobat 6.0 over acrobat 5.0 or 4.0 on windows xp it comes up with the following message: Warning Adobe acrobat 6.0 setup... -
Gerry_Heinemann@adobeforums.com #2
Re: Adobe Acrobat 5: Javascript question: How do I create a text form that...
There is probably a document level javascript that defines ChangeColor as a function.
A document level javascript can be called by and object in the document.
Click on Tools->Javascript->Edit All Javascripts.
This will display the document level Javascripts as well.
You need to put those into your own document to make it work.
For more information on Javascript, click on help -> Adobe Javascript Guide.
Gerry
Gerry_Heinemann@adobeforums.com Guest
-
Daniel_Ayala@adobeforums.com #3
Re: Adobe Acrobat 5: Javascript question: How do I create a text form that...
Gerry,
I understand what you mean now, I got my document working now. I simply went into the document I was trying to copy and extracted the script and now everything works.
THX
Daniel
Daniel_Ayala@adobeforums.com Guest



Reply With Quote

