Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Criar um valid em tempo de execução
Message
From
09/04/2002 13:28:48
 
 
To
09/04/2002 12:41:25
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00642759
Message ID:
00642781
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform