‎2007 Mar 30 4:50 PM
I have a user that is trying to run a custom program and the program is using gui_upload to upload a file from the C drive for use in the program. when the user executes the program, the gui_upload function returns a code of 6 (no authority) however if the user execute another program which calls a program that uses gui_upload , the process works. any ideas why this is?
thanks in advance for the help.
‎2007 Mar 30 4:53 PM
may be in the program there is some code for checking the authority check code...so when user is trying to execute it is checking for authorization and may be user does not have authority to run the same and it is giving the error...