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
Yunus
FWH 21.02
Dear All,
How to add TABS on MDICHILD window ? I am using example mariainv for this but without success
Regards
Yunus
Dear Yunus,
Do you mean bottom tabs or top tabs (folder alike) ?
Dear Sir Antonio
I mean Bottom Tabs.
Regards
Yunus
C:\FWH\SAMPLES\ALASKA.PRG
Regards, saludos.
karinha wrote:C:\FWH\SAMPLES\ALASKA.PRG
Regards, saludos.
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 )