![]() |
Truncated text
1 Attachment(s)
Overflow page Text is truncated.
I have a javascript rule written that returns non-formatted text based off a supplied number. In this result the number given is 555. The script returns groups of 100 up to the given qty. Each group is separated by a newline Code: Code:
var finalCount = Field("Qty");//Keeps the final record count being printed by groups Quote:
Any help? Tks George |
Re: Truncated text
1 Attachment(s)
This is a kind of complicated keeps condition, related to the Widows setting, and how the newline ('\n') is handled as a line break (<br>) but not a paragraph break (<p>).
That said, an Overflow page is not the most optimal solution here. Instead, I would just use a single body page, and repeat the record. All you need to do is declare the array in the JavaScript Globals, like so: Code:
myAnswer = [];//Array to hold the collected groups Code:
var finalCount = Field("Qty");//Keeps the final record count being printed by groups |
Re: Truncated text
Thank you sir....working great.
|
All times are GMT -7. The time now is 10:37 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2022, Jelsoft Enterprises Ltd.
(c) 2011, PTI Marketing Technologies™, Inc.