Author Topic: Association Link Name Word Wrap (bug?)  (Read 2606 times)

tomroe

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Association Link Name Word Wrap (bug?)
« on: March 04, 2004, 10:17:57 am »
In a Class Diagram, I am trying to get an Association Link Name to word wrap. When I double click on the association the Link Name that is filled in is (PROGRAM_ID= PROGRAM_ID).  I've tried to insert a space somewhere in the string to insert a wrap point. In the diagram the result is
(PROGRAM_ID=
PROGRAM_ID)(PROGRAM_ID=PROGRAM_ID)

It seems my space allows the wrap to take place, but for some reason, the original string is added to my edited string, and I have even more of a mess.

I'm assuming this is bug. Does oneone know of a work-around?

Further details:I am using EA 4.0 Beta 717, but I have the same issue in EA3.6. The source of my class diagram is a DB Schema import from  SQL Server 2000.