Our DBAs recently upgraded our AIX based DB2 database to version 8.2. Due to business limitations, we are accessing the system using V6 clients. All stored procedures built prior to the ugrade function perfectly under this arrangement, but new procedures built using either the V7 client or the...
Question Title: Using the WebBrowser Control to display Excel files
Author: speke
Points: 500
Date: 06/17/2004 02:12AM PDT
I would like to display Excel (.xls) files in the Webbrowser control but I am having the following problems:
1) If an instance of Excel is open, my application takes...
On the format event of the section with your text box add a variation of the following code:
Private Sub ReportHeader_Format(Cancel As Integer, FormatCount As Integer)
Me.MyTextBox = Me.MyTextBox & Chr(153)
End Sub
Where MyTextBox is the name of your text box.
You can add other symbols too...
I am having a problem executing stored procedures. They execute fine on the command line and in the stored procedure builder but when I try to execute them through VB I keep getting the following error:
Error: SQL10013N The specified library...
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.