Group: StrataFrame Users
Posts: 0,
Visits: 527
|
Hi,
I just want on a form, make not possible to add an record
what i have to do
in my code a message appair with mbox, but after, a new record is created.
How to not autorise a new record, after the message ?
Thanks
BEST REGARDS
eric LEISSLER
Private Sub Base_maintenancetoolstrip1_ItemClicked(sender As System.Object, e As System.Windows.Forms.ToolStripItemClickedEventArgs) Handles Base_maintenancetoolstrip1.ItemClicked
If e.ClickedItem.Name = "cmdNew" Then baseric.el_manip_de_formulaire.mbox("Création d'assiociation imposible")
End If
End Sub
|