Dear All,
How to add TABS on MDICHILD window ? I am using example mariainv for this but without success
Regards
Yunus
how to ? TABS ON MDICHILD WINDOW. SOLVED
-
- Posts: 85
- Joined: Wed Nov 19, 2014 1:04 pm
- Contact:
how to ? TABS ON MDICHILD WINDOW. SOLVED
Last edited by dagiayunus on Mon Jul 29, 2024 6:02 pm, edited 2 times in total.
Regards
Yunus
FWH 21.02
Yunus
FWH 21.02
- Antonio Linares
- Site Admin
- Posts: 42259
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: how to ? TABS ON MDICHILD WINDOW
Dear Yunus,
Do you mean bottom tabs or top tabs (folder alike) ?
Do you mean bottom tabs or top tabs (folder alike) ?
-
- Posts: 85
- Joined: Wed Nov 19, 2014 1:04 pm
- Contact:
Re: how to ? TABS ON MDICHILD WINDOW (Bottom)
Dear Sir Antonio
I mean Bottom Tabs.
Regards
Yunus
I mean Bottom Tabs.
Regards
Yunus
Regards
Yunus
FWH 21.02
Yunus
FWH 21.02
Re: how to ? TABS ON MDICHILD WINDOW (Tab on Bottom) ?
C:\FWH\SAMPLES\ALASKA.PRG
Regards, saludos.
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
-
- Posts: 85
- Joined: Wed Nov 19, 2014 1:04 pm
- Contact:
Re: how to ? TABS ON MDICHILD WINDOW (Tab on Bottom) ?
Dear Karinha,
Thanks to pointing out me in right direction.
Regards
Yunus
Thanks to pointing out me in right direction.
Regards
Yunus
karinha wrote:C:\FWH\SAMPLES\ALASKA.PRG
Regards, saludos.
Regards
Yunus
FWH 21.02
Yunus
FWH 21.02
- Antonio Linares
- Site Admin
- Posts: 42259
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: how to ? TABS ON MDICHILD WINDOW. SOLVED
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 )
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 )