Finished window in code

ataris
ataris Member Posts: 109
I have a window which is being openned showing how far it has completed. Code is

Window.OPEN('Processing Sales lines @');

At the end I want a finished window to come up and then let the user click ok. How can i do this in code?

Help would be great...thanks

Comments

  • i4tost
    i4tost Member Posts: 208
    MESSAGE('Finished')
  • ataris
    ataris Member Posts: 109
    Ah yes should of known.

    Thought there was another way though.

    Cheers