Skip to Content
0
Former Member
Mar 24, 2004 at 06:15 PM

UI : BubbleEvent in Delphi doesnt Work....

71 Views

Hi

When the user clicks on an item the opens a form

i want to redirect the code.

so i want to cancel the SAP code and run mine.

I tried it in VB and the

BubbleEvent = False

Works fine.

But this code in Delphi 5 does not.

if (pVal.EventType = et_Click) then

begin

if (pVal.FormUID = 'F_12')

AND (pVal.ItemUID = '10')

AND (pVal.Before_Action) then

begin

if pVal.Row = 2 then

begin

BubbleEvent := False;

end;

end;

end;

Any Ideas?????

Message was edited by: Denis Doiron

(STUPID Spaces dont stay... not very practical for programmers forum where code will be placed.... )

Message was edited by: Denis Doiron