Subject Re: WFM WONT COME UP IN COMPILED BUT WILL IN NATIVE DBASE
From Lee Grant <camilee@nospam.comcast.net>
Date Sun, 1 Jan 2023 06:18:40 -0500
Newsgroups dbase.getting-started
Attachment(s) Edprogramgoofsindb9.PNG

Ed,

Stop shouting.

Anyway, I tested your form on my dBASE Plus 9 on Windows 10, and it ran
just fine.  Something on the computer NOT running your file is the
problem. Screenshot below proof.

Lee


On 12/31/2022 3:01 PM, ED FURCHE wrote:
> ** END HEADER -- do not remove this line
> //
> // Generated on 12/31/2022
> //
> parameter bModal
> local f
> f = new COLLDBARForm()
> if (bModal)
>     f.mdi = false // ensure not MDI
>     f.readModal()
> else
>     f.open()
> endif
>
> class COLLDBARForm of FORM
>     with (this)
>        colorNormal = "paleturquoise"
>        height = 35.5
>        left = -2.4286
>        top = 0.0455
>        width = 146.8571
>        text = ""
>        windowState = 0        // Normal
>     endwith
> endclass