Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to write Valid Event code in .PRG?
Message
De
10/07/1998 16:04:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to write Valid Event code in .PRG?
Divers
Thread ID:
00116287
Message ID:
00116287
Vues:
50
Hi all,

I wrote a .PRG. I want to write Valid Event code in MyForm.Grid1.Column1.Text1, but I don't know how to write it in My .PRG. Codes are as follow:

oForm = CREATEOBJECT('MyForm')
oForm.SHOW

DEFINE CLASS MyForm AS form

.
.
.

ADD OBJECT Quit AS commandbutton WITH ;
.
.
.

ADD OBJECT Grid1 AS grid WITH ;
.
.
.

PROCEDURE Init
.
.
.
ENDPROC

PROCEDURE Quit.Click
.
.
.
ENDPROC

ENDDEFINE
KK
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform