Is there a row stretch depending on the amount of text and lines possible for memofields?
Thanks in advance
Otto
MLCount( <cString> , ;
[<nLineLen>] , ;
[<nTabSize>] , ;
[<lWrap>] , ;
[<lLongLines>] ) --> nLineCount
nRowHeight := MlCount (...)
nHeight := DrawTextEx( hDC, cLine, aRect, nOr( DT_CALCRECT, DT_WORDBREAK ) )
So all informations you want to browse, must have a (leading) record in the leading table. This applies also to memo text (fields): So, if you want to show (browse) the content of a memo text (field), you have to break down the content in a corresponding amount of records, that’s all!
Do you think it is possible to move the drawing of the dividers from the Paint to the PaintData method?
Of course you can display fields, pictures, memo fields or other informations from other tables in the columns, but you cannot browse informations without having a record - might be comletely empty - in the 'leading' table!
Therefore I asked in another post if ColDividerStyle/RowDividerStyle could be selected for each row and col.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 106 guests