P
psilva
I'm using a form with unbound textboxes to store info on my database,
to save information i've defined a save button which copies de
contents of the textboxes to the records (i do this to control the
information i edit on the form).
After this, i need to clear all textboxes in order to alloe the user
to enter new information. I've used textbox.text="",
textbox.text=null, textbox.value="", etc, but even though the
textboxes loose their contents, i cannot re-enter information on
them... they act as if they don't allow me to enter information.
Can someone help me on this?
Thanks
Pedro
to save information i've defined a save button which copies de
contents of the textboxes to the records (i do this to control the
information i edit on the form).
After this, i need to clear all textboxes in order to alloe the user
to enter new information. I've used textbox.text="",
textbox.text=null, textbox.value="", etc, but even though the
textboxes loose their contents, i cannot re-enter information on
them... they act as if they don't allow me to enter information.
Can someone help me on this?
Thanks
Pedro