Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveVFP
Message
From
30/12/2002 10:37:34
 
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Title:
Miscellaneous
Thread ID:
00725675
Message ID:
00736579
Views:
38
Hi,
I get error while running Office Web Component Graph. It generate graphs sucessfully, but return "Access is denied" while try to ERASE the gif file. What permission should I set to allow IUSR to delete file?

Again, I found that the following cause error 'syntax error or unrecognized keyword':
IF EMPTY(lcCompany)
	*SELECT * from d:\dotcomsolution\data\avfpdemo2\customer INTO CURSOR tcursor
	SELECT * from &lcDataPath INTO CURSOR tcursor
ELSE
*!*		SELECT * from d:\dotcomsolution\data\avfpdemo2\customer;
*!*		 WHERE UPPER(company)=ALLTRIM(UPPER(lcCompany)) INTO CURSOR tcursor
	SELECT * from &lcDataPath;
	 WHERE UPPER(company)=ALLTRIM(UPPER(lcCompany)) INTO CURSOR tcursor
I have replace &lcDataPath with (lcDataPath) and it work fine.

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform