This topic is locked

How to pass value from a page to another one

1/6/2008 1:55:17 PM
ASPRunnerPro General questions
T
totti_60 author

Hi, I evaluating your sofwtare and i'm really excited, i just try to build an application, where the header of the invoice is in a file and detail of invoice on other file, they use the filed invoice_number to connect and relate the file.

When i open the header file of invoice and i finish to fill, i redirec to another page to fill details, how can i do to pass the invoice_number value to another page so that i can open the detail invoice realte only to that invoice_number ????

Best regards

Antonio

J
Jane 1/11/2008

Antonio,
use master-detail relationship for this purpose.

To setup master-detail relationships proceed to the Datasource tables tab, choose detail table and select master table and foreign keys.

More info about it here:

http://www.xlinesoft.com/asprunner/docs/li...age_options.htm

A
alx10 3/10/2008

Antonio,

use master-detail relationship for this purpose.

To setup master-detail relationships proceed to the Datasource tables tab, choose detail table and select master table and foreign keys.

More info about it here:

http://www.xlinesoft.com/asprunner/docs/li...age_options.htm



Hi,

How can i do this if my table have combined primary key? (2 or more fields makes the PK)
Thanks

Sergey Kornilov admin 3/10/2008

You cannot.
ASPRunnerPro 5.2 only allows to use one field to link Master and Details tables.