cancel
Showing results for 
Search instead for 
Did you mean: 

Data Browse Event

Former Member
0 Kudos

Hi, I want to react when the user clicks on the data browse buttons in the menu.

how can i do that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Philipp

You will have to catch these events in the The SBO MenuEvent Handler..

Use the following code:

if pval.menuUid="1288" 'Next Record Click

if pval.menuUid="1289" ' Previous Record Click

if pval.menuUid="1290" 'First Record Click

if pval.menuUid="1291" 'Last Record Click

For Add,Find etc you should go thru the help to find the MenuUid for the other buttons.. But for databrowser these are the MenuUid's

Hope this helps..

Regards

Aris

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Philipp,

u can catch the form data event to do this.

this event is fire when-

Add

Update

Delete

Load form data via browse, link button, or find to a form.

u can get help from Dataevent sample in SDK sample.

hope it will help u.

if satisfied, rewards points

warm regards

nirdesh panwar