Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Pop up message in foreground when program is executed in background

Former Member
0 Likes
865

hi all,

I have to display a pop up message in foreground when a background job completes.Can anyone help me regarding this.

Regards,

Anil.

hi all,

I have to display a pop up message in foreground when a background job completes.Can anyone help me regarding this.

Regards,

Anil.

3 REPLIES 3
Read only

Former Member
0 Likes
724

How should this work?

When a program is executed in background, no GUI is connected to the program context. Therefore no popup can be shown.

Possible solution:

Generate an express (like in SO02) message at the end of program execution (background) and send this to the user, that scheduled the beckground job.

Read only

Former Member
0 Likes
724

Hi,

YOU CANT DO THAT THERE IS NO PROVISION IN SM30 LIKE THAT

Regards,

V.Balaji

Reward if Usefull...

Read only

0 Likes
724

Hey Anil,

how have you solved your problem?? Have our hints been helpful?