Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
If you hardcode user names, you might be a crappy coder
Message
De
06/06/2021 12:37:00
 
 
À
06/06/2021 11:49:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01680936
Message ID:
01680998
Vues:
55
After
* rebooting my PC
* cleaning out some junk items out of the resource file
* cleaning out temp folders
* explicitly COMPILE of the PRG
The following:
CREATE CURSOR Test (This i)
INSERT INTO test VALUES (1)

m.xo = CREATEOBJECT("X")
m.xo.Foo()

DEFINE CLASS x as Custom 
	Value = 2

	FUNCTION Foo
		SELECT Test
		m.oObject = m.THIS				&& 1
		WAIT WINDOW TRANSFORM(m.oObject.Value)	&& 2
	ENDFUNC
ENDDEFINE
appears to work in VFP6.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform