Date:  01/07/2003 07:46:18 AM Msg ID:  001200
From:  John Waite Thread:  001140
Subject:  Re: Many, Many fields.
If you are trying to avoid scrolling, you could use layers and hide/show on the click of a button. By positioning <INPUT> exactly with the <DIV>, you can also save a lot of space.
 
John
 
Sent by Don Dascher on 12/17/2002 07:06:18 AM:
I have designed a basic user interface for ADD,EDIT,DELETE,etc .... of data all within a single FWX file.  It works pretty well.
 
My next consideration is .... What happens when the file contains so many fields to edit that they do not fit nicely within a single screen without scrolling down ?
 
I could simulate TABS with some sort of complicated set of buttons and this could work for viewing but while editing them it would be somewhat more complicated.
 
Just wondering how some of you have dealt with this issue.