(RDMLX) set element's value for Paramvalue of Set_EventParameter.
Posted: Sat Apr 04, 2015 10:15 am
Hi,
I'd like to set element's value for Paramvalue of Set_EventParameter.
(ex. the value of the textbox, the text of the label)
The coding below doesn't work as expected.
---------------------------
* elements
#COM_OWNER.Set_TextBox Name(TEXT) Value('ABCDE') Layout_Col(1) Layout_Row(1) Maxlength(20)
#COM_OWNER.Set_Label Name(LABEL) Layout_Col(1) Layout_Row(2) Text('Label') Border_Thickness(1)
* set event parameter
#COM_OWNER.Set_EventParameter Event(BUTTON.Onclick) Param_N(1) Paramvalue(TEXT.Value)
#COM_OWNER.Set_EventParameter Event(BUTTON.Onclick) Param_N(2) Paramvalue('/Form.Fields.LABEL.Text')
---------------------------
How can I set element's value as the other method's parameter?
Regards,
Yukiko Ikeo
I'd like to set element's value for Paramvalue of Set_EventParameter.
(ex. the value of the textbox, the text of the label)
The coding below doesn't work as expected.
---------------------------
* elements
#COM_OWNER.Set_TextBox Name(TEXT) Value('ABCDE') Layout_Col(1) Layout_Row(1) Maxlength(20)
#COM_OWNER.Set_Label Name(LABEL) Layout_Col(1) Layout_Row(2) Text('Label') Border_Thickness(1)
* set event parameter
#COM_OWNER.Set_EventParameter Event(BUTTON.Onclick) Param_N(1) Paramvalue(TEXT.Value)
#COM_OWNER.Set_EventParameter Event(BUTTON.Onclick) Param_N(2) Paramvalue('/Form.Fields.LABEL.Text')
---------------------------
How can I set element's value as the other method's parameter?
Regards,
Yukiko Ikeo