| Thread | Last Post | Replies |
|
| Date Picker error | 15 Feb 2004 06:10 GMT | 2 |
I am using the Microsoft Date and Time Picker ActiveX Control 6.0 (SP4) on one page of a multi-page (tabbed) form. When I turn to another record it works fine as long as the Date and Time Picker control is on the current page, but when it is on another
|
| Treeview Example (newbie) | 13 Feb 2004 17:51 GMT | 3 |
I'm having a hard time finding documentation for the Treeview control that isn't piecemeal. So my first question: is there complete documentation to be had, preferably with examples in vbscript or javascript? I'm also curious as to if it's possible for the entire tree
|
| Date/Time picker error | 11 Feb 2004 07:19 GMT | 1 |
I have an application in Access 2000 where I need to my users to pick a date. The Date/Time Picker actuall works perfectfully for this except I get the error message that appears twice: "An error occured in a call to the Windows Date and Time Picker control." in certain ...
|
| Dtpicker problem, any ideas why I can't set my dtpicker control to now() | 10 Feb 2004 20:51 GMT | 3 |
Private Sub Form_Open(Cancel As Integer) ResetDataEntryForm End Sub function ResetDataEntryForm() as long
|
| ocx file in access 97. | 10 Feb 2004 14:47 GMT | 1 |
hello. my name is Julián. I live in Madrid Spain. I have readed a mesage in Microsoft's news about Active X in access I have developed an aplication in access 97. I use the comdlg32.ocx. but when i start the aplication in another computer, in references dialog box appears a error. ...
|
| treeview drag/drop | 10 Feb 2004 10:37 GMT | 1 |
I'm trying to implement drag and drop on my treeview (version 6.0). I want the treeview to be sensitive to what type (as defined in the node.key) of node the user is attempting to drag, and to what type (as defined by node.key) the user is attempting to drop it. I want only ...
|
| Alternate to the OWC Pivot Table ActiveX control? | 10 Feb 2004 03:17 GMT | 3 |
Does anyone know of an alternate pivot table ActiveX control that will work with MS Access 2000/2002? I mean an alternate to the interesting but feature limited, slow, poorly documented, and basically unsupported (i.e. classic Microsoft product) OWC pivot table? I need the ...
|
| Very slow ActiveX EXE raising events. | 09 Feb 2004 01:20 GMT | 1 |
I have an ActiveX EXE, which is tiny. Its sole purpose is to relay an event raised by one users of the ActiveX EXE, to all the other current users. To do this, there are two classes within the ActiveX EXE. One which the subscribers use (which has a method to raise events, and on ...
|
| Execute SQL | 07 Feb 2004 05:03 GMT | 1 |
I am trying to pass some values from unbound controls on my Access 2002 form to a stored procedure in SQL 2k. So far my code reads as below. When I run this, it gets stuck on the oCn.Execute line with error message "invalid SQL statement; expected Update, Delete, Insert, etc. ...
|
| ListView ColumnClick | 06 Feb 2004 14:04 GMT | 1 |
I am trying to sort columns in a listview. When the user clicks on a column I want to sort on that column. The kicker is, I don't know how to trap for the column click for the listview. I have looked around here on Deja, but have not been able to find code that works for me.
|
| Between...And...dates | 05 Feb 2004 00:21 GMT | 1 |
I have created a query which includes a [TransactionDate] field and the criteria asks the user to enter two dates through the ......Between [START] And [END] parameters. Is there anyway that the user can use an ActiveX control to simply choose
|
| Downloading source HTML and parsing | 04 Feb 2004 01:53 GMT | 6 |
Is it possible to download HTML using Access 2000 and then parsing the source code of the HTML to extract specific information? If so, how?
|
| TreeView bug? | 02 Feb 2004 09:56 GMT | 3 |
Quite often, when I open a form with a TreeView control on, the scroll bars slowly start scrolling by themselves until they fill up the length of the form, and it takes a long time for the list to come up. When the tree finally appears, it's fully expanded. Furthermore, when I then ...
|
| MS.Date Picker Problem | 01 Feb 2004 04:41 GMT | 1 |
Pleas help! I have the MS.Date Picker control embedded into a form. The control is register in the database with I developed on my machine. When I may a copy of the database and place it on a network drive the control does not appear. What am I doing wrong or missing? What is ...
|