Subject Re: modal form
From Mervyn Bick <invalid@invalid.invalid>
Date Fri, 21 Aug 2020 11:24:04 +0200
Newsgroups dbase.getting-started

On 2020-08-21 11:17, Andy Taylor wrote:

> A compact version of my original code would be:
>     function readModal
>        this.modal = true              // set your modal flag
>        return super::readModal()  // calls the normal dBASE readModal method and returns success/failure

Of course.  This time the mind was in gear but the clutch was slipping. :-)

Mervyn.