| Thread | Last Post | Replies |
|
| How to debug this: "Wrong version of run-time dll" ? | 22 Mar 2006 21:57 GMT | 1 |
User trying to install my program has the following error given by WindowsXP: "Wrong version of run-time dll". Setup program is created by Setup Wizard from vbasic 5.
|
| ADODB Recordsets into Array | 22 Mar 2006 19:11 GMT | 2 |
I'd Like to know if is possible to send a collection of adodb.recordsets into an array. I want this, because i have a function, and i want to hold the recordset, each time it runs, without losing is values, because, each time it runs i need the same variable.
|
| Help with disconnected recordset! | 22 Mar 2006 19:08 GMT | 3 |
I have a disconnected recordset which holds address details for a property. I have an update command which updates certain property details. How can I then refresh my disconnected recordset so it brings back the latest updated data?
|
| question -- close adodb connection inside dll | 22 Mar 2006 16:45 GMT | 3 |
If I close the adodb connection and recordset object inside the dll I get errors (tried many ways, no solution). In the project where I reference the dll I am setting the dll class file to nothing after use - will this automatically set the connection and recordset objects to
|
| IIS | 22 Mar 2006 15:31 GMT | 1 |
In my System, Internet Information Service is not running Can anyone please help me about running IIS?
|
| How do I get just the file name rather than the entire apath | 22 Mar 2006 15:23 GMT | 2 |
If I use commondialog1.FileName, I get the entire path along with the file name. How do I get just the file name?
|
| Print# Questions | 22 Mar 2006 15:22 GMT | 13 |
I have a dropdown combo box (cboName), with three items in the dropdown list. I select one item and then amd saving the ListIndex (number) to a text file. When I open the file with my text editor (notepad) , the correct number is there, BUT there is a leading space before the ...
|
| Error creating Oracle object | 22 Mar 2006 15:16 GMT | 2 |
I have an application that uses an Oracle database and it's suddenly started giving Error 429, ActiveX Component Can't Create Object at this line: Set OraSession = CreateObject("OracleInProcServer.XOraSession")
|
| AD, LDAP, Query, OpenDSObject, 2 Questions... | 22 Mar 2006 15:13 GMT | 1 |
I want to do something... Query an Active directory container for all computers with name beginning with something, ending with something or containing something. And
|
| Running external program from access | 22 Mar 2006 15:11 GMT | 4 |
Ok, I now u can do it i just don't know how. What i have is a form in access with has a image in it, i would like to be able to dblclick on that image and have an external program run eg
|
| Hidden treasures... | 22 Mar 2006 12:18 GMT | 6 |
I am using Excel vba and need a dialog from the global collection of build-in dialogs simply to select a directory. I know and can read in the help that there is a huge list of these dialogs like used in the operating system, but can't find the one to select a directory.
|
| Extracting Data from Outlook | 22 Mar 2006 11:16 GMT | 1 |
We currently store some information in Outlook using custom forms, I need to extract this data and shove it into a database. My problem is reading from Outlook is not exactly made simple. I can iterate through the items I want. As this is only going to be run once I have
|
| How do I get just the file name rather than the entire path | 22 Mar 2006 10:12 GMT | 2 |
If I use commondialog1.FileName, I get the entire path along with the file name. How do I get just the file name?
|
| Windows or VB problem - Please help | 22 Mar 2006 09:30 GMT | 10 |
I noticed the following problem in all of the VB, VBA or VBScript. E.g. When I do 1/3 it always equal 0.333331383035028 instead of 0.33333333333333 The problem originally appeared in one of my Excel VBA program, and
|
| Commondialog1.Filter | 21 Mar 2006 23:45 GMT | 5 |
I'm using VB6 and am not sure why this doesn't work at all. Commondialog1.Filter '"Text Files (*.txt)" I have added this in every place possible and this is the only functionality that doens't seem to work. Rest of the functionality
|