cancel
Showing results for 
Search instead for 
Did you mean: 

StatusBar Message

Former Member
0 Kudos

Hi To All,

In my screen, i had two textbox controls. for that i had checked empty validation in lost focus of that controls in item event. Valiation checks correctly... when i click the add button, values inserted successfully, but the message which i had given in the lost focus displayed in teh status bar... wats the reason...i had given autogeneration number function in "SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED" and validation function in " Case SAPbouiCOM.BoEventTypes.et_CLICK"

Accepted Solutions (1)

Accepted Solutions (1)

Nussi
Active Contributor
0 Kudos

Sridhar,

maybe you should give your value validation to et_VALIDATE and not lost_focus.

because it can happen that click will be executed before lost_focus.

the next is that you should only use one mouseclick event:

et_CLICK or et_ITEM_PRESSED -> one of them should be enough

lg David

Former Member
0 Kudos

Thanks David... Problem Solved......

Answers (0)