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...
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
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
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
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?
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?
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 =...
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.