Advertisement

1 - 10 of 27 containing alltags:("vb error") (0.003 seconds)
this is my code strReportFormula = "Printed for:  " If Not cborc_Qualification.Text = "All" Then     strReportFormula = strReportFormula & "Qualification: " & cborc_Qualification.Text End I...
Zones: Crystal Reports SoftwareDate Answered: 12/12/2002 Grade: A Views: 0
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...
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 ...
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.
Zones: .Net Editors & IDEsDate Answered: 05/15/2008 Grade: B Views: 0
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...
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...
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   ...
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?
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...
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...
Zones: Visual BasicDate Answered: 12/05/2005 Grade: B Views: 0