Folders and "static grid fields" on one screen

wh <[email protected]>
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
Hello,

(repost to aubit4gl-discuss, because I'm not sure if anyone is reading 
the aubit4gl-xmlgui ml)

I want to build a form with some fields on the top and some folder-tabs
below. Here is a simple Ascii-art to illustrate what I mean:

+--------------------------------------------+
| Header field 01 [          ]               |
| Header field 02 [          ]               |
|                                            |
| +----------+----------+----------+         |
| |FolderTab1|FolderTab2|FolderTab3|         |
| |          +------------------------------+|
| |                                         ||
| | Detail Field 01 [         ]             ||
| | Detail Filed 02 [         ]             ||
| |                                         ||
| +-----------------------------------------+|
+--------------------------------------------+

I tried the following, but the folder tabs are layouted at the top of
the screen, so the "Header Fields" are hidden...

<<<
database formonly
layout

vbox vbox01

grid commondata
{
Header field 01 [h1                     ]
Header field 02 [h2                     ]
}
end -- grid commondata

folder folder1

page page1 (text="FolderTab1")
grid ftab1
{
Detail field 01 [d1                     ]
Detail field 02 [d2                     ]
}
end -- grid ftab1
end -- page page1

page page2 (text="FolderTab2")
grid ftab2
{
Detail field 03 [d3                     ]
Detail field 04 [d4                     ]
}
end -- grid ftab2
end -- page page2

page page3 (text="FolderTab3")
grid ftab3
{
Detail field 05 [d5                     ]
Detail field 06 [d6                     ]
}
end -- grid ftab3
end -- page page3

end -- folder folder1
end -- vbox vbox01

attributes
h1 = formonly.h1;
h2 = formonly.h2;
d1 = formonly.d1;
d2 = formonly.d2;
d3 = formonly.d3;
d4 = formonly.d4;
d5 = formonly.d5;
d6 = formonly.d6;
>>> 

thanks for any help!


Walter


------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.