Hi,
I have an application type control with some fields and a button for processing a long routine.
I want to show messages on screen during the runtime. Like:
Processing customer 1…
Creating invoice 1010… OK
Creating invoice 1011… OK
Creating invoice 1012… OK
Creating invoice 1013… OK
Processing customer 2…
Creating invoice 1014… OK
Creating invoice 1015… OK
…
Is there some way to this?
I tried to put the log messages in a multiple lines text field and also in a label field. But all messages are showed in the same time at the end of the routine.
Any idea?
Regards!