QuickEvent Parameters (OpenInsight 32-Bit)
At 15 OCT 2007 06:45:55PM Barry Stevens wrote:
How do you pass an @fm in the PARAMETERS of a formdes window quickevent.
At 16 OCT 2007 04:54AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
We posted this ages ago, but I can't seem to find it, so I'll whip up something new.
Basically, you need to surround the fields in brackets or square brackets to handle the delimiter levels. So, say you want to pass back this structure
F1
F2
F3V1,F3V2,F3V3
F4
(commas used for @VM)
You would need to pass in
'F1','F2','F3V1','F3V2','F3V3','F4'
Notice there are no quotes around the opening and closing brackets. Otherwise, the system treats it as a literal string.
You can use this syntax in the system editor and system monitor. It does not work in TCL.
World leaders in all things RevSoft
At 16 OCT 2007 05:01AM Barry Stevens wrote:
Thank you