Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: SomersetGraham on June 30, 2010, 08:50:26 pm

Title: Where did the rest of the notes go?
Post by: SomersetGraham on June 30, 2010, 08:50:26 pm
Hi all
If you have a note element with a single line of text then this text is stored in the Note column of t_object.
If you have a multiline note element then the first line only appears in t_object.
Anyone know what table the remaining text is stored in

TIA

Graham
Title: Re: Where did the rest of the notes go?
Post by: Geert Bellekens on June 30, 2010, 08:58:22 pm
Graham,

I think you can only see the first line, but that the column in fact holds the whole note (including line breaks)

Geert
Title: Re: Where did the rest of the notes go?
Post by: SomersetGraham on June 30, 2010, 09:00:27 pm
Thanks Geert
I'll look into it

Graham
Title: Re: Where did the rest of the notes go?
Post by: Paolo F Cantoni on July 01, 2010, 12:45:49 am
Quote
Graham,

I think you can only see the first line, but that the column in fact holds the whole note (including line breaks)

Geert
Hi Graham,

Geert is absolutely correct.  The Notes columns are MS-Access Memo columns.  If you make the row height greater than 1 line you'll see the rest of the Note.  You can also, after a fashion, scroll within the cell...

HTH,
Paolo
Title: Re: Where did the rest of the notes go?
Post by: SomersetGraham on July 01, 2010, 12:58:01 am
Thanks to all