I have a grid on an Access 2010 form. On this form, I created a procedure called PopulateList() which fills the grid with data and uses automatic grouping. In the AfterAutoGroupRowCreated event, I change the color and text of the group rows.
This procedure is called from many other procedures. For example: when the form first loads, when the user presses a "Refresh Data" button, when a new record is created, etc. All of those calls work properly. The list is filled with the data, the data is grouped, and the AfterAutoGroupRowCreated procedure properly formats the group rows.
The problem happens when I call the PopulateList() procedure from the grid's DblClick event.
#1 The grid is filled with data - good
#2 The data is grouped - good
#3 The AfterAutoGroupRowCreated event does not work
Edited by moderator
2015-02-24T13:11:24Z
|
Reason: Igor/10Tec: changed post status to 'informative' (a specific problem of MS Access)