(RDMLX) Addressing Screen Elements
Posted: Wed May 15, 2013 1:48 am
Hi everybody,
how can I address single screen elements of a LongRange RDMLX fuction screen?
Background is:
We have to check user authority for every input / output field and for push buttons also. Depending on authority these elements shall be set to visible, enabled, disabled and so on.
When working with Lansa VL Forms we have something like this to select the components that are defined:
For Each(#CONTROL) In(#COM_OWNER.ComponentControls)
....
Endfor
Is there anything like this possible with LongRange functions or do I have to address the elements name by name?
Many thanks in advance,
Joerg
how can I address single screen elements of a LongRange RDMLX fuction screen?
Background is:
We have to check user authority for every input / output field and for push buttons also. Depending on authority these elements shall be set to visible, enabled, disabled and so on.
When working with Lansa VL Forms we have something like this to select the components that are defined:
For Each(#CONTROL) In(#COM_OWNER.ComponentControls)
....
Endfor
Is there anything like this possible with LongRange functions or do I have to address the elements name by name?
Many thanks in advance,
Joerg