HI.
I wrote a program in PHP to manage my shop and almost everything works.
For each article I generate an EAN13 barcode with FPDF which I store in the ./temp directory naming it barcode.pdf
Then I open the aforementioned PDF to be able to print it in a popup window or in embed mode (tried both)...
HI.
I’m testing ExeOutput on an application that uses Sqlite as Database.
Everything works perfectly until I go to modify a record already present in the DB (I haven’t tried with Insert).
After modifying a text field, it appears in the list of records but if I exit and return from ExeOutput the...