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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Notes Error "File does not exist"

Status
Not open for further replies.

ABOzIT

IS-IT--Management
May 1, 2003
226
JP
This one has me puzzled.

I have a script that is updating several fields in a selected document from values entered into prompts.

At the end of my script I have the following:

success = doc.ComputeWithForm( False, True )
If success Then
Call doc.Save( True, True )
End If

I have no issues running this script and the numbers update on the form. If someone else runs the script they get the error: "Notes Error. File does not exist" This is being generated when the ComputeWithForm is executed.

I have manager access to the database and the other user has Editor. I can't see this being the issue.

I can't for the life of me figure out why it works for me and not this other person.

If anyone has any ideas it might just save the little amount of hair I have left!!

Thanks!
 
Does the form have @dblookups in the field formulas ? If so, is there any difference in access between you and the other user ?
 
I've covered that one - good thought though!

There are @DbLookup's in the fields and they are all accessing the one view. View access for it is set to "All readers and above"

Any other good thoughts Pascal?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top