I am trying to populate a combo box on a form from an ADO recordset. Obviously, I'm not having much luck. It appears that the additem property does not exist for the control. I tried all of these and it says an object is required:
Forms!frmGroup.Group.ItemData(X).Add rst.Fields![m-user]...
Ok, losing lots of hair on this one. I have created my first vb.net app and would like to distribute it to my users. Problem is I used an active X web browser that requires the shdocvw.dll library. In doing this a wrapper library was created AxInterop.ShDocVw.dll. When I run the install on...
Is it possible to automate the replication of an Access 2000 database. We have two front ends and a backend. I would like to have a user when done with the database (on-close) have it synchronize. Does this sound possible?
I'm using the below code to view items selected from a multiple list on one page. I cannot write the information to screen or to the textbox. Please advise.
<% LANGUAGE="VBSCRIPT" %>
<form name="Suggestion" method="Post" action="confirm.asp">
<table>...
Hello all,
I have an application that opens acrobat reader and prints several pdfs. On my machine it works, but on the users it will not. I get "429 ActiveX cannot create component". The line that causes the app to bomb is...
Set AVDoc = CreateObject("AcroExch.AVDoc")
Am...
I have a form that when click is trying to update another form. I have done this in VBA Access but cannot get it to work in VB. Here is an example in VBA:
Forms(nameofform).Controls(nameofcontrol) = variable
I keep getting an error because forms in true VB only has one property - count. Can...
Hello, I have a query set up in my database that requires two dates. It is parameterized so it asks for the dates when it is run. The problem I am having is calling this query from code. It doesn't ask for the dates.
Set rs = db.OpenRecordset("qryClosedThisWeek")
produces the...
Obviously I'm new. I have a dropdown box that is populated from a database. Now when I click a button I would like the selected to display in a listbox. This may be better handled with a multiselect, but I don't know how to do that either. The idea is to select multiple names and then pass...
You know that cool button in Excel 2000 that creates an email as html and sends to persons you specify. Anyone have an idea on how the do it? If you record a macro while doing that you get nothing. Any ideas are appreciated.
Dugger
I want to delete a file that resides in the same dir as my application. How do I delete an Excel file? I can find it but don't know the code to delete it. Please help.
I have an Access application that I want to send an email with. I can get it to work but only if outlook is already open. If it is not I get an internal application error. Below is the code:
Dim objOutlook As Outlook.Application
Dim objOutlookMsg As Outlook.MailItem
Dim objOutlookRecip As...
Hello all!
I'm a newby to windows 2000. I want to remotely connect to a 2000 network through a dail-up connection with admin privelages from a windows 98 machine. Does this sound possible?
Any suggestions?
Help!
How can I change the permissions of the current user so I can build a table then remove the granted permissions. I have thought of an ADO connection to the current database, but there just has to be a simple function to grant deleting and rebuilding a table then removing those...
Hello all,
Can anyone show me a way to test if Outlook is open. If it is not I want to open it and send my message. If it is with the code I have I can start an object and send my message. The code I have only works if outlook is already open. Currently I only know how to open up a new...
Hello all,
I have decided to give Linux a try. How do you select which distribution to use? I am currently looking at buying Mandrake but am not totally sure thats what I want, its just readily available. Does anyone have any suggestions?
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.