Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VBA to VFP
Message
 
À
04/04/2007 06:50:17
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01211875
Message ID:
01211918
Vues:
17
>Dear Sir,
>
>Please aslo translate following VBA codes into VFP
>
>ActiveSheet.Shapes("Text Box 1").Select
>Selection.ShapeRange.ZOrder msoSendToBack
>Selection.ShapeRange.ZOrder msoBringToFront
>
>And what Excel constants will be use?
>
>Please help
#define msoSendToBack   1
#define msoBringToFront 0

oExcel.ActiveSheet.Shapes("Text Box 1").Select
oExcel.Selection.ShapeRange.ZOrder(msoSendToBack)
oExcel.Selection.ShapeRange.ZOrder(msoBringToFront)
(not tested)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform