Hi, hopefully someone can help
I have an application that is written in PB2017 and runs on a windows 8 or windows 10 tablet.
I would like to capture a signature , what is the best way to do this ?
regards and thanks in advance
Andrew
Hi, hopefully someone can help
I have an application that is written in PB2017 and runs on a windows 8 or windows 10 tablet.
I would like to capture a signature , what is the best way to do this ?
regards and thanks in advance
Andrew
Looks good so i would use ink picture to capture the signature, how would i best save it, would i use the saveink or save it as a picture , if i saved ink - i use sqlanywhere 16 - what data type would i save it to ?
regards
Andrew
You should save the "Ink" part as that will be the actual signature vs the picture which could come from your tablet's camera for example. The "ink" - like the picture - would be stored in a Blob DB column (Long Binary in S.A.). Thus using the UpdateBlob and Select Blob DML statements.
Tip: Another alternative is to use the InkPicture control based DataWindow. The the DWO will perform the Blob DML commands for you.
Regards ... Chris