Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

Print the variable value changes dynamically during execution.

edited Feb 9, 2016 4:01AM in Design Tools & Output Technologies - JDE1 (MOSC) 3 commentsAnswered

Dear All,

I would like to print the value of a variable which changes during execution in Interactive Application/UBE in JDE E1 9.1.

Is it possible?

For Example:

There is a Push Button on the Form Control and after clicking on Button the value of the variable is validated.

=====================================
Variable=0;

While "Variable" is less than 10

If Variable == 0 than

     "execute some calculation"

     Variable = Variable+1

End If

If Variable == 1 than

     "another block of code"

     Variable = Variable+1

End If

.

.

.

.

.

so on..

End While

=====================================

Anyhow these execution will not exceeds the execution more than 10 time.(Variable=0 to 9).

And during this calculation, I would like to

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center