Hello, I have a string that takes selections from a multi-select list box, and passes it to a query which is taking a date range from 2 text boxes, and then outputs to an Excel file. The probl...
Yes I like to databound a checkbox list I am a begininer can anyone tell me how.
I have a checkboxlist and my database fields are storeid, itemid, Store, and Active
I want store to show up...
I am using Sql server 2005 express edition with vb6.0 .
lets supose i have created a stored procedure with statmennt like create proc bla bla
now i want that code in visual basic string.
Using CreateObject("Notes.NotesSession")
Class definition NOTES.NOTESSSESSION is not found
I receive this error message above in some computer in other works fine!
I already registry ...
i have the following SELECT statement....
"SELECT PurchaseOrders_Detail.Product_ID, PurchaseOrders_Detail.Name, PurchaseOrders_Detail.Book_Price FROM ......etc.
This statement is being s...
Hi,
The requirement is very straight.
I have to someway show the value of a variable (type double) on a textbox.
The restriction is that the decimal points should always be ...
I need to save the contents of a rich textbox in an Access database, and then retrieve this back from the database to display in the rich textbox when the program opens next time. The rich tex...
My OS is Windows XP Pro service pack 2 and my time zone and regional setting are correct for Brisbane Australia. The controls in my forms display dates correctly as dd/mm/yyyy as well as in un...
Could you please suggest a commercial, well maintained and updated database agent available as Delphi 2007 VCL as well as ActiveX for VB6.
I am looking for a DB agent that does not depend o...
I am trying to pass an access mdb connection to a function in vb6.
When program is executed and function "AddHODueRecords" is called from Sub Ho_transactionAdd() I get the following error ...
Hello,
i want to create application that could replicate data from one Firebird 2.0 database to another Firebird 2.0 database. Is any simple way to do it? i read a lot of manual and tried al...
I have an access database with email_address field and I want to create a query for just the domain of that field, how do I do that?
I currently have this piece of code to search an ADODC recordset.
The problem I am having is it will find the correct information when used for Customer name for example but I need to search...
On my form I have an import button, which opens the Import window.
Once the user specifies the name & location of the txt file to be imported, and clicks "Import", I would like the user to ...
I have a dilemma: i am using ADO control and bounding all other controls to it
I know, i should not do it, but
the question:
It there is anything I can do to move the program from my comput...
Hello
I have been working on a couple of programs on my own and I need to install them on computers that don't have any development environment on them. This is VB .net 2005 with the 2.0...
Access crashes when I try to create a form based on a particular table.
Im using Microsoft Access 2003.
The original database was created 8 months ago and was working without any issues.
...
I have this piece of code and it works well with the exception that it will only work with one address in the Recipients field. When i put more than one i get the error that says outlook coul...
I am trying to print a page from a form created in Access 2000 with clicking a box labeled "Print".
The code is as follows:
Private Sub Printonclick_Click()
Dim strDocName As String
Dim st...
how do i open url grab all the images from the page?
found a post about it with WebBrowser1.navigate but get an error object require ??
i want to use textbox control entries in my sqlcd commands in vb.net.
Dim AddWithValue("@tablename",textbox.text)
sqlstr = "create table @tablename (...) "
sqlcmd.commandtext=sqlstr
...
For years I have been updating my databases like this:
adCmdText = 1
Set objConn=Server.CreateObject ("ADODB.Connection")
objConn.Open Application("DbCon")
Set objCmd = Server.Creat...
I want to use VB to run a crystal report and have the data refreshed at runtime. Can this all be wrapped up into an executable that any user can run? Within Crystal I connect to a DB2 database...
The question is for Vista Plus Output Manager 5.2
we are getting this error when we try to start the windows 2000 service
Event Type: Error
Event Source: QuestOutputManagerQME
Ev...
Using Access 2007, I have a sub-form with a drop down field.
I am receiving an error when trying to manually type in a selection from the drop down menu:
error "Run time error '94':
in...