Subject Re: Seeker and GridColumnIndexChange.cc
From Mervyn Bick <invalid@invalid.invalid>
Date Tue, 4 May 2021 13:51:42 +0200
Newsgroups dbase.getting-started

On 2021/05/04 12:04, Akshat Kapoor wrote:

>>   function SEEKERREC_onClose()
>>       Store Rec to mrec
>>     this.cactusaa1.rowset.applyLocate( mRec)
>
> Is this event firing?
> I would insert msgbox('I am firing') to test this.
>
>>        return

Msgboxes can upset the flow of a program and this can hide a problem.
It is better NOT to use them as a debugging tool.  Rather use something
like  ? "SEEKERREC_onClose() fired" which will display in the Results Panel.

Mervyn.