G
Guest
I use a vendor software that captures the signature when one signs in on the
signature pad. In the events OnLoad and the OnCurrent, I have the code as
following:
SigXXX.SigString = InstructorSignature.Value
to show the signature everytime the user opens the form. SigXXX is the
vendor software's control that handles the signature and displays it on the
control. The textbox InstructorSignature bounds to a field in the table
already stores the value. However, when I open the form, the signature does
NOT show up even though it is bounded to a field that has value. It's driving
me nuts because this program is very simple and suppose to work! My question
is why the signature's value seems isn't bounded to the InstructorSignatrue
textbox control even it is there in the table. I use MS Access 2003 open the
database in Access 2000 file format.
I don't think the database is corrupted because I create a new one. So far,
the vendor can not help me to solve the problem.
Thank you in advance for your help.
tim
signature pad. In the events OnLoad and the OnCurrent, I have the code as
following:
SigXXX.SigString = InstructorSignature.Value
to show the signature everytime the user opens the form. SigXXX is the
vendor software's control that handles the signature and displays it on the
control. The textbox InstructorSignature bounds to a field in the table
already stores the value. However, when I open the form, the signature does
NOT show up even though it is bounded to a field that has value. It's driving
me nuts because this program is very simple and suppose to work! My question
is why the signature's value seems isn't bounded to the InstructorSignatrue
textbox control even it is there in the table. I use MS Access 2003 open the
database in Access 2000 file format.
I don't think the database is corrupted because I create a new one. So far,
the vendor can not help me to solve the problem.
Thank you in advance for your help.
tim