Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Malimerge call from VFP
Message
De
29/06/2010 20:58:29
Hong Yew
People Quest
Malaisie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Malimerge call from VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01471034
Message ID:
01471034
Vues:
116
Hi all

My VFP9 call Word with following code

DECLARE INTEGER ShellExecute IN Shell32.DLL INTEGER hwnd, ;
STRING @lpOperation, STRING @lpFile, STRING @lpParameters, ;
STRING @lpDirectory, INTEGER nShowCmd
lcParms = ""
lcDir = addbs(toApplication.ProjectDirectory)+'DOCS'
lcFile = alltrim(juststem(tcOutputFileName))+'.DOC'
lcOp = 'open'
lnshow = 3
lnError = ShellExecute(0, @lcop, @lcfile, @lcparms, @lcdir, lnshow)

MS Word will prompt following

Opening this documet will run following SQL command:.
...........
Data from your database will be placed in the docuemnt. Do you want to continue?

which I have to click Yes. Is there a way to bypass this prompt and goto Word directly?

Your advice and assistance really much appreciated.

Thanks & Best Regards
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform