Preset record ID?

Hello,

I have a form application, which is called from a previous form application.
The previous application inserts / updates a value in a master table. There, a record ID is created, which I want to pass to the second form application.

The second application shall receive this ID and preset on of its fields with it (the id is part of the primary key of this second form’s table).

In the first form application, I have created an application link, to pass the id.
How do I fetch this id in the second form application?

Is this the right way to do it?

Thanks,
Sascha.

Re: Preset record ID?

Hi,
in order to use the ID in a different you have to create either a global variable or a Session variable to store the ID.
See the following link for details.
http://www.scriptcase.net/forum_en_us/index.php?topic=1380.0

jsb