A
al
Hi,
Do I have to release binding of form controls to dataset every time I
do form search of filling?I mean, is there a shorter way than this?
'Binde textbox1 to dataset
textbox1.databindings.add("text",ds,"Employees.firstname")
'unbinde for ReUse of binding prpty. Loop through all controls that
were bound.
textbox1.databindings.clear
MTIA,
Grawsha
Do I have to release binding of form controls to dataset every time I
do form search of filling?I mean, is there a shorter way than this?
'Binde textbox1 to dataset
textbox1.databindings.add("text",ds,"Employees.firstname")
'unbinde for ReUse of binding prpty. Loop through all controls that
were bound.
textbox1.databindings.clear
MTIA,
Grawsha