This may be a simple question, but I cannot find a straightforward solution.
I am using text boxes in VB6 that are bound to an ADO Data Control. I cannot programatically change the value in the text box and have the bound element update the database without setting the focus to the text box. Is there a property that allows the datacontrol to see the changes to the text box without user intervention?
Thanks
I am using text boxes in VB6 that are bound to an ADO Data Control. I cannot programatically change the value in the text box and have the bound element update the database without setting the focus to the text box. Is there a property that allows the datacontrol to see the changes to the text box without user intervention?
Thanks