B
brainlord
Help!
When users install the MS Office Access Runtime and Data Connectivity
2007 SP2 (released Apr 24) my app stops working!
The main window of my app is a Continuous forms form where each row
has several small graphics (filepath bound image controls) and a few
text fields. When the user clicks on one of these, several events fire
based on which ROW the user clicked on. After installing the SP2, when
the user clicks on any of the image controls, the events fire as if
the user has clicked on the Top row, no matter what row he clicked on.
To restate: Clicking on Image controls no longer updates whatever
value Access stores the Current Row in. (is that SelTop?) Any
references to the "Me". Object simply return the values of the record
in the Top Row.
If the user clicks on a *text* control on row X. Then it does update
the Current Row. (and row X works) but then if user clicks on an Image
control on any other row he just keeps getting results from Row X.
This is happening in the Access Runtime and in my full Access 2007.
Does MS even know about this?
Does anyone think MS will fix it? (and fast? I have users out there!)
My app can't be the only one that depends on Image controls on
Continuous forms. All of them will start acting funny.
Is it just going to be up to us to just try to code our way out this??
(As I write this I'm guessing one Code-Around would be to invisible
text controls on top of all these graphics (but there's 19 of them),
Maybe invisible buttons. (I don't know what controls will or won't
update Current Row anymore)
Now's when we need one of you MVPs to go on up the Microsoft mount,
talk to your developer contacts, and tell us what the burning bush
said.
When users install the MS Office Access Runtime and Data Connectivity
2007 SP2 (released Apr 24) my app stops working!
The main window of my app is a Continuous forms form where each row
has several small graphics (filepath bound image controls) and a few
text fields. When the user clicks on one of these, several events fire
based on which ROW the user clicked on. After installing the SP2, when
the user clicks on any of the image controls, the events fire as if
the user has clicked on the Top row, no matter what row he clicked on.
To restate: Clicking on Image controls no longer updates whatever
value Access stores the Current Row in. (is that SelTop?) Any
references to the "Me". Object simply return the values of the record
in the Top Row.
If the user clicks on a *text* control on row X. Then it does update
the Current Row. (and row X works) but then if user clicks on an Image
control on any other row he just keeps getting results from Row X.
This is happening in the Access Runtime and in my full Access 2007.
Does MS even know about this?
Does anyone think MS will fix it? (and fast? I have users out there!)
My app can't be the only one that depends on Image controls on
Continuous forms. All of them will start acting funny.
Is it just going to be up to us to just try to code our way out this??
(As I write this I'm guessing one Code-Around would be to invisible
text controls on top of all these graphics (but there's 19 of them),
Maybe invisible buttons. (I don't know what controls will or won't
update Current Row anymore)
Now's when we need one of you MVPs to go on up the Microsoft mount,
talk to your developer contacts, and tell us what the burning bush
said.