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 SkipVought 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: *

  1. spence74

    Detect a right click on a combobox

    Does anyone know how to detect a right click on a vb6 combobox?
  2. spence74

    How to shut down another instance of an application

    I can detect another instance of an application running by using App.PrevInstance, is there a way to force that other instance of the application to shut down?
  3. spence74

    Copying a file using WMI

    I have some new information into my problem. When reading the return value from the call to the Copy method, I found that it was returning a 9 - invalid object. I changed the strString variable to "C:\" and re-ran the routine and I got a return value of 0 - No error. This brings me to a new...
  4. spence74

    Copying a file using WMI

    I have another WMI question. How do you use the WMI to copy a file from a remote server to a local PC? I have the following code, which does not generate any errors yet it does not copy the file either. Someone please help!! Dim objWMI, objLocator, objWMIFiles, objWMIFile Dim...
  5. spence74

    Has anyone else had this DLL Issue?

    That is what I was thinking at first, which is why I ran the program in debug mode. That is where the confusion starts. Running in debug mode does not generate the error and the database updates just fine.
  6. spence74

    Has anyone else had this DLL Issue?

    I have a two piece application, both written in VB6. A normal front end data entry app and a DLL to handle the calls to the database. When I run the program using the compiled EXE/DLL and try to update a record, it gives me the following error: 3421 Application uses a value of the wrong type...
  7. spence74

    Getting a file version with VB6 using WMI

    Thank you very much. That is exactly what I needed.
  8. spence74

    Getting a file version with VB6 using WMI

    The subject line says it all. I have a set of applications and dlls that need to check for updates in a predetermined update directory. Up until now, this worked great using the FileSystemObject because all my users were on a local network. Now I have users connecting to the network via VPN...
  9. spence74

    msvbvm60.dll

    One of my users has just installed my software in his WinXP PC and gets a rather generic error message when he tries to run any of my applications. It says "DOMSupportApp.exe has encountered a problem and needs to close." When I click on the link for more information on the error it tells me...
  10. spence74

    Automatically running and printing a crystal report

    The Crystal Version that I am using is 10 Professional and the server I want to run on is MS SQL Server 2000. What I want to do is have a report excecute after a job is done and print it to a specific printer. E-mailing the report would work as well.
  11. spence74

    Automatically running and printing a crystal report

    Does anyone know how to kick off a Crystal Report (version 10) from a SQL Server Job? Also, is there any way to make a Crystal Report automatically print when it gets done running?
  12. spence74

    Running a Crystal Report from a SQL Server 2000 Job

    Does anyone know how to kick off a Crystal Report (version 10) from a SQL Server 2000 Job?
  13. spence74

    SQL Server Agent Job help

    I thought that the suggestion would work, but it still does the same thing. If I was to set up a second job to move the records, is there any way that I can kick off the second job from within the first?
  14. spence74

    SQL Server Agent Job help

    I am working on a project to automate as much data entry as possible. All servers are running SQL Server 2000 and my data source is on another server. I cannot create a linked server because the SA passwords are different between the two boxes and that cannot be changed. The job that I am...
  15. spence74

    AllowFullMenus property

    Thank you very much!!!!! I was beginning to think I would have to start all over!
  16. spence74

    AllowFullMenus property

    I disabled the AllowFullMenus property (along with other properties) in the Startup dialog box (Access 2000) and now I can't get back into it to change them back. How can I either get back into the Startup dialog or change the AllowFullMenus property to True? Thanks, Josh Spencer
  17. spence74

    Using ODBC connections in stored procedures

    I tried to create a link, but it only opens to what I am assuming is the default catalog. Is there a way to specify which catalog to go to when using a linked server?
  18. spence74

    Using ODBC connections in stored procedures

    Does anyone have any ideas how to use an ODBC connection in a stored procedure? (MS SQL Server 2000). My goal is to transfer data from a database on one server to a database on a completely different server without having to use DTS packages. Thanks, Josh
  19. spence74

    Verify Server in VB

    I am working with a distributed server framework and need to find out if a server is available or not before allowing the program to execute. I do not know the server IP address, only the name. What is the best way for me to do this?
  20. spence74

    Open Windows Media Player or Musicmatch with passed in .m3u playlist

    Does anyone know how to open Windows Media Player of MusicMatch Jukebox from VB and specify an .m3u playlist file to load with it?

Part and Inventory Search

Back
Top