Menu

Todays problem

2003-02-06
2003-02-06
  • David Rodríguez García

    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

     
    • Andreas Kansok

      Andreas Kansok - 2003-02-06

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.