A
Aaron Lind
Is it possible to get a form with textboxes and simple binding to stop
the editing of the row? I bind to the view and let the
CurrencyManager set the specific row:
Me.txtMedicationNumber.DataBindings.Add("text", medsView,
"medication_num")
but I can't find a way to stop any editing whether it be on the
specific field or after ending the edit itself. Settings the
AllowInsert & AllowDelete works fine in this type of form whether you
are adding or deleting via the DataView or the CurrencyManager. Any
Suggestions?
Thanks,
A
the editing of the row? I bind to the view and let the
CurrencyManager set the specific row:
Me.txtMedicationNumber.DataBindings.Add("text", medsView,
"medication_num")
but I can't find a way to stop any editing whether it be on the
specific field or after ending the edit itself. Settings the
AllowInsert & AllowDelete works fine in this type of form whether you
are adding or deleting via the DataView or the CurrencyManager. Any
Suggestions?
Thanks,
A