Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to deploy exe with Do (_reportoutput)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
InstallShield
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01012351
Message ID:
01012398
Vues:
29
>The following code is in an exe that creates the expected html file on the development machine.
>
>select printfile // a cursor
>loListerner = .Null.
>Do (_ReportOutput) With 5, loListener
>lolistener.targetfilename = "c:/output/atemptarget.html"
>lolistener.Quitemode = .t.
>Erase (lolistener.targetfilename)
>report form budget Object loListener
>
>I use Ishield Express 5 with redistributables including msxml 4.0, msxml 4.0, msvfp9 runtime libs, msc runtime 7.1,gdiplus redist, and msvfp9 report applications to deploy on a test machine. The code returns the reccount() of "printfile" so I know it has the proper number of records in it. Then creates atemptarget.html on the disk but it has 0kb. The everyone user has full control properties on the /output folder. The dcom properties are correct for the exe (it runs without an error). Am I missing a redistributable? What else can I check for.

Paul,

Check http://fox.wikis.com/wc.dll?Wiki~DeployingReportBehavior90InRuntime~VFP
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform