this is my code
strReportFormula = "Printed for: "
If Not cborc_Qualification.Text = "All" Then
strReportFormula = strReportFormula & "Qualification: " & cborc_Qualification.Text
End I...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20424679.html
Hi All
I am trying to find a solution to the following problem. The error is 'Data Provider or other service returned an E-FAIL error. Number- 2147467259'. This happens when I add a new record t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20595088.html
Zones:
VB DBDate Answered: 10/28/2003 Grade: A Views: 0
I have a program that is compiled into an exe which hangs intermittently.
I would like to put some error handling into it and am unsure of the method.
If I put this at the beginning of each of ...
http://www.experts-exchange.com/Programming/Misc/Q_21093473.html
Zones:
ProgrammingDate Answered: 08/16/2004 Grade: A Views: 0
Yes I am getting a error from da.SelectCommand = selectCMD says select command cannot be converted.
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23405152.html
I'm working on the largest software project I've ever written (100s of pgs of code), and trying to use good coding style and error handling techniques. I'm afraid I don't have any senior VB guys t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20417183.html
Zones:
Visual BasicDate Answered: 02/02/2003 Grade: A Views: 0
I have set up a excel spreadsheet that ftp's a unix box and grabs a file full of server monitoring information. I am using VB to format the data into a readable layout. I have a data worksheet tha...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20527478....
Zones:
VB ControlsDate Answered: 03/28/2003 Grade: A Views: 0
This procedure should run this query --- Call FillArray("SELECT CODE,A_CODE FROM SERVICE"). The result of this query will be:
Code A_Code
abc a
bcd b
cde c
def d
efg ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20923411.html
Zones:
Visual BasicDate Answered: 04/16/2004 Grade: B Views: 0
A VBS script used to work well under WinXP until SP2.
Now I get Error 8002801d for a this line:
Set FSO = CreateObject("Scripting.FileSystemObject")
How can I solve this problem?
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_21175602.html
Zones:
Windows XPDate Answered: 10/22/2004 Grade: A Views: 10
I am trying to connect to an oracle database with Visual Basic. This is the code I found on the internet to try to connect. The connection works fine. And I can pull data from a specfic table fr...
http://www.experts-exchange.com/Database/Oracle/Q_21571966.html
Zones:
OracleDate Answered: 10/03/2005 Grade: B Views: 0
Experts please
For my VB6 I need a method to find out if there is an entry in the registry. The following snippet when part of a procedure works properly if it's called when the runtime is fully...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21637101.html
Zones:
Visual BasicDate Answered: 12/05/2005 Grade: B Views: 0