Subject Re: dUFLP - Preview.wfm
From Ken Mayer <dbase@nospam.goldenstag.net>
Date Wed, 23 Dec 2020 05:27:17 -0800
Newsgroups dbase.getting-started

On 12/23/2020 4:26 AM, edward racht wrote:
> There are two doublebuffer statements in the following constructor code.
>
> class previewForm of FORM
>     with (this)
>        onSize = class::FORM_ONSIZE
>        onDesignOpen = class::FORM_ONDESIGNOPEN
>        onClose = class::FORM_ONCLOSE
>        open = class::OPEN
>        readModal = class::READMODAL
>        print = class::PRINT
>        doubleBuffered = false
>        metric = 0    // Chars
>        height = 29.5909
>        left = 16.7143
>        top = -0.0909
>        width = 129.2857
>        text = "Report Previewer - ver. " + PROGRAMVERSION
>        autoCenter = true
>        icon = "resource #270"
>        doublebuffered = true
>     endwith
>
> Should this be?

Probably not. I added the second one which would override the first. Not
sure why the first one is there.

Ken


--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm