Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Frx2word problem
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Frx2word problem
Divers
Thread ID:
00411674
Message ID:
00411674
Vues:
77
Hi.
I downloaded FRX2WORD two days ago.
In order to test it, I created a table, a report and a form where i have a commandbutton with this in the click event:
******
use mytable
local myrepor
myreport="mytable"
oF2W = NEWOBJECT("frx2word", "msoexp")
oF2W.SaveFolder = "c:\"
oF2W.DOC_FileName = "mydocWordOut.doc"
nSuccess = oF2W.ReportForm(myreport)
use
******

I also created a project and included the msoexp class on it.

When i run the application and click on the commandbutton, its shown a message saying that the class definition SESSION is not found

I'm sorry if you don´t recognize the message, but i´m traslating from spanish (my VFP version is in spanish). I have vfp6, but i don´t know which service pack.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform