D
david epsom dot com dot au
A2000. If I disable all of the controls on a form, in DataSheet view the
form current event /may/ not fire. Typically, clicking down the list I can
get a current events for each of the records shown, then when I start going
back over the records again (using the record selectors), I don't get any
current events at all.
Worse, it is fairly unpredictable. Worse in a subform: Worse if I use the
record selectors or navigation buttons: Worse if I freeze a column.
Worse, I'm having problems even if some of the controls are NOT disabled.
I've tried a couple of forms in a couple of databases on a couple of
machines.
I've solved my problem by enabling all the controls on the subform, and
setting the form Allows Edit property to false, but I'm not pleased. I don't
want to guarantee that my subforms will /never/ have a disabled control, and
having just one enabled control isn't enough to be sure that it will work.
Is there a magic number of disabled controls? It doesn't seem likely. And
having an event that randomly fires 'sometimes' is worse than having no
event at all.
And the guy that designed that form had disabled controls because he /liked/
it that way: disabled controls won't take focus, which is slightly different
to the effect you get by changing the 'allow edits' property.
Can anyone else reproduce these problems? Was it fixed in A2002/A2003 ?
(david)
form current event /may/ not fire. Typically, clicking down the list I can
get a current events for each of the records shown, then when I start going
back over the records again (using the record selectors), I don't get any
current events at all.
Worse, it is fairly unpredictable. Worse in a subform: Worse if I use the
record selectors or navigation buttons: Worse if I freeze a column.
Worse, I'm having problems even if some of the controls are NOT disabled.
I've tried a couple of forms in a couple of databases on a couple of
machines.
I've solved my problem by enabling all the controls on the subform, and
setting the form Allows Edit property to false, but I'm not pleased. I don't
want to guarantee that my subforms will /never/ have a disabled control, and
having just one enabled control isn't enough to be sure that it will work.
Is there a magic number of disabled controls? It doesn't seem likely. And
having an event that randomly fires 'sometimes' is worse than having no
event at all.
And the guy that designed that form had disabled controls because he /liked/
it that way: disabled controls won't take focus, which is slightly different
to the effect you get by changing the 'allow edits' property.
Can anyone else reproduce these problems? Was it fixed in A2002/A2003 ?
(david)