on 2010 Mar 25 8:06 PM
Hi all.
It is necessary to protect field like 1 234 567,89 (char type) from break to the next line. The separator between thouthands is space. Thats why the value can be broken in two parts.
How can I avoid field splitting?
Thank you very much!
IF separator for thousands is '. ' , value will split correctly.
But when separator is space, value will breake to next line.
Is it possible to protect flied from line breake?
Help please.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First of all, I'd be sure that my field in the SmartForms table is wide enough to handle my largest value (along with a sign, if necessary). Wouldn't that be the first step to try to avoid wrap to next line?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.