Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running Word 2000
Message
De
16/07/2002 02:48:53
 
 
À
15/07/2002 17:33:02
Garry Sankowsky
Zodiac Publications
Tolga, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00678862
Message ID:
00678974
Vues:
23
Why you not try ShellExecute?

DECLARE INTEGER ShellExecute IN SHELL32.DLL INTEGER nWinHandle,;
           STRING cOperation,;
           STRING cFileName,;
           STRING cParameters,;
           STRING cDirectory,;
           INTEGER nShowWindow

result = ShellExecute(0, 'Open', "YourDocname.DOC" , '', '', 1)
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