Order form and Invoice- How to begin?

Hi,

I need to build an application were in the customers can order there own parts using a product catalog(which is not static and can keep changing).

The problem is, I can populate the Product id, description and unit price from a View, but how can i let users enter Quantity and when i get the quantity i want to multiply Quantity with its corresponding Unit price to get the sub-total and the rows should not be fixed and it should be dynamic.

I think it should be pretty simple Order form that creates Invoice, but not sure how i am going to take the input of quantity from the users.

Any help would be appreciated.

I am using R6 for the client.

Subject: RE: Order form and Invoice- How to begin?

You didn’t say whether this is a Notes client or web application. If it’s a Notes client you might look at Betsy Thiede’s Dynamic Tables Article in The View. If you’re not a subscriber you can still download the sample application for free.