Subject Re: modal form
From Lee Grant <camilee@nospam.comcast.net>
Date Thu, 20 Aug 2020 22:09:44 -0400
Newsgroups dbase.getting-started

Gaetano,

Go with Mervyn's explanation on this, he's wiser than I. :)

Lee

On 8/20/2020 7:08 PM, Gaetano wrote:
>
> Hi Lee,
>
> I think it was just a typo/oversight, your original code did not include
> the "super::" portion. That's probably why it didn't work
>
> function readModal
>       this.modal = true    // set your modal flag
>       //super::readModal() // calls the normal dBASE readModal method
>
>       return readmodal()     // have seen this being the norm ---
>
> the above last line was probably meant to read "return super::readmodal()"
>
> I'll try that, thanks!
>
> Cheers,
> Gaetano.
>
<snip>