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 bkrike 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 Coppermill

  1. Coppermill

    Good reference for SharePoint WebServices

    I am looking in to pulling out Document information out of SharePoint Servcies using the WebServices interface, and was wondering if anyone had a good reference that I could use to help me in my task. Any example websites would be good too. -- Regards <<<Bryan Avery>>>
  2. Coppermill

    New database contains tables/view/Store Procs

    On my SQL database when ever I create a new database it contains table, views and Stored Procedures from an old database I created sometime ago. Why and how can I get rid of them? <<<Bryan>>>
  3. Coppermill

    List of Roles for current user

    Many thanks for all your help, as I now have a working module :-)
  4. Coppermill

    List of Roles for current user

    The only problem I am having is that when you make changes to the ActiveDirectory it takes quite sometime for it to be enabled at the SQL Server end, sometime 30 minutes.
  5. Coppermill

    List of Roles for current user

    All works okay, but I've not added users to the SQL Server database, I've added the Users Groups and then the Groups to the SQL Server Roles. Therefore the Username is no good. I've created this routine, it stores the results in a table tblDomainGroups. --drop table rolemember create table...
  6. Coppermill

    List of Roles for current user

    Yes this returns all the Usernames and Groups, but I need to know which one the current logged in user is, not all of them.
  7. Coppermill

    List of Roles for current user

    Is there anyway of finding a list of roles that the current logged in users is a member of?
  8. Coppermill

    Adding Controls to a DataGrid at Runtime

    Yes, got a version of it working :-)
  9. Coppermill

    Adding Controls to a DataGrid at Runtime

    Can you show me the VB.Net code that you did to do this?
  10. Coppermill

    Adding Controls to a DataGrid at Runtime

    All these example are creating the DataGrid, but not changing them at RunTime. The problem comes when the DataGrid is already filled and then you need to change the DataGrid format to another type such as a Combo. I've seen a C# example, but having troubles transfering to VB.Net...
  11. Coppermill

    Adding Controls to a DataGrid at Runtime

    Any one know how in VB.NET to add controls to a DataGrid at Runtime, which enable you to change the current cell to say a combobox?
  12. Coppermill

    Events in vb.net

    Very silly question, how do I foind the events that are available when programming my application. In the old days of VB, they used to be in the pull down list at the top of the page. Where do I find them in vb.net?
  13. Coppermill

    Changing from a number field to a Combo in Datagrid

    I have read through all the examples of using a combo in a Datagrid, (from syncfusion.com, gotdotnet.com and C# Corner) and they all seem to be around adding formatting and building the columns. I need to edit the formatting within an existing column. My problem is that I am pulling in the Data...
  14. Coppermill

    Datagrid selected or not

    great thanks :-)
  15. Coppermill

    DataGrid and if changed data

    No the user has the ability to cancel everything he was doing, and therefore has a save button too.

Part and Inventory Search

Back
Top