Hello,
I like to display the value of an exit variable in a text field. I use following code in application property On Startup:
TEXT_12.setText(DS_4.getVariableValueExt("Z0CALDAY_13"));
But no date is display in TEXT_12. Only "Sample text" is displayed.
What is going wrong?
Many thanks in advance
Ella