Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

gui_load authority question

Former Member
0 Likes
290

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.

1 REPLY 1
Read only

Former Member
0 Likes
250

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...