Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Jay - You nailed it on Oct 8th '08. I just tried it and it work....but ONLY after I went to the "Appearance" tab and set a font size. I discovered that mine was set to "auto" and that still allowed the text to shrink and not flow. Now it looks to work perfect. Thanks to all for the effort into posting this info! >Robert
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
This site is no longer active, and takes you to a slots site.
Copy link to clipboard
Copied
www.planetpdf.com doesn't exist any more.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
The script is working for me but have one major hickup. When the text gets to the end of the first field and flows to the next, it leaves off one letter. For example say the end of the first field is the word "understood" and the line breaks after "under", it flows to the next field but leaves out the letter "s", so it reads "tood" at the first of the next field.
Also, it would be great if it just carried the whole word to the next line instead of breaking it. So in the example above the whole word "understood" would begin within the next field.
Any help?
Copy link to clipboard
Copied
That is correct. The "event.fieldFull" property becomes acitive on the keystroke that overflows the max characters. So if the max is 100, then the 101st character causes the overflow. So if you really want to use this technique the code needs to move the newly entered character into the next field.
However, and I think this was pointed out in earlier posts on this thread, this technique inherently flawed for many reasons. For example, what happens when the next field already contains text?
Copy link to clipboard
Copied
I have been able use the discussed script without any issue when typing the data into the first box.I do have a challenge when I attempt to copy the text into the first text box. The text simply stops in the first text box and i noticed that my curser is active in the second text box. There is not text in the second box.
Both of my text fields have a set font size, not auto, & scroll long text disabled.
Any suggestions? Thank you for your time.
Mari
Copy link to clipboard
Copied
Correct. Have you examined the relevant event properties to see their state?
Copy link to clipboard
Copied
Thom:
I am unsure what you are asking of me.
Could you give me a tad more guidance please?
Thanks, Mari
Copy link to clipboard
Copied
Are you still here Still Here? (Sorry, I just had to).
Did you find a fix for your problem. I'm stuck with this same issue.
Copy link to clipboard
Copied
The solution to the posted issue was already solved, so explain the specific issue you are trying to solve that is different from what's already been discussed.
Copy link to clipboard
Copied
I was asking "Still Here" if there was a fix for the cut letter at the end.
Example: Understood
Field 1: Under
Field 2: tood
Copy link to clipboard
Copied
Yes there is, and it's not news. This solution and it's problems have been known for over 20 years.
The final character that didn't get entered is in event.change. Unless the user pasted text too long for the field, then I think the extra text is in event.changeEx. But you'd need to experiment with it to nail this down. Haven't looked at it in a long time because I think it's a losing solution. What's presented here only works when the user is typing in text for the first time. It all falls apart if the the user make changes in the first text field.
Copy link to clipboard
Copied
I FOUND THE ANSWER! So this site helped me Add tooltip, date & time, required or not required, multi-line text, and calculated values in a PDF ...
If you don't wanna read all that the best way I can describe is when you have the pdf. Click on 'Prepare Form' (its an icon on the right side). Then the fields and titles will show a side bar with the names of all the fields on all the pages broken down (itemized). Make sure both of the fields you are trying to connect are titled exactly the same. when you click on the right side bar title. If you call 1 field name make sure the other says name too, not 'employee name' and the other just says name. They won't connect. Then click out of that icon and type the word you want in that field the name of the person and it should be in that other field without having to click Save. I didn't have to click save or anything. It was very simple. Good luck!!!