Hello Andreas... A new day, a new problem ;)
I have created some items groups but I cant see correctly each group name because they have too many characters. How can I fix that?
What I mean is I need to see: "This is an example" but I only get: "This is an ex"
Tanks
Redefine table iteminfo column 'name' from varchar(25) to varchar(254) SQL: ALTER TABLE iteminfo iteminfo VARCHAR(254)
(Do the same for abtinfo and itemgrinfo ;-)
Log in to post a comment.
Hello Andreas... A new day, a new problem ;)
I have created some items groups but I cant see correctly each group name because they have too many characters. How can I fix that?
What I mean is I need to see:
"This is an example"
but I only get:
"This is an ex"
Tanks
Redefine table iteminfo column 'name' from varchar(25) to varchar(254)
SQL: ALTER TABLE iteminfo iteminfo VARCHAR(254)
(Do the same for abtinfo and itemgrinfo ;-)