Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shape removal
Message
De
24/11/2006 10:14:00
 
 
À
24/11/2006 10:06:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01172265
Message ID:
01172268
Vues:
17
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform