Search results

  1. W

    Bizarre behavior with listview StartLabelEdit and multiselecting

    This is driving me crazy! I have some code that has a list of items in a listview. When I right click it shows a pop-up right click menu with a macro. Then I select an item in the list that says Rename. After ensuring a single element is selected the StartLabelEdit method is called on my...
  2. W

    Describe table problem

    :eek: This should be a really simple thing to do, but it isn't working. I want to determine all the column names in a table or at least all column names with a primary key. I attempted to do this OpenRecordset("desc " & tablename & ";", dbOpenSnapShot) but I get an error. (My tablename is a...
  3. W

    Lost Focus event does not fire when clicking external window

    It seems that when a control has focus and then I click on a window outside of Access, such as a Windows Explorer folder window or something... that the LostFocus event does not fire. I have a listView with images on it. I modified the images to look differently when selected (Highlighted) by...
  4. W

    Dual Checkbox columns in a listview

    Is there any way to have two check box columns in a listview control? Also, why is there a restriction not allowing you to center or right align the first column? Is there an alternative listview control someone may have made that might allow these kinds of things? Thanks, Will
  5. W

    Custom Icon

    I really don't want to have to include a whole separate .ico file for my custom icon to be passed around with my final mdb/mde. I know I can set a path on a local drive with CurrentDB.Properties!AppIcon, but surely there is some way I can embed a tiny little icon image inside the MDB itself and...
  6. W

    Can't find ImageList on ListView control properties

    I have a Microsoft ListView Control 6.0 (SP4) and a Microsoft ImageList Control 6.0 (SP4). When I put the ImageList control on my form and load it with some images. Then I double click the ListView control and click on Image Lists. Non of the drop down lists display my Image List control that...
Back
Top Bottom