Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveVFP
Message
 
To
30/12/2002 10:37:34
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Title:
Miscellaneous
Thread ID:
00725675
Message ID:
00736881
Views:
40
John,
I've got Read and Execute, Read, and Write on all of the files in the Data directory for IWAM and IUSR. If you look at the setup.prg, you'll see where it uses CACLS to grant these rights during the setup of a new web app. When you run WebAppBuilder, it will also use this routine on any files in the Data directory.
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform