Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Access Denied on Report (Label) File

Status
Not open for further replies.

CBellucci

Programmer
Joined
Apr 20, 2007
Messages
39
Location
US
We have multiple users printing a report (actually a label) quite possibly at the same time. As a result, occasionally a "File Access Denied" error occurs on the file. The users all access the same file and the executable through a networked drive. Is there a way to "set" the file to keep from getting the error? The *.LB* files are already set to readonly.
 
Wrap the command in TRY-CATCH and put it in a loop?

Tamar
 
Yep, that's what I ended up doing. Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top