Search found 129 matches

by Piotr D
Thu Jul 01, 2021 12:53 am
Forum: eXpress++ Support
Topic: Database creation error: invalid database name
Replies: 14
Views: 11346

Re: Database creation error: invalid database name

Eugen,
your error is Database Enginee invalid, not database name. Probably you don't have FOXCDX DLL or your DBESYS.PRG don't run these engine.

Piotr
by Piotr D
Wed May 12, 2021 1:12 am
Forum: Zen and the art of Software Maintenance
Topic: It's that time - Happy Birthday
Replies: 7
Views: 9055

Re: It's that time - Happy Birthday

Roger,
all the best, and above all - a lot of health. A raise a toast with polish beer...
Piotr
by Piotr D
Mon Apr 05, 2021 11:13 pm
Forum: eXpress++ Support
Topic: How to convert ANSI Windows UTF-8 to DOS encoding?
Replies: 8
Views: 10712

Re: How to convert ANSI Windows UTF-8 to DOS encoding?

Unicode2Str() and Str2Unicode() is wrong way. Unicode is an UTF-16 string, not UTF-8.

Piotr
by Piotr D
Tue Mar 02, 2021 1:11 am
Forum: Xbase++ 2.0
Topic: Color in DCBROWSE
Replies: 9
Views: 9218

Re: Color in DCBROWSE

Tom,
As I say - I don't use DC_BrowseColor().

Chris, the function WYSW_SKL() seek name in another file. Perhaps this is the right direction of research.

Piotr
by Piotr D
Tue Mar 02, 2021 12:13 am
Forum: Xbase++ 2.0
Topic: Color in DCBROWSE
Replies: 9
Views: 9218

Re: Color in DCBROWSE

Roger, it happens in different places. Usually when we scroll quickly with the mouse. I use the default color settings in browse - I don't use DC_BrowseColor() anywhere. The procedure to display this sample screen looks like this: PROCEDURE M_MENU1 ****************** Local GetList:={},GetOptions,oBr...
by Piotr D
Mon Mar 01, 2021 6:21 am
Forum: Xbase++ 2.0
Topic: Color in DCBROWSE
Replies: 9
Views: 9218

Color in DCBROWSE

Hi From time to time,when you scroll the mouse, the color of the displayed lines in DCBROWSE changes from light gray to dark gray. The change then affects all displayed ones browses. To restore the standard color, you must exit the program and restart it. What could be the cause and how to prevent i...
by Piotr D
Mon Dec 21, 2020 10:25 am
Forum: Xbase++ 2.0
Topic: XML with XSl style sheet
Replies: 3
Views: 5828

Re: XML with XSl style sheet

Hi Roger, yes, I use XbpHtmlViever, the problem occurs only when I add line with stylesheet. And when I open directly with Internet Explorer is the same. The XML file and XLST file are correct, on another computer the file is displayed with visualisation. The XML and XSLT files are on the same direc...
by Piotr D
Mon Dec 21, 2020 6:05 am
Forum: Xbase++ 2.0
Topic: XML with XSl style sheet
Replies: 3
Views: 5828

XML with XSl style sheet

Hi,

I am using IE ActiveX to display XML files with an XSL stylesheet. But sometimes IE refuses to display due to its security. Do you know a library that will allow you to display XML from XSL without using IE?

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

Re: DcPushbutton Wordbreak

Tom,
Without a semicolon, the text will break automatically when the button size is reached.

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

Re: DcPushbutton Wordbreak

Or
@1,2 DCPUSHBUTTON CAPTION 'First;Second' ALIGNCAPTION BS_MULTILINE

Piotr