Re: FOLDER TABS AND TABLES
Michel Bloch <[email protected]> Wed, 01 Feb 2006 10:19:27 +0100
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi John
I think you just need to remove the grid. container. Place directly the
table in the page.
regards
Michel
Jon Earle wrote:
>Schlykow wrote:
>
>
>
>>my question: Is it possible, to mix Folders and Tables in a Form ?
>>
>>
>
>Yes, you can. You would use something like:
>
>layout
>vbox
>
>folder
>page pg1 (blah blah)
>...
>end -- page
>
>page pg2 (blah blah)
>...
>end -- page
>end -- folder
>
>table
>{
>...
>}
>end -- table
>
>end -- vbox
>end -- layout
>
>Very simple example that will put a folder with two tabs above a table. You
>can, of course, put tables onto folder tabs, etc.
>
>Cheers!
>Jon
>
>
>
>