D
DZ
I came up with way to handle the situation where a user clicks cancel in the
GetOpenSave API . I supposed that when the user clicks Cancel, the return
value will be "", I think. So an If statement can be used to handle the
Canceling of the GetOpenSave API
If strReturnFromGetOpenSaveAPI = "" Then
'Code
else
'Code
End If
Does anyone know if this the proper/reliable way to handle the canceling of
the GetOpenSave API
Thanks ! I will credit any responses
GetOpenSave API . I supposed that when the user clicks Cancel, the return
value will be "", I think. So an If statement can be used to handle the
Canceling of the GetOpenSave API
If strReturnFromGetOpenSaveAPI = "" Then
'Code
else
'Code
End If
Does anyone know if this the proper/reliable way to handle the canceling of
the GetOpenSave API
Thanks ! I will credit any responses