FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bug in DEFINE WINDOW command
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Bug in DEFINE WINDOW command
Posted: Fri Jul 28, 2006 03:23 PM
The following sample seems to uncorrectly create an MDI window instead of a normal one (removing PIXEL clause the window switches back to normal):

#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oWnd

    DEFINE WINDOW oWnd PIXEL

    ACTIVATE WINDOW oWnd

    RETURN NIL


EMG

Continue the discussion