Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If you hardcode user names, you might be a crappy coder
Message
From
06/06/2021 12:37:00
 
 
To
06/06/2021 11:49:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01680936
Message ID:
01680998
Views:
54
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform