Leemi
Thu Feb 09 11:04:55 CST 2006
Hi Jim:
What you are doing should work. Are the report files excluded, which means
they are not built into the project? You want the file Included so that
they are built into the project and then the resulting exe.
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/
*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>I have a VFP (9.0) exe that contains a lot of report forms. Even when
>I include the report forms in the reports section of the project I get
>a message 'File not found' when you run the exe. I even included
>specific pathing for the call
>REPORT FORM (gcPath + "reportname") to print noconsole
>and I still get the error.
>If the report forms are placed in the directory with the exe they work
>ok.
>Is there something special that needs to be done to make this work
>correctly. I don't want all of these frx's sitting in the exe
>directory.
>Jim Czebiniak