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.