| Subject |
WFM WONT COME UP IN COMPILED BUT WILL IN NATIVE DBASE |
| From |
ED FURCHE <ED@UNIV-COMPUTERS.COM> |
| Date |
Sat, 31 Dec 2022 15:01:56 -0500 |
| Newsgroups |
dbase.getting-started |
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
Running on win 10.
|