Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Criar um valid em tempo de execução
Message
De
09/04/2002 13:28:48
 
 
À
09/04/2002 12:41:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00642759
Message ID:
00642781
Vues:
15
Frederico ,
Nao deu para fazer o teste, mas Tente isso:
DEFINE class campo as textbox
	Height = 24
	Left = 240
	Top = 85
	Width = 113
	FontName = 'Arial'
	FontSize = 8
	Height = 23
	Name = "TxtCampo"
	PROCEDURE valid
	    LPARAMETERS p1, p2
	    WAIT window "VAlid do campo ADDICIONADO"
	    *---- Seu codigo
	ENDPROC
ENDDEFINE
Breno Lucas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform