Forms that can tally figures.

J

JohnR

Where can I find information on building forms that can add up and total
figures such as an order form?
 
D

David Bartosik [MSFT MVP]

When you create a form that is a design element, a user interface, the
"front-end" as it's called. A form is just a conduit for data, the user
enters the data and the form sends the data to the server and the server
processes the data. When you use a form "control" in Publisher it writes the
programming logic behind it and that is run by FrontPage Server Extensions
software on the server, that programming code being run on the server to
process the data in the form is the "back-end". If you need advanced
handling of data such as calculations then you need to get into programming.
On the Windows platform you would use ASP.Net for your web programming.
Visit http://www.asp.net

David Bartosik - [MSFT MVP]
http://www.publishermvps.com
http://www.davidbartosik.com
 
J

JohnR

Thank you very much for the quick reply.
John Randall

David Bartosik said:
When you create a form that is a design element, a user interface, the
"front-end" as it's called. A form is just a conduit for data, the user
enters the data and the form sends the data to the server and the server
processes the data. When you use a form "control" in Publisher it writes the
programming logic behind it and that is run by FrontPage Server Extensions
software on the server, that programming code being run on the server to
process the data in the form is the "back-end". If you need advanced
handling of data such as calculations then you need to get into programming.
On the Windows platform you would use ASP.Net for your web programming.
Visit http://www.asp.net

David Bartosik - [MSFT MVP]
http://www.publishermvps.com
http://www.davidbartosik.com

JohnR said:
Where can I find information on building forms that can add up and total
figures such as an order form?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top