J
John Keith
I have a form that uses unbound textboxes to enter search criteria in the
header-section. Matching rows are filtered to the detail-section.
I want to prevent any changes from being made to the detail rows. When
clicking on a row, this event will then pass the key of that row to some
other process either external(mainframe macro generator) or internal(another
form).
I have tried making the form non-editable: the problem is that the unbound
controls where search critera is supposed to be entered also are locked.
I made the linked table point to the text version instead of a true-access
table of that data. This works but the responce time is so bad that it will
not work.
I am trying to catch the change in the field_change routine, but the
original value that I expected to be in the OldValue property is already
updated to the new.
What are some other possibilities?
header-section. Matching rows are filtered to the detail-section.
I want to prevent any changes from being made to the detail rows. When
clicking on a row, this event will then pass the key of that row to some
other process either external(mainframe macro generator) or internal(another
form).
I have tried making the form non-editable: the problem is that the unbound
controls where search critera is supposed to be entered also are locked.
I made the linked table point to the text version instead of a true-access
table of that data. This works but the responce time is so bad that it will
not work.
I am trying to catch the change in the field_change routine, but the
original value that I expected to be in the OldValue property is already
updated to the new.
What are some other possibilities?