You will notice that "RUN" appears now over the code. Just click on it. This is a work in progress. It is not completed yet. Many thanks for your feedback!
- Code: Select all Expand view RUN
- #include "FiveWin.ch"
function Main()
local oWnd
DEFINE WINDOW oWnd TITLE "Using FWH"
ACTIVATE WINDOW oWnd CENTERED
return nil