Search found 129 matches

by Piotr D
Mon Dec 21, 2020 5:08 am
Forum: Xbase++ 2.0
Topic: DcPushbutton Wordbreak
Replies: 7
Views: 9132

Re: DcPushbutton Wordbreak

Hi,
@1,2 DCPUSHBUTTON CAPTION 'First Second' ALIGNCAPTION BS_MULTILINE

Regards
Piotr
by Piotr D
Thu Nov 12, 2020 3:52 am
Forum: Xbase++ 2.0
Topic: Validate XML with XSD schema
Replies: 10
Views: 7622

Validate XML with XSD schema

Hi,
Do you know any way to validate XML file with XSD schema directly in Xbase ++ program? Maybe there is some library or ActiveX?

Regards
Piotr
by Piotr D
Wed Oct 28, 2020 1:46 am
Forum: Xbase++ 2.0
Topic: xBase++ QR Code print for tax authorities pruposes.
Replies: 14
Views: 17773

Re: xBase++ QR Code print for tax authorities pruposes.

Pedro, you can use alternative ActiveX library for printing QR Code, like MW6QRCode or StrokeScribe. Here you find about this: http://bb.donnay-software.com/donnay/viewtopic.php?f=2&t=2761 You can manipulate type/size of QR code and with StrokeScribe you can pass the text in various code type, not o...
by Piotr D
Mon Oct 26, 2020 5:33 am
Forum: eXpress++ Support
Topic: Convert Ansi or OEM String to UTF-8
Replies: 9
Views: 10198

Re: Convert Ansi or OEM String to UTF-8

Yes, Pablos OT4XB conert easy, but use more and more memory after each call. I use instead functions from xb2net (Boris Borzic).

Piotr
by Piotr D
Wed May 13, 2020 5:21 am
Forum: Zen and the art of Software Maintenance
Topic: Birthdays
Replies: 12
Views: 24500

Re: Birthdays

Roger,
Happy Birthday and all the best!

Piotr
by Piotr D
Tue Mar 31, 2020 10:26 am
Forum: Xbase++ 2.0
Topic: Color of DCCHECKBOX
Replies: 9
Views: 14535

Re: Color of DCCHECKBOX

Roger,
Thank you for that tips. This is probably the only right way to achieve the effect I expect. You are (as always) great. I wish you good health.

Regards
Piotr
by Piotr D
Tue Mar 31, 2020 5:21 am
Forum: Xbase++ 2.0
Topic: Color of DCCHECKBOX
Replies: 9
Views: 14535

Re: Color of DCCHECKBOX

Jimmy,
"inside" I understand stricte. I mean about pool inside small frame, a background for check, which is ever white.

Piotr
by Piotr D
Mon Mar 30, 2020 2:20 am
Forum: Xbase++ 2.0
Topic: Color of DCCHECKBOX
Replies: 9
Views: 14535

Re: Color of DCCHECKBOX

Tom,
the COLOR work fine, but only for caption (text). I want change color only for the check box (inside).

Piotr
by Piotr D
Mon Mar 30, 2020 1:17 am
Forum: Xbase++ 2.0
Topic: Color of DCCHECKBOX
Replies: 9
Views: 14535

Color of DCCHECKBOX

Hi,
is a way to change color of check box in DCCHECKBOX (and in DCRADIOBUTTON)? For example, I want that check box will be yellow when is edit protect, and white (normal) when no. I know, that when use clause WHEN the check box can be grayed, but this is for me not useful.

Regards
Piotr
by Piotr D
Tue Jul 02, 2019 12:28 pm
Forum: Xbase++ 2.0
Topic: Bar code readers
Replies: 8
Views: 15833

Re: Bar code readers

Hi Bob, I have made exactly, what you want. Main program, in which I collect all inventory, can print tickets with inventory ID as barcode (I use IDAutomationC128 fonts for this) or as QR-code (in this I use MW6QRCode). Next, I generate "package" with small program for physical inventory with empty ...