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

You need at least SP3. The current SP is 4. You can tell by selecting Help/About Microsoft Visual FoxPro... The dialog that appears will indicate the the service pack, if installed as: Microsoft Visual FoxPro 6.0 SP< n >, where < n > represents the service pack number. This will be the first line of the dialog.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform