G
Guest
My Application creates labels used to id products to be shipped to customers.
It works very nicely, except when a customer's name is exceptionally long
and when combined with other required info on the line, forces the text to
wrap which then caused everything to get out of sych.
I can't limit the length of text at the input stage, this data is used
through out the application and is needed in its entirety. I have two
thoughts. First, I thought there must be a way to get the system to truncate
the last (right most) field, rather than wrap. Second, although this is
probably much more complicated, get the system to reduce the font size based
on the total number of characters on a line.
Any help is greatly appreciated
It works very nicely, except when a customer's name is exceptionally long
and when combined with other required info on the line, forces the text to
wrap which then caused everything to get out of sych.
I can't limit the length of text at the input stage, this data is used
through out the application and is needed in its entirety. I have two
thoughts. First, I thought there must be a way to get the system to truncate
the last (right most) field, rather than wrap. Second, although this is
probably much more complicated, get the system to reduce the font size based
on the total number of characters on a line.
Any help is greatly appreciated