Hi guys,
I'm using a datareport in a small calendar program but for some reason whenver it does a print preview it has the number of pages as there are days of the month. All the days of the month show up on each page etc... Why or how is this happening. I'm having the recordsource being...
Hi.
I'm wondering what the best way is to update multiple tables. Right now I have 4 different Update queries to update 4 different tables. It is killing out my program with all the work it has to do. All the tables are 10,000+ records long so you can imagine the time it takes to do each...
Hi Guys,
I recently added an ADODC to my VB application and it's source comes from a query. Well all the fields are being populated just fine, except for my DataList. I don't know why, I have tried everything possible. Attached is my code for populating the DataList. Is there any work...
Hi Guys,
I have made an application using Win2k/XP. When I try to run it in 9x, it gives me two errors the first is easy to solve it is Run-time error '430' Class does not support Automation or Does not support expected interface. That is solved by installing MDAC 2.5 SP2+. The second one...
Hi Again,
Well I have tested it on another win2k machine and it works fine. My question now is what is the difference between win2k and 9x, in the ways of how ado works. You would think it would be the same all around. Is it a matter of updating there ado package? Any help would be...
That is my problem.. if I run a setup with a newer version of the ocx file or whatever is required will it screw any of their other programs? They have on in-house program that deals with an sql database that was also made in VB but I believe it was made back a few years ago so it was probably...
Hi guys,
I have made a small calendar/scheduler program for a company. My box is running windows XP and for part of it 2k. But after compiling the program it won't work on 9x boxes while it works on my box at home just fine go figure :). It is complaining about missing a ocx file. I...
Hi Guys,
I'm making a caledar for a buddy of mine. There is only one little design problem that I have been wrestling with and so I thought maybe some of the gurus could help me out on the decision. This calendar is suppose to also tag the dates/times to an employee. So I need a list of...
Hi All,
I'm having some problems with datacombos can you tell? Well here is my problems. First when I try to delete something off the corresponding table. Only the first element in the list drops no matter what. SO for example if I had a list that looked like this:
Bob
Mary
Jane...
Hi All,
I'm having some problems with datacombos can you tell? Well here is my problems. First when I try to delete something off the corresponding table. Only the first element in the list drops no matter what. SO for example if I had a list that looked like this:
Bob
Mary
Jane...
Whenever I delete an item out of my table that is linked to the dataCombo box. It doesn't update the combo box. How would I go about fixing this. Thanks in advance.
-Mike
Hi Guys, I'm having quite a nasty little problem with deleting a row from a table. I have the user selecting the name of an employee from a DataCombo Box and then they push the delete button, to delete the record. Of course this should also update the combo box. One nasty little problem is...
Hi All,
I seem to be having some fits of stupidity. I'm trying to populate the calendar dates. So I have created many text boxes each with the naming convention of txtD0...txtD31 etc.. I wish to go through with a for loop and put the dates in them corresponding with the right date and day...
Hi,
I have a connection to my access database, through ado. I'm trying to add a row to a small table, that includes two fields (MakeName and MakeCode). This is my code so far:
Set RS = DataEnvironment1.rsVehicle_Makes
RS.Open
' Adds a row with the new make
RS.AddNew...
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.