gringope24
Member
- Local time
- Today, 18:46
- Joined
- Apr 1, 2020
- Messages
- 51
Hello Folks,
I am considering two options for design of my forms: continuous form vs listbox.
Form is the part of control tab and the whole database is a splatted to front and back end via server in my Company.
Have already somebody had any conclusions about using one or another?
1. Continous form
pros:
+ nice looking
+ action button in each row which allow to easily copy, delete the record
+ allow dynamic input of data
cons:
- action button in each row which multiplies objects to display
- probably slow performance on loading
2. List box
pros:
+ compact design
+ probably fast performance on loading
cons:
- necessary to open new form to edit or create new record
- no fency look
I am considering two options for design of my forms: continuous form vs listbox.
Form is the part of control tab and the whole database is a splatted to front and back end via server in my Company.
Have already somebody had any conclusions about using one or another?
1. Continous form
pros:
+ nice looking
+ action button in each row which allow to easily copy, delete the record
+ allow dynamic input of data
cons:
- action button in each row which multiplies objects to display
- probably slow performance on loading
2. List box
pros:
+ compact design
+ probably fast performance on loading
cons:
- necessary to open new form to edit or create new record
- no fency look