I have some code that uses the report listener to create PDF report files using XFRX. In May it was functioning properly but now when I load the program I get the following message: "File 'C:...\common files\microsoft shared\vfp\ffc_reportlistener.vcx' does not exist" The code runs without error but does not produce the report files
The error report is correct that the file is not at that location. A search finds the file at "C:\Program Files (86) Microsoft\ Visual Foxpro 9\FFC_reportlistener.vcx.
What could have caused this to happen? How do I fix it:
- Create the structure where Foxpro reports that it expects to find it? - Somehow tell Foxpro where the file is actually located? - Something else?
Thanks in advance,
Joe
--- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---
I would just copy the vcx and vct to the same location as XFRX.APP
I believe that's built into the standard VFP reportoutput.app? I distribute that along with reportbuilder.app and reportpreview.app with my EXEs.
--
rk
-----Original Message----- From: ProfoxTech profoxtech-bounces@leafe.com On Behalf Of Joe Yoder Sent: Wednesday, October 9, 2019 8:31 PM To: profoxtech@leafe.com Subject: _reportlistener.vcx
I have some code that uses the report listener to create PDF report files using XFRX. In May it was functioning properly but now when I load the program I get the following message: "File 'C:...\common files\microsoft shared\vfp\ffc_reportlistener.vcx' does not exist" The code runs without error but does not produce the report files
The error report is correct that the file is not at that location. A search finds the file at "C:\Program Files (86) Microsoft\ Visual Foxpro 9\FFC_reportlistener.vcx.
What could have caused this to happen? How do I fix it:
- Create the structure where Foxpro reports that it expects to find it? - Somehow tell Foxpro where the file is actually located? - Something else?
Thanks in advance,
Joe
--- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---
[excessive quoting removed by server]