pramod
12th October 2017, 17:28
While running a session in LNUI, values of a program variable is not shown on screen using display(), though I can see in debug mode. Running in BW the screen is updated with values.

I don't see this function in unsupported list of functions in programmer's guide. Has anyone experienced the same? Any suggested work around?

Thanks in advance for any suggestion.

sam291091
13th October 2017, 12:36
Dear Pramod,
Did you use following syntax for display function.
Display("Variable_Name")

Note: Use double quotes and kindly trash variable in debug mode and check some where it is reinitialize.

pramod
13th October 2017, 18:11
That is how exactly I have written. As I said it works when running the session in BW.

rochus
1st November 2017, 19:25
u have to put your variables to progress bar in LNUI