Application Development 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: 

Last message in batch input.

Former Member
0 Kudos

Hello.

I need to prevent last message after a batch input from appearing in the status bar.

I've tried to store messages in an internal table, and that avoids all the rest of hte messages. But last one seems to somehow escape, and it is shown all the same.

I think sending an empty message right after the call transaction would erase the transaction's one, but I need to avoid all kind of messages, even empty ones, because the program is to be used not in a PC, but in some radiofrequency machine which won't be having a status bar at all.

What can I do?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Did you test with RF Gun ? if not test it .

No need to use any logic to suprees status bar message,in RF Gun it will not show any status bar message,it hides those message,if you want to show any message then use pop up ,within pop up display message.

Thanks

Seshu

2 REPLIES 2

Former Member
0 Kudos

Did you test with RF Gun ? if not test it .

No need to use any logic to suprees status bar message,in RF Gun it will not show any status bar message,it hides those message,if you want to show any message then use pop up ,within pop up display message.

Thanks

Seshu

0 Kudos

Thanks, Seshu.

But I can't decide to use a RF Gun. I need to solve the problem through code.

Any suggestion?