Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically Code Events
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Programmatically Code Events
Divers
Thread ID:
00413272
Message ID:
00413272
Vues:
38
I have created a grid on a form using the following code:

This.Addobject([grdGrid], [Grid])
with This.grdGrid
.Left = 4
.Top = 36
.Width = This.Width - 8
.Height = This.Height - 40
.FontBold = .T.
.FontSize = 8
.RowHeight = 15
.Visible = .T.
endwith

Grids have an event AfterRowColChange. I would like to write some code for this event. How can I do this programmatically?

TIA

DJ
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform