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

    Passing Parameters with ADO

    Hello Everyone, Could someone please look at my code and tell me why the first parameter is receiving the error: Parameter object is improperly design #3708? Private Sub Stored_Procedure(Value As String) Dim EMEDcnn As ADODB.Connection Dim cmdEMED As ADODB.Command Dim prmEMEDinput As...
  2. emeryp

    Save formatted text

    Hello Everyone, I would like to save formatted text from either a textbox or label into a file, then pull that formatted text into another textbox. Can someone help? I have tried using RTF to no avail. Emery
  3. emeryp

    Updating Linked Tables

    Hi Everyone, Does anyone know how to automatically update linked tables from VB 6.0? I have manually used the linked table manager but would like to do it within an application. Emery
  4. emeryp

    Linked Tables and updating

    Hi Everyone, Has anyone automatically updated their linked tables? I have used the linked table manager to perform the update, but am looking for a way to perform this in my code in VB 6.0. Looking around, it looks like the DoCmd may help? Any ideas would be helpful. Emery
  5. emeryp

    ComboBox can't bind to field

    Hello everyone, I'm getting an error that the combobox can't bind to the datafield. I have an ADO that is the datasource for this combobox. I am not doing anything else to populate the box, is this the correct way to populate a combobox?
  6. emeryp

    RichTextBox confusion!!!

    Hi everyone, I can use the RichTextBox.savefile and the RichTextBox.loadfile but the loadfile will not load the same file as the save file and I can't figure out how to copy the savefile to the loadfile for loading. Sounds stupid doesn't it? Can someone help?
  7. emeryp

    MMControl works only once!

    I have a MMControl (multi-media control) that will call a wave file, but it only works the first time it is called. Here is the code: With FrmCHAT.MMControl1 If (.Mode = 526) Then .Command = "Close" End If 'Set properties needed by MCI to open. .Notify =...
  8. emeryp

    Deployed Pkg Can't be loaded

    Hi Everyone, I wrote a VB application & pkg'd it on a svr. When someone else tried to use the setup.exe, they received the error: provider not found, and another that said 'some system files are out of date'. I have updated the Jet provider info to 4.0, what else should I do? Re: VB 6.0 Thanks
  9. emeryp

    Timer Control and App Performance

    Hi Everyone, I have a timer control that uses ADO to retrieve data. The problem is that there is a visible delay in the application. I have placed 'DoEvents' in the code and have seen an increase in performance but would like to know if there is something I'm overlooking? Thanks

Part and Inventory Search

Back
Top