prevent onRecordSelection

Hello,

Is it possible to cancel a record selection change?
I want to be able to ask a question in the onRecordSelection() form event and based on the answer cancel the selection change (so the user can fix an incorrect state for example).

Thanks in advance,
Jeroen

j.visser:
so the user can fix an incorrect state for example)

Isn’t that something to check when saving data to the database or even on field entry (use onDataChange for that)?