Book a Demo

Author Topic: Inserting more than 256 char in tag field  (Read 3308 times)

MV

  • EA User
  • **
  • Posts: 65
  • Karma: +1/-0
    • View Profile
Inserting more than 256 char in tag field
« on: June 15, 2011, 02:01:29 pm »
Hi Guys,

I am trying to insert 255+ character in tag field from my script and EA does not create that tag. for small values it does creates.
I tried to manually create a tag but here also EA does not accept 255+ string.

I have checked with database and found no such restriction there so probably EA application is putting this restriction.
Any work around without using sql insert


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Inserting more than 256 char in tag field
« Reply #1 on: June 15, 2011, 03:45:13 pm »
for larger strings use the notes field of the tag.
I think you have to put "<more>" in the value of the tag for EA to automatically display the [...] in the GUI

Geert

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Inserting more than 256 char in tag field
« Reply #2 on: June 15, 2011, 03:49:25 pm »
Quote
for larger strings use the notes field of the tag.
I think you have to put "<more>" in the value of the tag for EA to automatically display the [...] in the GUI

Geert
"<memo>"

:)
« Last Edit: June 15, 2011, 03:50:42 pm by KP »
The Sparx Team
[email protected]

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Inserting more than 256 char in tag field
« Reply #3 on: June 15, 2011, 03:54:25 pm »
Quote
Quote
for larger strings use the notes field of the tag.
I think you have to put "<more>" in the value of the tag for EA to automatically display the [...] in the GUI

Geert
"<memo>"

:)
Yup, that was the magic word ;D

Geert