FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Preview look 2007
Posts: 80
Joined: Tue Mar 25, 2008 09:03 PM
Preview look 2007
Posted: Mon May 12, 2008 09:41 PM

I changed the class preview 2 points

1) ... no look 2007

METHOD BuildMenu() CLASS TPreview

if !l2007
MENU oMenu 2007
else
MENU oMenu
endif

2) ... error preview two page and zoom page 2

METHOD SetOrg2( nX, nY ) CLASS TPreview

if l2007
::obar:Refresh()
else
::oPage:Refresh()
endif

regards
Stefano

FWH 14.11 + xHarbour + bcc582
Posts: 80
Joined: Tue Mar 25, 2008 09:03 PM
Preview look 2007
Posted: Mon May 12, 2008 10:15 PM

sorry
Review menu for 2007

1) ... no look 2007

static l2007 := .T.

METHOD BuildMenu() CLASS TPreview

if l2007
MENU oMenu 2007
else
MENU oMenu
endif

regards
Stefano

FWH 14.11 + xHarbour + bcc582

Continue the discussion