Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Expanding gridline Heights
Message
 
À
28/06/2004 12:04:18
Brian O'Donovan
Crescent Computers
Cork, Irlande
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00917981
Message ID:
00918074
Vues:
7
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform