Page 1 of 1

Table Fields

Posted: Wed Jul 19, 2006 10:15 pm
by espais
Hello,

Where can I find info about the use of Table Fields? I need info about customize Title Cols, set the width,...

I don't know how find info, I buy the ebook from the runrev website but I think that these doesn't work for me... :(

Thanks,
Carme

Posted: Thu Jan 04, 2007 8:15 pm
by andrew@ugh.net.au
You can set the width by setting the tab stops. You can do this from within the object inspector.

Posted: Thu Jan 04, 2007 11:07 pm
by Mark
Hi Carme,

For title columns, you can create a one-row field above the table field. Set the tabstops to the tabstops of your table field and whenever the scroll of table field changes, set the hscroll of the second field:

on scrollbarDrag
set the hscroll of fld "Top" to the hScroll of me
end scrollbarDrag

Mark