This topic is locked

Echo information to other pages

1/21/2007 10:27:07 PM
PHPRunner General questions
J
JZint author

I have two forms, Receive Inventory and Inventory Detail. I have created a master relationship between the two. I receive inventory first and then click on the link for inventory detail and add in the items. I would like to link all of this information into one page. The receive inventory in the date, the origin and the destination. The inventory detail is all of the information concerning each item that is being received. I would like to have both forms on the same page as well as a running list of the details of each item echoed at the bottom of the page as they are being entered into inventory. I beleive that this can be done with sessions, but have not had much luck with this.

Sergey Kornilov admin 1/22/2007

I don't think you can have two forms on the same page.

Current version of PHPRunner don't allow this.