standard navigation and OnCurrent event

  • Thread starter Thread starter Sergey Bogdanov
  • Start date Start date
S

Sergey Bogdanov

Hello,

I'm usind standard navigation buttons (prev. record, next record, etc.).
When user step by records, I'll catch the OnCurrent event. If user entered
incorrect data I'd like to prevent user to change current record. The
OnCurrent has no any methods to cancel it. :(

How is it possible to cancel event OnCurrent without create my own
navigation button which emulate standart prev.record, next record?

Thnx in advance,
Sergey
 
This is the wrong event.
It sounds like you want to trap the Update before the record is moved. Have
a look at BeforeUpdate event
 
Back
Top