Hi friends.
I have the label element on a the view.
I need to get the element property "state" of linked element of this label. (It can be input field, text edit) I can use "get label for" and get linked element ID.
lr_elem = me->Zget_elem_from_node(
p_i_node_name = lc_node_name
p_i_r_wd_context = p_i_r_wd_context
).
But I can't get this property yet.
How to get state property of "lr_elem" it in this way ?
Thanks.
Glauco