cancel
Showing results for 
Search instead for 
Did you mean: 

Reload SBO Form

Former Member
0 Kudos

Dear All,

What i want is that when the user close a certain form (e.g the Detail batch form),a trigger should be fired to reopen the same form again. in other words how can i open a SBO form. i tried the ActivMenuItem and the sendkeys method and both didn't work/

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

it was solved

Former Member
0 Kudos

Hi Mary,

I use the ActivateMenuItem method frequently and it should work. Are you sure you're sending the correct MenuUID as a parameter. Also maybe display a message to ensure that your code is actually executed and in the right place.

Hope it helps,

Adele

Former Member
0 Kudos

Yes indeed, i display a message that idicate the menuuid and it generate nothing.

in fact when debuging my code it does not generate any error and in goes through the activeMenu Item but the window does not open

thanks in advance