Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shape removal
Message
From
24/11/2006 10:06:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Shape removal
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01172265
Message ID:
01172265
Views:
63
Hi folks:

I am using this code to place a shape on a map.
	Thisform.AddObject( Sys(2015), "shape")
	With Thisform.Controls[thisform.ControlCount] && the last member
		.Move(XX,YY,7,7)
		.Curvature = 99
		.BackColor = 255
		.BackStyle = 1
		.BorderWidth = 0
		.BorderColor = 65535
		.SpecialEffect = 0
		.ToolTipText = "Selected location"
		.Visible = .T.
	Endwith
Is there programatic way to remove the shape without leaving a trace that the mark was there, or is this just my Thanks Giving turkey?
I ain't skeert of nuttin eh?
Yikes! What was that?
Next
Reply
Map
View

Click here to load this message in the networking platform