I keep running into this and still haven't found a solution. To get
around it, I usually just export the data and import it again later
when I need it. I don't think it's elegant and I think should be
unnecessary, I'll do it if i have to, but here is where I always get
tripped up: My complete apps works perfectly in Uncompiled. As soon as
I compile it...there is no joy.
This app has forms and <a href... tags to re run itself via
s.documenturl.
Example:
<a href="{ s.documenturl $ 'action=edit_rec'}">
or
<form method="post" action="{ s.documenturl $ 'action=edit_rec' }">
There are many other options that get passed with the URL, no need to
list them here.
Any var passed through this method works but any global vars in the
forms get clobbered.
Is there something I need to do environment wise? Maybe using the
following command, etc?
<MIVA STANDARDOUTPUTLEVEL =
What happens to the vars when the script is exited/re-entered?
Obviously, uncompiled, the env retains in memory, compiled, they're
for lack of better terminology "forgotten," at least in my scripts.
TIA
--
Best regards,
IDS mailto:[email protected]
Comment