The company I work for is developing an employee tracking system and we’re wanting to take advantage of the web, but are having some problems displaying the data we need. Example, when displaying emergency contacts for employees, we prefer list view due to the amount of info we need to display. The one line per record in table view leads to so much scrolling that forms are unreadable. Is there a way to show a related set of records that consist of multiple lines in web client?
As long as you don’t need input fields this works indeed good.
But if you have a webshop and you need a field to enter a quantity, then you can’t do this in HTML
gldni:
Thanks for in info! We will need to input some data on the forms, otherwise the HTML in Calculations would be perfect.
If the majority of the time your form is used for display and only occasional data entry, you could add a button/link to the html and then display a detail page for each record where data could be entered.