G
Guest
Ok,
I have a form where depending on which options are wanted, certain
controls are disabled.
For example, say I have a checkbox labeled "Free Widgets". If the
checkbox is empty, then the control beside it called "No. of Widgets" becomes
disabled.
The code I have works (for checking the checkbox/control pairs), but the
problem is that when I navigate records (with the footer control) - Even
though the "Free Widgets" box is checked, the field is left disabled.
What I want is that when the records are navigated, the controls will
act as expected above. I've tried putting the checkbox validation routine in
FORM events like AfterUpdate, AfterRender, Change, ect... but NONE of these
work at all
I guess what I need is the name of an Event that is fired when you
navagate records with the Footer Nav control.
I have a form where depending on which options are wanted, certain
controls are disabled.
For example, say I have a checkbox labeled "Free Widgets". If the
checkbox is empty, then the control beside it called "No. of Widgets" becomes
disabled.
The code I have works (for checking the checkbox/control pairs), but the
problem is that when I navigate records (with the footer control) - Even
though the "Free Widgets" box is checked, the field is left disabled.
What I want is that when the records are navigated, the controls will
act as expected above. I've tried putting the checkbox validation routine in
FORM events like AfterUpdate, AfterRender, Change, ect... but NONE of these
work at all
I guess what I need is the name of an Event that is fired when you
navagate records with the Footer Nav control.