Since before KVS was born I have saved default field data by assigning each field to a List element then saving to file with File.WriteList()
Apparently that does not work when the string data contains CRLF because the line are divided up and added as individual list elements. So I gave KVS a...
Hi everyone, it’s possibile with b4i ti read mifare tag?
I found out this on Apple:
https://developer.apple.com/documentation/corenfc/nfcmifaretag
thanks if someone would answer.
I'm using CreateFileProviderUri for opening pdf file and
printing library for write in pdf.
When I'm opening pdf file its open last proccess pdf file.
this is my code
Sub open_pdf
If File.Exists(Starter.shared,"1.pdf") Then
File.Delete(Starter.shared,"1.pdf")
End If...
Hello.
I'm writing an app that allows several computers to add new orders to the database. To avoid any conflicts, I want to make sure that when one system is adding a new list of orders, no others can interrupt and will have to wait for the first one to finish up. I understand that the most...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.