Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Expanding gridline Heights
Message
 
To
28/06/2004 12:04:18
Brian O'Donovan
Crescent Computers
Cork, Ireland
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00917981
Message ID:
00918074
Views:
8
taka a look in Marcia answer, that is the easiest way. But If You want to show all Memo fields from the cursor, the editbox in the grid would be better. Then as in after RowColChange event on the grid:
 LPARAMETERS nColIndex
 DO CASE
    CASE nColIndex == (Index of the column with the Memo) .AND. this.RowHeight # (desired row height)
         this.RowHeight = (desired row height)
    CASE nColIndex # (Index of the column with the Memo) .AND. this.RowHeight == (desired row height)
         this.RowHeight = (initial row height)
 ENDCASE
In that way when You enter the column with memo the rowHeght will be expanded and after leaving will be reset to initial value
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform