Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Htmllistener output from COM to ASP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00999087
Message ID:
01012353
Vues:
25
Well I am making progress but my print output is 0 kb. Specifically 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 Emery
theoakgrove@lansing.com
the Oakgrove Computer Group, Inc.
Grand Rapids, Michigan, USA
1-616-456-7133
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform