| Subject |
Re: WFM WONT COME UP IN COMPILED BUT WILL IN NATIVE DBASE |
| From |
Ed furche <Ed@univ-computers.com> |
| Date |
Sat, 31 Dec 2022 16:29:30 -0500 |
| Newsgroups |
dbase.getting-started |
Ken Mayer Wrote:
> On 12/31/2022 12:01 PM, ED FURCHE wrote:
> > i have struggled with this problem for many many hours.
> > A WFM that worked for years has decided to not work.
> > For a long time I thought the browse was the problem, but i deleted it and left only the heading and it still wont come up.
> > Works fine in native dBase.
> >
> > What is wrong?
> >
> > ** 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
> >
>
> My previous note really isn't relevant, but you should check for
> negative values for positioning ... the negative for the left isn't far
> enough to push the form off screen.
>
> Which version of dBASE?
>
> 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
> dBASE Web Tutorial: http://www.goldenstag.net/dbase/WebTutorial/00_Menu.htm
> dBASE DOS to Windows Tutorial:
> http://www.goldenstag.net/dbase/DtoWTutorial/00_Menu.htm
>
Dbase ver 9 been using it for years….
|
|