Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't print Excel file created with COPY
Message
From
30/12/2013 10:47:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Can't print Excel file created with COPY
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01591089
Message ID:
01591089
Views:
56
Hi All:

I created an excel file:
SELECT * ;
	FROM curCustItemPriceChanges ;
	WHERE salesman = curSalesman.salesman ;
	INTO CURSOR cursCopy

lcFile = tcFolderReports + ALLTRIM(curSalesman.salesman) + '-pricing'
COPY TO (lcFile) XLS
When I open the file (in Excel 2010) and try to print, I get the following message on the print preview side:

"microsoft excel did not find anything to print"

Any ideas?

Thanks,

Yossi
Next
Reply
Map
View

Click here to load this message in the networking platform