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!

Search results for query: *

  • Users: richardtsa
  • Content: Threads
  • Order by date
  1. richardtsa

    Master/Detail Grid Change Detail Heading

    Hi I have master/Detail grid. I am able to change the headings of the colums in the master part of the grid, but if the user clicks on the + to get to the detail part of the grid, how do a person change the headings of the columns in the detail part of the grid by using code Any help would be...
  2. richardtsa

    SQL Server Jobs

    Is there a way to give a user access to start only specific jobs. Because if you give a user targetserverole or sp_start_job permission, the user can start any job on the server and I only want the user to start certain jobs.
  3. richardtsa

    list command buttons used in vb application

    Is there a method to list all the command buttons used in an application that was written in vb
  4. richardtsa

    authentication windows 2000 using advapi32.dll

    I used the advapi32.dll to write a vb app to authenticate a user. It works fine on my PC(Windows 2000 operating system), but on my collegue PC(Windows 2000 operating system) it does not want to work. On my PC I can enter anybody's User id and password and it will validate it, but on his pc...
  5. richardtsa

    Calling OEM Job

    Hi I need to call a job from a job using the OEM. If anybody can give me the example of the script it would be much appreciated Thanks
  6. richardtsa

    Restore table

    How do a person go about restoring a table. I drop a couple of tables by mistake I have arc log, but no luck in restoring anything from them any help would be appreciated
  7. richardtsa

    Increase block Size

    Hi Can anybody tell me if it is possible to increase the database block size without recreating the database and if so can please tell me how to do it. Any help will be appreciated Thanks
  8. richardtsa

    Capture sql Statement in SQLServer

    One of my programs I've written in VB is capturing junk somewhere and only occasionally into SQL Server. I can capture the info as it is going into SQL Server. But I still do not know what the sql statement is, that is causing it. Is there any way to capture the actual statement in Sql Server...

Part and Inventory Search

Back
Top