Re: javascript not working for time calculation
I have little interest in reading over long swathes of script to try desperately to figure out what it is supposed to do and why it doesn't work. It's clearly incomplete. What do you mean by "not...
View ArticleRe: javascript not working for time calculation
IT IS SUPPOSED TO TAKE A SERIES OF TIME ENTRIES AND MAKE A TOTAL HOURS FOR THE DAY(I.E. 6:00 AM - 6:00 PM WITH 30 MIN LUNCH = 11.50 HOURS) IF IT WOULD HELP I CAN SEND YOU SCREENSHOT OF THE FORM
View ArticleRe: Check to see if any field is empty
You appear to be taking this question in new directions. You might want to start a new thread and not usurp someone else's thread.
View ArticleRe: javascript not working for time calculation
Have you tried to use this script for a limited number fields and observe what happens? What are the formats used for the input fields? Do all of your fields have non-null data? Your script will only...
View ArticleRe: javascript not working for time calculation
This same script works with a limited number of field (i.e. three fields) I'm not getting any error messages. Nothing appears, when I type times in the fields. Are you saying I should require begenning...
View ArticleRe: javascript not working for time calculation
Your provided script does not work for me. The line: ( 1000 milliseconds in second, 60 seconds in minute) Should be a comment line and comments do not start with a "(". Your line: if(cMeetingsIn != ""...
View ArticleRe: javascript not working for time calculation
Tried filling all fields and I still get nothing, if i got rid of said lines of code would i get an argument when theres a start time and no end time because that will happen on a daily basis or can i...
View ArticleRe: Check to see if any field is empty
oh i was not doing that i did start a new thread here http://forums.adobe.com/thread/1276533?tstart=0and i was directed to this thread!
View ArticleWhy does the font size change?
I created a simple fillable form in Word. I used the underscore to set the field. When I convert to Adobe the font size in the field jumps about two sizes. I cannot find a way to change it back. Also...
View ArticleRe: Why does the font size change?
Did you have Acrobat automatically add the fields to the PDF, or did you create the fields manually? In any case, what is the size of the font set to for the form field?
View ArticleRe: Why does the font size change?
The fields were created manually. I set the font to 14 on my form in Word and used the underscore to size the field. I save it as a .pdf and then open in Adobe forms. I have attached my form in Word....
View ArticleRe: Why does the font size change?
Email attachments don't get included when you respond, so you'll have to post the Word document online somewhere and include a link to it. But I'm not sure I understand the problem, so including the...
View ArticleRe: Help Text does not appear in PDF
Do you mean the tooltip text? If so, is the field set as read-only? Can you share the file?
View ArticleRe: Making Buttons Visible and Not Visible
You can use something like this as the custom Validation script of the drop-down field (make sure the Commit Selected Value Immediately option is selected): if (event.value=="Value1") {...
View ArticleRe: Why does the font size change?
Thank you, I hope you can open the two following links: https://www.dropbox.com/s/4oxjirfq9yhcmri/Tube%20Trailer%20Description %20Draft%20REV5%20081613.pdf...
View ArticleRe: Why does the font size change?
OK, I think I understand now after looking at the PDF. You set the font size of the form fields to Auto, as opposed to some fixed size. This causes the font size to auto-adjust depending on how much...
View ArticleRe: javascript not working for time calculation
Have you opened the JavaScript console to see if there are any errors?
View ArticleRe: Why does the font size change?
Thank you. I am using the Form Wizard in Adobe 9. I don’t see where to change from automatic or where to adjust the field size except when you right click in the field but this doesn’t seem to help....
View ArticleRe: Why does the font size change?
So you didn't create the fields manually, but you can edit them. Probably the easiest way is to go into form editing mode (Forms > Add or Edit Fields), select the fields, and bring up the field...
View ArticleSwitching between editing form fields and editing document content
I am new to Adobe Pro. I have it to use to create fillable forms. I took a form that we had in Microsoft Word and converted it to a fillable form. I then needed to make changes such as rearranging it...
View Article