Here is the issue within a DSP…
I have a form which submit a few textboxs and post it itself (same dsp).
There is an invoke which loops on a list. Inside the loop, the submit form parameters are scoped. Is there a way to unscope this?
Thanks in advance…
Rocky
reamon
(reamon)
2
I’m not sure but maybe the scope tag will let you do something along these lines?
I tried the scope tags (“param” and the “rparam”) fields. This lets you build the list, but not Submit-form tags.
reamon
(reamon)
4
Doesn’t let you change/expand the scope too? Like I mentioned, though, I’m not sure…
sonam
(sonam *)
5
From what I recall, if you used a fully qualified variable name prefixed by a slash (eg: /a/b/c/d) within a LOOP, that is no longer subject to scoping