Search found 2361 matches

by robert
Fri Jun 07, 2024 9:07 am
Forum: VO & Vulcan
Topic: VO-DLL as DLL for programma in another language
Replies: 8
Views: 518

Re: VO-DLL as DLL for programma in another language

Dirk,
Can you send me an example of what you're trying to do?
It sounds like the GUI classes are not correctly initialized.

Robert
by robert
Tue Jun 04, 2024 8:59 am
Forum: Xbase++
Topic: GET TBROWSE
Replies: 1
Views: 275

Re: GET TBROWSE

Medhome,
I think you will more luck with this question on the Harbour Newsgroup:
https://groups.google.com/group/harbour-users

Robert
by robert
Mon Jun 03, 2024 10:45 am
Forum: Deutsches Forum
Topic: Verwenden polnischer Zeichen in einer Dbf-Datei mit DBServer
Replies: 20
Views: 1349

Re: Verwenden polnischer Zeichen in einer Dbf-Datei mit DBServer

Peter, The maximum length is 65.535 (64K). However, the length and decimals are stored in a byte field in the DBF header. Therefore, when the field length of a Character exceeds 255 characters, then the decimals field in the DBF header will be used as well. In that case, the real length is ...
by robert
Mon Jun 03, 2024 9:54 am
Forum: Deutsches Forum
Topic: Verwenden polnischer Zeichen in einer Dbf-Datei mit DBServer
Replies: 20
Views: 1349

Re: Verwenden polnischer Zeichen in einer Dbf-Datei mit DBServer

Peter,
Unicode memos will not make it into 2.20. We are wrapping up 2.20 at this moment.

Robert
by robert
Mon Jun 03, 2024 9:36 am
Forum: Deutsches Forum
Topic: Verwenden polnischer Zeichen in einer Dbf-Datei mit DBServer
Replies: 20
Views: 1349

Re: Verwenden polnischer Zeichen in einer Dbf-Datei mit DBServer

Peter,
This does not work yet with Memo fields.
The 'Unicode flag' is handled at the DBF level. Memo fields for FoxPro style tables are stored with the FlexFile driver.
This does not support Unicode, but I can certainly add that for a future build.

Robert
by robert
Mon Jun 03, 2024 8:48 am
Forum: Deutsches Forum
Topic: Verwenden polnischer Zeichen in einer Dbf-Datei mit DBServer
Replies: 20
Views: 1349

Re: Verwenden polnischer Zeichen in einer Dbf-Datei mit DBServer

Karl,
If you own that product, maybe you can create a Unicode DBF and send that to me for inspection?

Robert
by robert
Mon Jun 03, 2024 7:18 am
Forum: Deutsches Forum
Topic: Verwenden polnischer Zeichen in einer Dbf-Datei mit DBServer
Replies: 20
Views: 1349

Re: Verwenden polnischer Zeichen in einer Dbf-Datei mit DBServer

Peter, The Unicode extension to the fields is only supported for Visual FoxPro compatible tables (the DBFVFP RDD) and you cannot use the OleDb driver for this. You will have to create the table with DBCreate(). And I just found a problem in 2.19 that causes the Unicode flag to get lost when creating ...
by robert
Sat Jun 01, 2024 8:35 am
Forum: Welcome
Topic: XSI
Replies: 5
Views: 854

Re: XSI

Joe,
You can also work with that toolkit with X#.

Robert
by robert
Tue May 28, 2024 9:50 am
Forum: Product
Topic: Windows on ARM and X#
Replies: 3
Views: 494

Re: Windows on ARM and X#

Wolfgang, I know of one customer that is running a Mac on Arm and is running Visual Studio for Arm on that machine. We have added ARM support for the X# intellisense in Visual Studio (a special version of the SQLite driver). Part of our VS integration (the code model and the editors for VO forms ...
by robert
Fri May 24, 2024 4:14 pm
Forum: Welcome
Topic: XSI
Replies: 5
Views: 854

Re: XSI

Just like you can pass the dialect from the command line, then you can also add these references from the command line:

Code: Select all

xsi -dialect:FoxPro -r:XSharp.Core.dll -r:XSharp.RT.DLL -r:XSharp.VFP.DLL
This assumes you have added these DLLs to the GAC.


Robert