Skip to Content
0
Former Member
Apr 15, 2014 at 08:48 AM

Display value of exit variable in text field

32 Views

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