Hi All,

I have come across some odd behaviour in a Mobile Application using DF 20.0 . I have a drilldown mobile view in which a user clicks a confirm button . The call-back for when they click Yes is to clear the Main DDO and create a new record which basically generates a new Purchase Order No .. This all works fine ..

When the user clicks Yes the call-back method executes as expected but the confirm dialog remains on the screen ? . If the user clicks No then the dialog disappears as expected . Why would this occur ? . The callback method only contains three lines.

Code:
 Send Clear                       of oPO_HDR_DD
 Set  Field_Changed_Value of oPO_HDR_DD Field PO_HDR.SUPPLIER_NAME to ""
 Send Request_Save          of oPO_HDR_DD


Regards,
Sam