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 strongm 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: jadixon
  • Content: Threads
  • Order by date
  1. jadixon

    C++ updated OCX not seen in VB

    I have a C++ project that creates an OCX file which contains multiple functions I call from VB. I added a parameter to one of the functions in the C++ side, rebuild the ocx, re-registered it, but the VB side does not see the new parameter (I get a compile error). If I look at the ocx in OLEView...
  2. jadixon

    C++ - getting the integer enum value from a string

    I have an enumerated type such as enum Colors(Red, Blue, Green); and a CString test_string = "Blue" How do I get to the 2nd value in the enumerated type by the string? What I am trying to get to is: int retValue = Colors(test_string); or something like that that will produce retValue = 1
  3. jadixon

    How can I reinstall or reconfigure DCOM?

    I had to uninstall then reinstall my NIC to resolve connection to a remote desktop. After the reinstall, I am now getting DCOM errors when I try to connect to my sql server. "DCOM was unable to communicate with the computer APPL2900 using any of the configured protocols." How do I correct...
  4. jadixon

    Network issues after NIC reinstall

    I am not sure if this is the correct location for this or not. This is a bit of a long-winded story. I started out having issues connecting through a VPN using RDC to my computer at my office from the computer at my client's site. I determined it was specific to the computer at mu client's...
  5. jadixon

    Remote Desktop not working through VPN

    I have been trying to connect to a remote desktop connection through a VPN. I am at a client's site trying to connect to my desktop at my office. I can connect from home just fine, so I know the remote desktop settings on the host machine are correct. The problem comes in at this client site. On...
  6. jadixon

    Can you change the tooltip on a scrollbar?

    I have a subform in datasheet view that holds alot of records. Before we went to SQL Server for the backend, the user could see the records as they scrolled through, but now they cannot. Since I can't seem to find a way to have the same results, it would be ok to show record information on the...
  7. jadixon

    Datasheet not performing the same after back end goes to SQL Server

    When we had our backend database in access, the users could scroll through a datasheet form and as they scrolled they would see the records whizzing by. Now with SQL server as the backend database, the scrolling has 2 problems. First, it only appears to load a certain amount of data in at a...
  8. jadixon

    Data Entry form and ADO?

    I am converting an existing Access application to use SQL server. I have a form that in the current application, opens a table in data entry mode (datasheet view). Since access creates an autonum when the user starts to enter data, the developer who created it decided at that point to add 600000...
  9. jadixon

    Continuous form timing issue

    I have a subform that is a continuous form. When the user advances from one record to the next and starts typing, after a second or two the record appears to be committed to the database, and the data that was entered is now highlighted. If they are typing and are not paying attention, it...
  10. jadixon

    Position cursor on datasheet in a different form

    I have a form that lists information in datasheet view. The user can click on a record to copy it via a different form. After the user enters the data and closes the form, I need to requery the datasheet view (not a problem) and leave the cursor where the user left it. I have tried...
  11. jadixon

    Added sheet in excel from Access not working properly

    I have a program in access that creates an excel file from data out of my access database. In some cases, I want to add a sheet to the current file instead of creating a new file. I can add the sheet fine, but I cannot get the sheet to move to the end of the list, nor can I get it to actually...

Part and Inventory Search

Back
Top