Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by theprowler

  1. theprowler

    web parts remote debugging... please help

    Hi all, i've got a little problem trying to configure remote web parts debugging. I got an "access denied" error trying to debug remotely mine web part with visual studio .net 2003 but i really don't know how to fix this problem. My account in active directory is part of the "debugger users"...
  2. theprowler

    Series of Approvals

    Hi, i don't know if you have already red this arcticle but it seems useful for your problem: http://blogs.msdn.com/danielmcpherson/archive/2004/07/12/180758.aspx Hope this helps.
  3. theprowler

    E mail notifications

    No problem Chaser i was not offended! ;-)
  4. theprowler

    E mail notifications

    Of course i didn't. I've never said i created that code, but i said i've created a web part that uses that piece of code.
  5. theprowler

    E mail notifications

    No, nothing else, but i think i got a solution. First i tried to use doc library event handling, but "News" is not a library, is a simple List and for them you cannot use events... Then i tried to customize the list toolbar for inserting a new option for inserting a new news with the...
  6. theprowler

    E mail notifications

    Hi, can a user send an e-mail notification to other users after inserting a new announcement in the "News" Library? Can a user choose to whom send an e-mail? Do i have to use document library events? Thanks in advance, Massimo
  7. theprowler

    searching in subsites

    Exactly Thomas, seems sharepoint uses the "simple search" like you said to search only in the current subsite. I can also search from the portal because i'm an administrator but other users can't. Thanks for the reply.
  8. theprowler

    searching in subsites

    Hi, I've got a simple question: is it possible to search a document in a subsite? If yes, how? Or search works only in the current site you are? I'm trying to find documents (and other stuff) in subsites of a parent site but search doesn't return any result. It works fine when i search...
  9. theprowler

    Search in Sharepoint

    Hi all, It is possible to search a document in subsites with Sharepoint Portal Server 2003? In mine project i've got a lot of subsites and when i try to search a document from the home page nothing is visualized... why? Document exist but it is in a subsite! Have i to enable search in some...
  10. theprowler

    permission denied querying sharepoint database

    this is the error i got: SELECT permission denied on object 'Docs', database 'myDatabase', owner 'dbOwner'. This selection was made by an administrator.
  11. theprowler

    permission denied querying sharepoint database

    Yes i'm executing a query directly on Sharepoint database... i execute this query: select leafName, TimeLastModified, Title, http://this.siteCollection.HostName/DirName/leafName) as DirName from Docs inner join Webs on Webs.Id = Docs.WebId where doclibrowid is not null and timeLastModified >=...
  12. theprowler

    permission denied querying sharepoint database

    Hi all, i've made a web part that has to make a select into sharepoint database but i get a permission denied error when i try to do that operation. My current trust level is set to Medium Trust. In mine web part i make this assumption: if user.isWebAdmin //only an administrator can do...
  13. theprowler

    Security Exception: uploading excel file on server

    I've noticed that the problem is not in saving file, but in reading data from excel through oledb... Here's some code 'uploading file... Try selectedFile2.PostedFile.SaveAs(uploadPath) Catch ex As Exception lblErr.Text = "Error from...
  14. theprowler

    Security Exception: uploading excel file on server

    Hi everybody, I've got a security exception performing an upload operation: 1. i want to store an excel file on my wpresources folder on server (and here is the problem) 2. i want to read some data on this excel file 3. i want to delete this file from server I'm currently using WSS_Medium...

Part and Inventory Search

Back
Top