hi All,
is there any example the proper way to write the MAIN program of vfox9, where it includes menu and many form ? How do you break down the program (sub program) ? what is the main window style ? etc...
PUBLIC..
ON KEY...
SET command ...
WITH _screen
.Caption =
.....
ENDWITH
DO myMenu.mpr
READ events
thx..
is there any example the proper way to write the MAIN program of vfox9, where it includes menu and many form ? How do you break down the program (sub program) ? what is the main window style ? etc...
PUBLIC..
ON KEY...
SET command ...
WITH _screen
.Caption =
.....
ENDWITH
DO myMenu.mpr
READ events
thx..