Advertisement

1 - 10 of 116 containing alltags:("91") (0 seconds)
Hi all, I keep getting a error in my on click code can you help me fix the problem? Private Sub Command2_Click() Dim mybookmark As Object Dim rs As Recordset Set mybookmark = Me.Form.Records...
Zones: MS AccessDate Answered: 08/13/2005 Grade: A Views: 0
I have a user form with 5 text boxes. when a value is entered in the first box, and a button labelled search is clicked, the form searches column A in the next worksheet for that value and the pop...
Zones: MS ExcelDate Answered: 04/25/2006 Grade: B Views: 0
I have an application with 2 projects: an exe and an ActiveX DLL project. The DLL contains some classes. These 2 projects are in 2 different directories. I grouped these 2 projects (in group1...
Zones: Visual BasicDate Answered: 07/09/2002 Grade: A Views: 0
I am getting an error 91 whenever i assaign one of the values in my object. the property has let/get and does not use set. here is what I get the error on myclsdeclare.server="www.apex2000.net"...
Zones: Visual Basic, WinsockDate Answered: 06/05/2002 Grade: A Views: 0
I've created a program that uses a MS Access DB (Version 2.0) and it works properly in my computer. However, when I distribute, it sometimes does not work in other computers and gives the follow...
Zones: VB DBDate Answered: 09/16/2003 Grade: A Views: 0
I have some code that is throwing an error on the second execution of it. I run thru a database picking word documents, then take that list of documents and open them and assign the text of the doc...
Zones: Visual BasicDate Answered: 02/07/2003 Grade: A Views: 0
I am having a problem when trying to install a component that I made. I am not using any special components just the Default ones in VB. It works fine on computers that have Visual Studio installed...
Zones: Visual Basic, WinsockDate Answered: 07/01/2004 Grade: A Views: 0
I am trying to write a simple database program. My problem is when one of the forms loads I get a run time error 91. Here is a copy of the code from this form. Debug highlights my error at UserInfo...
Zones: Visual BasicDate Answered: 08/19/2004 Grade: A Views: 0
Hi ,  im v new to VB.... when i run this code I get the above error... Private Declare Function RegCreateKeyEx Lib "advapi32.dll" _    Alias "RegCreateKeyExA" (ByVal hKey As Long, ByVal lpSubK...
Zones: Visual BasicDate Answered: 01/14/2005 Grade: A Views: 8
I have a very simple piece of code that reads a folder and populates a tree view. This code has been working fine on all my Win9x/2000 machines. However, I recently upgraded one of my machines to W...
Zones: Visual BasicDate Answered: 02/04/2005 Grade: A Views: 0