Hi,
(posted on 3rdparty NG too)
I know you have to use session variables instead of local.
Local variables only live for the duration of the page generation, a split
second.
Normally I might use local variables for screen entry for this type of
situation.
What I am trying to do is the following:
client fills in 10-20 fields on a webpage, if he submits, I need to write
that away to several different files.
Do I create a memory file for these fields, use a form, and then on
completion, write to different files?
Is there another way using session variables?
Johan