For Programmers: Free Programming Magazines  


Home > Archive > Clarion > July 2006 > Re: Sheet tab size









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Sheet tab size
pblais@odstrategies.org

2006-07-27, 7:55 am

You can add leading and trailing spaces to make the tab wider.
Otherwise as Geg notes you can make your own controls and pass the
commands to the real one. I do something like that when I write
wizards where there are no tabs. I just make a forward and backward
button (any size) to proceed fro ward and backward.

For wizards I process the code by making a forward routine and a
backward routine. I then have a INIT routine and an accept routine
that can then activate the forward routine. You then just
SELECT(?Tabn) in hand code to switch tabs. You just have to be careful
or you end up with too many controls. At about 40 tabs you can run
into it and there isn't a good solution.

On 26 Jul 2006 16:51:22 -0400, "Tommy L." <tommy@tldata.no> wrote:

>Does anyone know how to make the sheets on a tab bigger?
>You know, the text field on top.

---------------------------------------
Paul Blais - Hayes, Virginia
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com