standard navigation and OnCurrent event

  • Thread starter Sergey Bogdanov
  • 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
 
J

JohnFol

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top