我需要在用户点击后退或取消按钮时要求用户确认,但仅在交易处于编辑模式时。 ¿如何询问当前交易的模式?
Event Back
Composite
&Answer= interop.Confirm("If you do this, you could lost all unsaved data. ¿Do you want to continue?")
if &Answer
return
EndIf
EndComposite
Endevent
我正在使用Genexus Ev3 U2 for Android设备。
由于
答案 0 :(得分:0)
你可以尝试在编辑模式时移动一个参数Y.
当你调用sdpanel输入变量& flag char(1)时:" Y"编辑和" N"注意编辑时。
活动回来了 综合 如果& flag:" Y" & hasConfirmed = interop.confirm ........... 。 。 。 Endcomposite ENDEVENT