T
Thierry
Hi,
I have a form with two buttons (insert and delete) and I want to validate
the input of those two buttons. How can I get the type of button in the
validation function?
Private Sub CValOrganisationName_ServerValidate
If ButtonInsert.?(is pressed) Then
{Do something}
End If
If ButtonDelete.?(is pressed) Then
{Do something}
End If
End Sub
What should I use for that ?(is pressed)
Thanks,
Thierry
I have a form with two buttons (insert and delete) and I want to validate
the input of those two buttons. How can I get the type of button in the
validation function?
Private Sub CValOrganisationName_ServerValidate
If ButtonInsert.?(is pressed) Then
{Do something}
End If
If ButtonDelete.?(is pressed) Then
{Do something}
End If
End Sub
What should I use for that ?(is pressed)
Thanks,
Thierry