Hi everyone,
Can't believe I cannot find an answer for this, been searching for hours.
I am generating shipping labels in my .net software using crystal reports. In my interface the user can choose what he wants to put on the label (shipper's address, destination address, content, etc.). He can also choose the label format (I have 6 different avery formats) and also the font size, which can be quite large depending on the size of the package.
The problem I'm having is that sometimes the text will not fit completely in the chosen label. I need to find a way to notify the user that the text was cut off. Otherwise the label might be missing some important information. I wouldn't mind having the text overflow to the next label if that's my only option, this way it would be easy for the user to see.
Please help!