June 13, 200817 yr Newbies I have a script which inserts files into a container field based on a filename field. If the file name does not exist the script brings up a dialog box to choose the file. I would like the script to bypass this dialog box and leave the container field empty. Turning on the Error Capture removes the error dialog box but not the choose file dialog.
June 14, 200817 yr It sounds like you need to put a conditional in your script to test whether or not the field is empty... If[not IsEmpty(FileName)] ...
Create an account or sign in to comment