Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reference to active column in grid
Message
De
10/12/1999 14:40:24
 
 
À
10/12/1999 14:35:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00301906
Message ID:
00301934
Vues:
42
>What do you mean?

Try this:
oM = newobject('MyObject')
oM.Show()
define class MyObject as form
	name = "MyObject"
	oThis = .NULL.
	procedure oThis_access
		return This
	endproc
	procedure RThis
		return This
	endproc
	procedure Show
		wait window this.oThis.name
		wait window this.RThis.name
	endproc
enddefine
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform