J
JimS
I am using the OnCurrent event of my split form to trigger the visibility of
a command button. The code (copied and pasted) works perfectly for the
AfterUpdate event for list boxes on the form, but just doesn't repaint (it
does execute...the property is updated...) on the form when the record
pointer changes. As I said, I single-stepped the execution and determined
that the property is changing, it's just not disappearing as it should. Does
this have something to do with the split form? The same code works perfectly
for that event for a non-split form....
a command button. The code (copied and pasted) works perfectly for the
AfterUpdate event for list boxes on the form, but just doesn't repaint (it
does execute...the property is updated...) on the form when the record
pointer changes. As I said, I single-stepped the execution and determined
that the property is changing, it's just not disappearing as it should. Does
this have something to do with the split form? The same code works perfectly
for that event for a non-split form....