Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shape removal
Message
From
24/11/2006 10:14:00
 
 
To
24/11/2006 10:06:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01172265
Message ID:
01172268
Views:
16
I never did this myself, but you can use a transparent container, and put it on top of your map. The shape is added to this container.

>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform