Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Frx2word problem
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Frx2word problem
Miscellaneous
Thread ID:
00411674
Message ID:
00411674
Views:
78
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.
Next
Reply
Map
View

Click here to load this message in the networking platform