Use our Google Custom Search for best site search results.
Search
-
I have a form that is saying it requires domain level trust to run when someone downloads it off the sharepoint site. So I went into sharepoint and checked domain level security. Now this is where I get confused.
The users all inside the same internal work domain.
I uploaded the form instead of publishing it. Could this be a reason that users ...
-
they are actually on the same domain as the sharepoint site. Its our internal work network.
-
It is in my domain and there is no .net code in the form its all jscript. All the jscript really does is take the form and submit to the sharepoint site where it saved.
It works fine locally, but I can not seem to get it to wehre otehr people get proper permission.
-
I need my form to have domain level security when people download it to use, so I looked in the security tab and it had a button for domani level security and it said it did not require anything else but clicking that button. So I saved my project and uploaded teh new version to sharepoint but then when the other person tried to open it, it still ...
-
I need to make a webservice and i was hoping someone could tell me whether I am taking this in the correct way. First I create a webservice project in vs .net and point it at my sharepoint site where I need it. This part is working and when check in the code in vs.net it updates the code on sharepoint so that is working.
But now I am sort of ...
-
I used mysql extensively before having to use infopath and mssql, and in mysql if you use varchar and lets say you have varchar (30) , any strings that are larger than that are truncated to 30 characters so if mssql is the same you can do that.
Also if you have any custom code already you can add a check in for the length of that certain field ...
-
I have read over all the posts here and have googled and the only thing I can find for getting the username in jsript are thigns that require full trusted forms. I saw in C# where you did not need it, but I can't use C# on this project.
So basiclly is there anyway u\in jscript to get the current windows users name without having a fully trusted ...
-
quote:Originally posted by bobstery
I have a web service that inserts a row into the database and returns success or failure based on whether the row already exists in the Database.
I was not refering your to post I was refering to what he had quoted.
-
thanks for the quick reply.
I searched the forums while i was waiting for a response and saw how to get the current windows name of the user so I should be able to use that.
-
I have an infopath form hosted on a sharepoint site and when users go to download the form they are prompted for their username and password for the network. Since everyone needs to access this form, but only one person can do the final approval is there a way to get the network name into a variable so i can check to make sure its the proper user.