E
el zorro
I an adapting my .mdb Front End to an adp with a SQL back end. I have a user
form with a lot of list boxes. In the old mdb version, when an item was
selected from a list box, the associated data would appear instantly in
specified areas on the form. For example, if a client is selcted fom a list,
her name would appear in other tabs on the form to remind the user which
client she was working on when the list box is out of sight. In adp, however,
I notice that when a client is selected, the primary key is recorded as it
should be in the record, but the information on related fields outside the
list box are not refreshed. So I have a refresh command in the After Update
event of the list box.
The problem is that, yes, it works, but it momentarily closes the screen and
reopens it. It's just an instantaneous pause, true, but it seems awfully
clunky, particularly when compared to the swiftness of the mdb version of the
form. ANd my users can get real touchy over changes to their program. I can
already hearing them say "how come the screen flashes every time I use the
list box?"
ANy thoughts?
form with a lot of list boxes. In the old mdb version, when an item was
selected from a list box, the associated data would appear instantly in
specified areas on the form. For example, if a client is selcted fom a list,
her name would appear in other tabs on the form to remind the user which
client she was working on when the list box is out of sight. In adp, however,
I notice that when a client is selected, the primary key is recorded as it
should be in the record, but the information on related fields outside the
list box are not refreshed. So I have a refresh command in the After Update
event of the list box.
The problem is that, yes, it works, but it momentarily closes the screen and
reopens it. It's just an instantaneous pause, true, but it seems awfully
clunky, particularly when compared to the swiftness of the mdb version of the
form. ANd my users can get real touchy over changes to their program. I can
already hearing them say "how come the screen flashes every time I use the
list box?"
ANy thoughts?