February 3, 20187 yr Hello forumers I have a small issue with an export on a network path. Generally the path is alive, but very rarely it can happen that is not reachable. When not reachable, you'll get the error message from FileMaker that file can not be created .... (error code = 800). Since this dialog box can not be suppressed by Error Capture =On, the script will stop there until someone goes and clicks on the OK button of the message. Was wondering, is there a way to check if the path is reachable, and if it is not reachable then to exit script? Thank you, Toni
February 4, 20187 yr You can do this with the Base Elements plugin. The BE_FileExist function can also check for a folder.
February 4, 20187 yr Author Thanks Olger Never used plugins, time to explore this one. Will let you know
February 5, 20187 yr Author I struggled a bit with the path of BE_FileExist. Thought the path was to be inserted as FileMaker likes it (filewin:/C:/blabla), instead one can insert the path as in Windows (C:\blabla). Very cool option, it works after some testings I did. Thank you once more.
Create an account or sign in to comment