Word Wrap behaviour inconsistent.
I have two very similar tables, in the same database, one documented, one not. I must jump back and forth between the two, copying and pasting as needed.
On the table I am updating, the Description fields all format such that they fit the window size (the words wrap within the text box to accommodate window width.) However, the words seem to be randomly wrapping for the descriptions on the table I am reading from - most, but not all descriptions, are single-lined, which means I have to constantly scroll right to see the entire description line.
This seems to be a bug to us - perhaps some text contents that are causing this?
:?
On the table I am updating, the Description fields all format such that they fit the window size (the words wrap within the text box to accommodate window width.) However, the words seem to be randomly wrapping for the descriptions on the table I am reading from - most, but not all descriptions, are single-lined, which means I have to constantly scroll right to see the entire description line.
This seems to be a bug to us - perhaps some text contents that are causing this?
:?
Comments
on table dbo.Transaction_Main_VPS, column TransferReasonCode:
MS_Description:
'Reason for transfer (lookup). Current reasons: TPLD PledgedAccountTransfer, TRAC TransferBetweenSpouses, TRAF Demerger. TRAG Gift, TRAI Heritage, TRAN BetweenOwnAccounts, TRAO OrdinaryTransfer, TRAT Trade, TRAU UndividedPossession, TRPE TransferBetweenDifferentBeneficiaries, TTDT TDTFrameworkTransfer.'
(no tick marks)
If I put focus on the field to edit it, it and all other text boxes suddenly reformat nicely into the window size. (3 rows for TransferReasonCode)
If I put focus on a different column description, ALL the text boxes, including the text box TransferReasonCode text box, suddenly extend far off the right side of the window, requiring scrolling. (2 rows for TransferReasonCode text box).
This may be a bit more clear than setting focus (clicking) on a different table. This action occurs just clicking on another text box for the same table.
Go figure.
:?