Search found 45 matches

by gradosic
Tue Apr 20, 2021 4:12 am
Forum: Xbase++ 2.0
Topic: Convert PDF to Base64
Replies: 17
Views: 16526

Re: Convert PDF to Base64

It's ot4xb library, you can find it on https://www.dll-files.com/ot4xb.dll.html..

this is working 100%, we send thousands of PDF files thisway.

br
by gradosic
Tue Apr 20, 2021 3:09 am
Forum: Xbase++ 2.0
Topic: Convert PDF to Base64
Replies: 17
Views: 16526

Re: Convert PDF to Base64

Hi!

I do it thisway:


cFile = PDF file...
Base64Coded:=ToBase64(MEMOREAD(cFile))

then you can use this "Base64Coded" how you want (in XML, SOAP, etc...)

Goran
by gradosic
Fri Oct 09, 2020 5:04 am
Forum: eXpress++ Support
Topic: Continuous Print with DCPRINT
Replies: 5
Views: 7815

Re: Continuous Print with DCPRINT

Hi,

I need graphich print becaouse I need to print pictures and different size fonts.
by gradosic
Fri Oct 09, 2020 1:16 am
Forum: eXpress++ Support
Topic: Continuous Print with DCPRINT
Replies: 5
Views: 7815

Re: Continuous Print with DCPRINT

Hi Bob! Thanks’ for reply, but this doesn’t work because I have hundreds of users and each of them have different printer, so it’s impossible to install anything on user computers. That’s usually some 80mm wide termo printer, and till now everything was OK because we printed as RAW formatted (line b...
by gradosic
Wed Oct 07, 2020 6:31 am
Forum: eXpress++ Support
Topic: Continuous Print with DCPRINT
Replies: 5
Views: 7815

Continuous Print with DCPRINT

Hi folks! I have problem with printing to printers that have "Continuous" paper, no standard A4 or other format. Those printers have Thermal paper on roll and length of page can be 2cm or 20 met. When I print with DCPRINT on beginning I need to set page width and height (for grid), but when I print ...
by gradosic
Fri Aug 12, 2016 8:26 am
Forum: eXpress++ Support
Topic: XBPPUSHBUTTON error after DCPRINT OFF
Replies: 2
Views: 6699

Re: XBPPUSHBUTTON error after DCPRINT OFF

Hi Roger,

OK, i will remove cancel option and try. Anyway no one use that.

Br,
Goran
by gradosic
Fri Aug 12, 2016 7:25 am
Forum: eXpress++ Support
Topic: XBPPUSHBUTTON error after DCPRINT OFF
Replies: 2
Views: 6699

XBPPUSHBUTTON error after DCPRINT OFF

Hi guys, did anyone had problem with runtime error after print called "XBP-object has wrong state for access"... I have form with browse and button for printing invoices, and sometimes (without any pattern) after printig is complete i receive this error. I print without preview, only printer select ...
by gradosic
Wed Jul 08, 2015 1:07 am
Forum: eXpress++ Support
Topic: Stack in linker
Replies: 6
Views: 10333

Re: Stack in linker

HI Roger, I't the same even I mooved those 2 commands. FATAL ERROR LOG Stack Overflow SYS Thread-ID: 688 Module: EH Error Codes: EH: 12 Sub: 0(0) OS: 0 XPP: 16 Call Stack of Thread 1 (688): PREGLED_PRIMKE(5564) (B)PRIMKE(85) ŽDC_XBPPUSHBUTTONŽIŽACTION(2482) (B)ŽDC_XBPPUSHBUTTONŽIŽINIT(2018) ŽXBPPUSH...
by gradosic
Mon Jul 06, 2015 8:56 am
Forum: eXpress++ Support
Topic: Stack in linker
Replies: 6
Views: 10333

Re: Stack in linker

Hi Roger, Till now there was no problem with alaska 1.9, but after we change to 2.0 we expereiencing big, big problems with stack overflow and shutting down program WITHOUT ANY ERROR !!! for example, DC print; ------------------------------------------------ Export_File='C:\TEMP\Prijemni list-kalkul...
by gradosic
Mon Jun 15, 2015 12:37 am
Forum: eXpress++ Support
Topic: Stack in linker
Replies: 6
Views: 10333

Stack in linker

Hi Folks! I recently had some problems with “stack overflow” in my programs so I decide to enlarge /STACK in linker to 10MB ( /STACK: 10485760, 10485)… Now I’m experiencing new problems that my app runs out of memory so new problem for me. Does anyone use this STACK feature in linker and how to meas...