Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
I will see if I can reproduce this through the screen shot. But just out of curiosity, why are you using a Char field? You would be better off using a VarChar field. Really the only time that a Char is ever really necessary is when you are going to have a fixed length field that is always going to be completed filled. Otherwise, you are better off using a VarChar field. This doesn't change anything in regards to looking at the problem, just an observation.
|