Question
· Jan 25, 2017

<FORM> <OnLoadForm> multiple parameters

Using a <FORM>

 

The OnLoadForm attribute calls a method but doesnt allow definition...

 

It seems to send pKey and accepts back pValues

 

Method LoadForm(pKey As %String,
                ByRef pValues As %String) As %Status

 

Is there any way to send more than just pKey as I need multiple values when loading the form.

Discussion (1)0
Log in or sign up to continue