Adding an Email Signature into the Body of an Email Using Script
Hi everyone Does anyone know how to add an outlook signature block (name, title, address etc) into the body of an email message using script? On my form I have a button which launches an email,...
View ArticleRe: Populate text field from dropdown, cannot get working. Please help!
Hi GKaiseril, Thank you very much for solving this for me. I was trying to use the first option the person was suggesting. Used the second one with your guidance and it is working perfectly. Thanks...
View Articlegetting a syntax error
var cSiteOut = this.getField(“SITEOUT”).value; i am getting an error message reading "Syntax Error: illegal character 34: at line 35" really need help on this one!!
View ArticleRe: getting a syntax error
It's hard to say without seeing the rest of the code, but it looks like you may not be using the right quote characters for the string. Use straight quotes and not curly/typographers quotes.
View ArticleRe: getting a syntax error
var cMeetingsIn = this.getField("MEETINGSIN").value;var cMeetingsOut = this.getField("MEETINGSOUT").value;var cLoadIn = this.getField("LOADIN").value;var cLoadOut = this.getField("LOADOUT").value;var...
View ArticleRe: Sending sales form with only one checkbox and name text field editable
If you use FormsCentral to generate the PDF, you will have to do a "File > Save a Copy" in Acrobat to save to a PDF that you can edit in Acrobat. I'll be able to post some code later to get you...
View ArticleRe: getting a syntax error
It looks to me that you are using two different types of quote characters, so you'll have to fix that.
View ArticleRe: getting a syntax error
It's a little hard to see in the browser but paste into Notepad and the problem with quotes is instantly clear. This is characteristic of using Word to edit scripts - a very bad idea.
View ArticleRe: Sending sales form with only one checkbox and name text field editable
I found how to flatten using the save as optimized, but I get a nag box that says I don't have permission to do that, please change in the document properties. I guess it doesn't know it is me.......
View ArticleRe: Sending sales form with only one checkbox and name text field editable
I see what I was doing wrong... I was saving AS, not Save a Copy. Now that I got that far I went to Save as, optimized.. selected the flatten fields, save data, etc. It Saved! When I go to open it I...
View ArticleRe: getting a syntax error
ok now i'm getting the same syntax error on this line of code: var nDiff = ((nMeetingsIn – nMeetingOut) + (nLoadIn – nLoadOut) + (nTravelToIn - nTravelToOut) + (nSiteIn – nSiteOut) + (nTravelFromIn –...
View ArticleRe: Sending sales form with only one checkbox and name text field editable
Actually come to think of it having the ability to just "lock" the fields with work specs and pricing would be the best of all worlds... those are about 9 text fields in the middle of the document....
View ArticleRe: getting a syntax error
I don't notice anything wrong, but you should know that the reported line may not be the one where the error is. It is often on a previous line, so it's helpful to see the entire script.
View ArticleRe: getting a syntax error
if(cMeetingsIn != "" && cMeetingsOut != "" && cLoadIn !="" && cLoadOut !="" && cTravelToIn !="" && cTravelToOut !="" && cSiteIn !="" && cSiteOut...
View ArticleRe: Sending sales form with only one checkbox and name text field editable
Setting the fields to relevant fields to read-only is easiest, but also the least secure, meaning the form data can still be changed relatively easily. Most Reader users won't be able to, but it...
View ArticleRe: getting a syntax error
Now it looks like you're using two different minus sign characters.
View ArticleRe: Sending sales form with only one checkbox and name text field editable
Now that I can edit the document after I save a copy I highlighted the specs and pricing fields and opened the form editor and made just those read only. I do one of these every few days so wonder if...
View ArticleRe: Check to see if any field is empty
how do i do that? before today I did not even know I could add scripts to pdf files wow!my main problem i posted in other thread is this "I am a graphic designer and am using Adobe Acrobat X pro to...
View Articlejavascript not working for time calculation
I AM MAKING A TRIP SHEET FORM AND I HAVE THE CODE TO CALCUALTE TIME BUT IT IS SIMPLY NOT WORKING. I NEED HELP PLEASE! I WILL POST THE SCRIPT BELOW function HHMM2Num(cFormat, cTime) {var cDate =...
View Article