Click to See Complete Forum and Search --> : Error Again!


eng70640
March 26th, 2001, 05:33 PM
When i run my form , there is no error . But when i create an exe out of it , there is an error saying 'file not found' when i exit my exe . Why is it like this & it makes no sense ?

shree
March 26th, 2001, 07:22 PM
have you made sure that the file is locatable? Put the file in the folder with your exe. In the code, use

sFilename = App.Path & "\filename.ext"