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 Chriss Miller 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: Brice
  • Content: Threads
  • Order by date
  1. Brice

    Class does not support Automation or does not support expected...

    Anyone ever have this problem? Problem Description - When a DCOM call is made from my client object to a particular method on the server component running in MTS, I get the error "Class does not support Automation or does not support expected interface.". All other methods for...
  2. Brice

    Help!! Populating table cells in a Word document from a recordset

    I'm looking for a way to put data from fields in an ADO recordset into cells in a table on a MSWord document. I have created a Word template for use in creating the document, but I can't figure out how to get the data into the appropriate places in the document. I've tried putting field codes...
  3. Brice

    Changing fonts and colors in DBGrid columns

    Is there an easy way to change the text color (forecolor?) in an individual cell on a DBGrid (5.0)? Likewise for the font?
  4. Brice

    Transaction rollback question

    I have a scenario where I will be updating (incrementing) a field in an MS SQLServer table multiple times within a transaction. If I call SetAbort, will all of the updates be rolled back? Basically, the scenario goes like this: I have a collection of order items that need to have an item#...
  5. Brice

    Has anyone gotten this error?

    I'm getting the error message, "Cannot start more transactions on this session". Has anyone seen this message? What I have is 2 dll's running in MTS. One contains business rules, the other is strictly data access code. It is the data access code that is giving me this error. I can...
  6. Brice

    Is this an MTS error message?

    I'm getting the error message, "Cannot start more transactions on this session". Has anyone seen this message? What I have is 2 dll's running in MTS. One contains business rules, the other is strictly data access code. It is the data access code that is giving me this error. I can...
  7. Brice

    DBGrid question (Unbound mode)

    My original post seems to have fallen way down the list, so I'm posting it again. Also, I have since found out that I need to use the UnboundReadData, UnboundWriteData, and UnboundAddData events to do what I need to do, but I'm still having some trouble. Specifically, I'm having trouble...
  8. Brice

    Using a DBGrid in Unbound mode

    I'm using a DBGrid to display and edit data that is contained in objects within a collection object that is within another object (Whew!) I have no problem getting the data from the objects and putting data into the objects in the collection, but for some reason, I am not able to display/edit...
  9. Brice

    Retrieving User Account info from NT Server

    Scenario: I have a VB6 app running on an NT workstation that makes an API call to an NT server to retrieve user account info for the purpose of programmatically setting user rights within the app itself (example: Enabling/disabling the Delete button or Save button based on a user group). It...
  10. Brice

    Help! Error - "The remote procedure call failed."

    I have two dll's running in MTS on the server, one of which is called from the client, and a exe and dll on the client machine. As far as I can tell, I've installed the server dlls properly in MTS and I created a Setup package for the client using the PDW and installed successfully. The problem...

Part and Inventory Search

Back
Top