Search found 147 matches

by Zdeno Bielik
Tue Apr 25, 2017 11:01 am
Forum: Did you Know?
Topic: Creating QR Code 2D bar codes
Replies: 13
Views: 45553

Re: Creating QR Code 2D bar codes

thank you! thank you! thank you!

Both libraries generate the correct qr codes now!!!
by Zdeno Bielik
Tue Apr 25, 2017 5:36 am
Forum: Did you Know?
Topic: Creating QR Code 2D bar codes
Replies: 13
Views: 45553

Re: Creating QR Code 2D bar codes

hmmm, when I tried second sample/code PD_CreateQR_BMP_Stroke(), another problem occured... where may be problem? oError:args : -> VALTYPE:C VALUE:CopyToClipboard oError:canDefault : .T. oError:canRetry : .F. oError:canSubstitute: .T. oError:cargo : NIL oError:description : Parameter nie je voliteżnř...
by Zdeno Bielik
Tue Apr 25, 2017 3:56 am
Forum: Did you Know?
Topic: Creating QR Code 2D bar codes
Replies: 13
Views: 45553

Re: Creating QR Code 2D bar codes

biXlik_AT_acXsystXm.sk
replace "X" with "e", "_AT_" with "@"

many thanks, then I will test both libs
by Zdeno Bielik
Mon Apr 24, 2017 9:56 pm
Forum: Did you Know?
Topic: Creating QR Code 2D bar codes
Replies: 13
Views: 45553

Re: Creating QR Code 2D bar codes

Hi Piotr, it looks that demo version has no SetCharAt method, anyway, many thanks for sample. If I can kindly ask you, please, can you create QR code with text bellow and post it here – thank you. Zdeno BIELIK 123456 tel: 12-3456 ľščŤÁÓ čp 12.04.2017 - 32.18,- Hello Zdeno oError:args : -> VALTYPE:C ...
by Zdeno Bielik
Mon Apr 24, 2017 9:49 am
Forum: Did you Know?
Topic: Creating QR Code 2D bar codes
Replies: 13
Views: 45553

Re: Creating QR Code 2D bar codes

Hi Roger,

I finally started play with sample code, but it looks that doesn’t generate correct results
just see attached picture/code and generated images/files
if you scan each qrcode and compare it with source code/text, it is not same
Where may be problem?

Zdeno
by Zdeno Bielik
Thu Apr 06, 2017 4:24 am
Forum: Xbase++ Support
Topic: epson esc code
Replies: 4
Views: 15885

Re: epson esc code

Viktor, Wolfgang, many thanks for tips! With new Epson LQ-350 printer all is OK now! With set parameters: - PageLenght to 3" - AutoTearOff to On - ManualFeedTimeOut to 0.5 - CharacterTable to 852 and added Chr12(PageEject) at end of printed text before print it works now how end-customer need: progr...
by Zdeno Bielik
Tue Mar 28, 2017 7:06 am
Forum: Xbase++ Support
Topic: epson esc code
Replies: 4
Views: 15885

Re: epson esc code

variants of sequence „ESC EM ...“ was first experiments before posting this request it didn’t work for me… I need load-off paper in tractor(not single A4 sheets) before new print so I’m looking for other tips or may be I do something wrong… #define PRN_RESET ( Chr( 27 ) + Chr( 64 ) ) #define PRN_cDr...
by Zdeno Bielik
Tue Mar 28, 2017 2:54 am
Forum: Xbase++ Support
Topic: epson esc code
Replies: 4
Views: 15885

epson esc code

Hi,

please, what esc code/sequence I must send to the epson dot-matrix printer for simulate pressing load/eject button?
I can without problems change e.g. fonts or size or normal vs bold vs wide of text...

TIA & regards
Zdeno
by Zdeno Bielik
Tue Mar 14, 2017 1:08 pm
Forum: Xbase++ 2.0
Topic: qr code
Replies: 1
Views: 21358

qr code

Hi,

please, how is it possible generate, print and read QR codes with Xbase/eXpress?

TIA & Regards
Zdeno
by Zdeno Bielik
Fri Jan 27, 2017 7:06 am
Forum: eXpress++ Support
Topic: dc_inspectobject() - Object Inspector
Replies: 6
Views: 11172

Re: dc_inspectobject() - Object Inspector

Hi Roger, When you used Aclone(), you created a new pointer to the original array so anything you do afterwards will not affect it. If you can try to put a PAUSE in the WTF command so you can observer the array contents in real time. this is exactly way how I use it, but when there are many or more ...