Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Continuing where we left off. . . . shapes
Message
From
23/08/2005 10:56:45
 
 
To
22/08/2005 19:28:47
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01042777
Message ID:
01042945
Views:
20
The code works fine. Now I am trying to change the color and shape of the output. I have spent enough time looking at VFP help (which as usual is no help at all) and I have tried many ways to accomplish it.

Here is one failed attempt of many.
If nButton = 1
	If Sys(1270)=m.this
		Thisform.AddObject( Sys(2015), "shape",  Height = 25 , Width = 25, Curvature = 90, BackColor = 255, BackStyle = 0 ) 
		With Thisform.Controls[thisform.ControlCount] && the last member
					.Move(nXCoord,nYCoord)
			.Visible = .T.
		Endwith
	Endif
Endif
I ain't skeert of nuttin eh?
Yikes! What was that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform