Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reference to active column in grid
Message
De
10/12/1999 14:43:52
 
 
À
10/12/1999 14:40:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00301906
Message ID:
00301942
Vues:
33
>>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
Ooh, you mean reference a method like it's a property? No you can't do that. Not sure we need that though. Might make for some pretty mysterious looking code.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform