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

Chris_TMC
Chris_TMC
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
16

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Chris_TMC
Customize the badges you want to showcase on your profile
Re: Please Help me with FormCalc Customized Text Field - Adobe LiveCycle 09-09-2011
Great, got it working!Now just wondering, is there any way for this to appear on every page, or would I have to place this box on every page?I have ~20 page documents and I have had requests to have this "printed on" show up on every page, but doing so seems like ti would be very time consuming.

Views

204

Likes

0

Replies

0
Please Help me with FormCalc Customized Text Field - Adobe LiveCycle 08-09-2011
A while ago someone online did a great thing for me- they helped me create a Text field that would type "This document was printed on _________" and include whatever day the pdf form was printed off our employer's intranet site.I had a shortcut to it in my favorites and would click on it and plave it on every new document I needed it to be on.Since the computer I was using suddenly crashed, I cannot find the details of how to set this up again. I have a pdf form that includes the box, but when I...

Views

1.3K

Likes

0

Replies

3
Re: "PRINTED ON" Customized Text Field: Need to edit it/work on it/save it - Adobe LiveCycle 31-08-2011
THIS is what I saved: $.rawValue = concat("This document was printed on: ", num2date(date(), DateFmt(1)));

Views

121

Likes

0

Replies

0
"PRINTED ON" Customized Text Field: Need to edit it/work on it/save it - Adobe LiveCycle 31-08-2011
Hello!A while ago someone online did a great thing for me- they helped me create a Text field that would type "This document was printed on _________" and include whatever day the pdf form was printed off our employer's intranet site.I had a shortcut to it in my favorites and would click on it and plave it on every new document I needed it to be on.Since the computer I was using suddenly crashed, I cannot find the details of how to set this up again. I have a pdf form that includes the box, but ...

Views

391

Likes

0

Replies

1
Re: How do I get a numeric box to display sequential numbers? - Adobe LiveCycle 02-07-2010
I got a response as an email, but for some reason I am unable to reply via email, it bounced back to me. But here is my response: I have made a few things using FormCalc, but I am relatively clueless on that. (I just work with people who are even more clueless on such things, relatively speaking.) I need it literally spelled out for me.So- when I am on that numeric field I:Choose: postPrintEnter: fieldName.rawvalue += 1 (my field name is "Counter" so I type Counter.rawvalue += 1Choose: FormCalcC...

Views

279

Likes

0

Replies

0
Re: How do I get a numeric box to display sequential numbers? - Adobe LiveCycle 02-07-2010
I have to be off with something here because it isnt working. Are the += reversed like it says on the other thread I linked to? And am I screwing somethign up with the name of the numeric field?

Views

276

Likes

0

Replies

0
Re: How do I get a numeric box to display sequential numbers? - Adobe LiveCycle 02-07-2010
So... what you are saying is that I:choose postPrintfieldName.rawvalue += 1 (my field name is "Counter" so I type Counter.rawvalue += 1choose FormCalcchoose clientand save(Correct? Sorry to spell it out like this, but I have to explain all of this to my boss.)What will happen after I do this is that I will open the pdf normally and, each time the print dialog is brought up, the counter will go up by one.This sounds good- but how do I go in and change the number at which the counter starts? If I ...

Views

276

Likes

0

Replies

0
Re: How do I get a numeric box to display sequential numbers? - Adobe LiveCycle 02-07-2010
I saw thishttp://forums.adobe.com/message/2938435and I thought this might work just as well... but someone would have to explain to me exactly what to do with it.I need to be told what to select for show, which language, etc.Thank you so much for reading this, I appreciate it.

Views

278

Likes

0

Replies

0
How do I get a numeric box to display sequential numbers? - Adobe LiveCycle 02-07-2010
My boss has a word document on which he wants to have a numerical counter.I cannot figure out how to do such a thing in Word. So, I am now working with the document in LiveCycle Designer.I placed a numeric field where I want the counter to display. I would like the counter to start with, say, 2001 and work its way upwards- so that if I print 150 of them, they are numbered 2001, 2002, 2003, etc all the way up to 2150. My question is, what exactly do I put into form calc to get the numeric box to ...

Views

4.8K

Likes

0

Replies

16