So I have a workbook that records sign ins and sing outs of clients via a userform. When they come in they fill in some details on the userform, that's logged on the next available row in a worksheet.
When they leave they fill in some more details and when done another userform pops up with an InkPicture control, in which they sign their name (using a stylus or finger on touch screen). The control save the image, resizes it and adds it into the row recording their data.
For some reason while they are signing, nothing shows in the Inkpicture control. The image saved from it saves just fine, so it is recording the brush strokes, but nothing is visibly happening on screen while they write.
I have zero idea why.
the image attached shows the issue, the control is blank (Signature invisible), but the image file has been successfully created and saved to the worksheet.
When they leave they fill in some more details and when done another userform pops up with an InkPicture control, in which they sign their name (using a stylus or finger on touch screen). The control save the image, resizes it and adds it into the row recording their data.
For some reason while they are signing, nothing shows in the Inkpicture control. The image saved from it saves just fine, so it is recording the brush strokes, but nothing is visibly happening on screen while they write.
I have zero idea why.
the image attached shows the issue, the control is blank (Signature invisible), but the image file has been successfully created and saved to the worksheet.