6
votes
4answers
128 views

Merge multiple table entries

I am building a widget to merge Records. Lets say, this table is information on Cars. There are variable/data points like VIN, Milage, etc.. Now, there may be more than one entry of the same car in ...
5
votes
3answers
111 views

Form for property rent prices depending on season and length

Seeing the similar post about Form for inputting operating hours of a business, I am hoping you might help me with a similar issue. We run a holiday property rental website. Properties can be rent on ...
1
vote
1answer
517 views

Multiple selection in an iOS picker view

The iOS SDK doesn't have a multiple selection picker view. However Safari's picker view allows multiple selection. Fortunately ALPickerView was created to allow multiple selection in a picker view. Is ...
7
votes
3answers
782 views

tables with lots of columns

I have a table that lists various attributes of an individuals personal development plan; objective, time to complete objective, comments etc. The table is editable so the user can directly add ...
2
votes
2answers
213 views

How Best to Add Lots of Tabular Items To a Form Before Submissions

I need to create a form for which salesmen (or women) register what products they sold and on what day they sold them. They can enter multiple products per claim form. The idea for how they add items ...