Simple programing question

adeel

VIP Member
Hello there

I want to add simple logic to keep the previous value and save to the order number if user don't enter any value. First time users will add the value so next row they can leave it blank but my logic does not working. Seems like the variable I created get initialize with blank? or I am missing something.

Please help. Screen shot is attached.

Note: I am new to JDE programming.

Thanks
 

Attachments

  • behaviour.jpg
    behaviour.jpg
    18.7 KB · Views: 18
Set your variable scope to form. The grid level variables exist for each grid row.

Craig
 
Awesome Craig. That worked!

One question though it changes the value when I press down arrow key (next record), is there any event I can use so it update the column while user in the same row?

Thanks
 
Back
Top