FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour how to ? TABS ON MDICHILD WINDOW. SOLVED
Posts: 85
Joined: Wed Nov 19, 2014 01:04 PM
how to ? TABS ON MDICHILD WINDOW. SOLVED
Posted: Sun Jul 28, 2024 05:59 PM

Dear All,

How to add TABS on MDICHILD window ? I am using example mariainv for this but without success

Regards

Yunus

Regards

Yunus



FWH 21.02
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: how to ? TABS ON MDICHILD WINDOW
Posted: Sun Jul 28, 2024 06:16 PM

Dear Yunus,

Do you mean bottom tabs or top tabs (folder alike) ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 85
Joined: Wed Nov 19, 2014 01:04 PM
Re: how to ? TABS ON MDICHILD WINDOW (Bottom)
Posted: Mon Jul 29, 2024 04:14 AM

Dear Sir Antonio

I mean Bottom Tabs.

Regards

Yunus

Regards

Yunus



FWH 21.02
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: how to ? TABS ON MDICHILD WINDOW (Tab on Bottom) ?
Posted: Mon Jul 29, 2024 05:18 PM

C:\FWH\SAMPLES\ALASKA.PRG

Regards, saludos.

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 85
Joined: Wed Nov 19, 2014 01:04 PM
Re: how to ? TABS ON MDICHILD WINDOW (Tab on Bottom) ?
Posted: Mon Jul 29, 2024 06:03 PM
Dear Karinha,

Thanks to pointing out me in right direction.

Regards
Yunus
karinha wrote:C:\FWH\SAMPLES\ALASKA.PRG

Regards, saludos.
Regards

Yunus



FWH 21.02
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: how to ? TABS ON MDICHILD WINDOW. SOLVED
Posted: Mon Jul 29, 2024 07:37 PM

Dear Yunus,

samples\mariainv.prg is using a message bar on MDICHILD windows, in example:

DEFINE MSGBAR oMsgBar OF oWndItems 2007

In order to use TABS instead of MSGBAR, then you should replace the above line with:

@ 20, 0 TABS oWndItems:oBottom PROMPTS "One", "Two", "Three" OF oWndItems ACTION MsgInfo( nOption )

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion