Hi.
I create a pdf file showing one invoice.
At the and of the invoice I show the total cost of the invoice as the signature "ΥΠΟΓΡΑΦΗ in Greek" of the client.
The problem I have is that I can't make the signature printed under the word "ΥΠΟΓΡΑΦΗ" depends of the lines of invoice.
I mean the...
Hi.
I create a pdf file showing one invoice.
At the and of the invoice I show the total cost of the invoice as the signature "ΥΠΟΓΡΑΦΗ in Greek" of the client.
The problem I have is that I can't make the signature printed under the word "ΥΠΟΓΡΑΦΗ" depends of the lines of invoice.
I mean the...
Hello, i have some jpg images stored in a "image" field on sql server 2016 database.
I always conected to that database using Job1.PostString(ip of aspx parser file, the query i want to do i.e. SELECT IARCH FROM MYIMAGESTABLE)
I have read this sample in forum:
Sub ReadBlob
Dim Cursor1 As Cursor...