Good afternoon
I'm showing a userform in event DepoisDeGravar
in class FichaClientes
of POS:
Private Sub FichaClientes_DepoisDeGravar(ByVal Cliente As String)
Dim f As New UserForm1
f.CarregaEntidades (Me.DocumentoVenda.Entidade)
f.Show
End If
Exit Sub
erro:
MsgBox Err.Description
End Sub
But then I can not close the form of the client card.
As I can see it seems to be looping in and out of focus constantly, I can just close the window on the windows taskbar.
GCP version 9.1509.1028 .
Thank you