Hi guys
I'm using a modal form as a kind of "custom" dialog...
All is good, except that I want to return a value just before calling close, which is triggered by a button click event...
I'm using a modal form as a kind of "custom" dialog...
All is good, except that I want to return a value just before calling close, which is triggered by a button click event...
B4X:
sub button1_Action
MyForm_Close 'in this order, the form closes but nothing is returned
Return value
End Sub