Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running VFP7 from VBSCRIPT and createobject
Message
De
19/11/2004 23:08:42
Arden Weiss
Liberty Computers Ltd.
Maryland, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Running VFP7 from VBSCRIPT and createobject
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00963143
Message ID:
00963143
Vues:
109
The following code structure loads a local copy of Excel fine from an HTML page. Can VFP 6 or 7 also be loaded in this same way -- if so, what is the createobject command syntax to do so -- I tried createobject(vfp7.Application) without success -- thanks so much for any help/advise...

sub button1_onclick()
' Launch Excel
dim app
set app = createobject("excel.Application")
' Make it visible
app.Visible = true
' Give the user control
app.UserControl = true
end sub
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform