Search found 1170 matches

by Tom
Tue Apr 02, 2024 12:52 am
Forum: eXpress++ Support
Topic: Postgre ISAM command
Replies: 9
Views: 447

Re: Postgre ISAM command

It seems that Tom finally figured out that filters should not be used in PgSql, as he said they are "f*cking useless". I told him the same before, but he claimed that they work excellent. This is not true. The PGDBE works excellent, but I mentioned several times that (complex) filters are a heavy p...
by Tom
Mon Apr 01, 2024 2:44 am
Forum: eXpress++ Support
Topic: Postgre ISAM command
Replies: 9
Views: 447

Re: Postgre ISAM command

the engineers at Alaska Software have published something that I never understood. The problem is that filters (DbSetFilter/SET FILTER TO) are converted to WHERE-statements for the PG-server, which are executed by the server, and that means that you can use almost nothing in filter expressions. You...
by Tom
Mon Mar 11, 2024 5:53 am
Forum: Xbase++ 2.0
Topic: Listbox colours
Replies: 8
Views: 497

Re: Listbox colours

Slavko, I know it's not the same. ;) But maybe it helps Chris to do what he wants to do.
by Tom
Mon Mar 11, 2024 2:37 am
Forum: Xbase++ 2.0
Topic: Listbox colours
Replies: 8
Views: 497

Re: Listbox colours

Roger implemented the "COMBO" clause for DCSAY ... GET, which uses a popup button beside a get field to show a browse for value selections. Maybe this will do the job.
But I also agree with Slavko. Ownerdrawing is no magic, and there are samples for that, even in your eXpress++-installation.
by Tom
Wed Jan 31, 2024 1:05 am
Forum: eXpress++ Support
Topic: ARTIFICIAL INTELLIGENCE (AI)
Replies: 9
Views: 1340

Re: ARTIFICIAL INTELLIGENCE (AI)

We're using an AI service - provided by a partner company - in our mobile app. The service is mainly used by our backend (Xbase++, Xb2.Net) which connects to it and sends audio data from the app. The audio data is analyzed and turned into structured medical information. No magic, works excellent (> ...
by Tom
Thu Jan 25, 2024 7:49 am
Forum: PostGreSQL
Topic: Dml-pack failed at table level postgresql driver
Replies: 3
Views: 1734

Re: Dml-pack failed at table level postgresql driver

You should not do any 'pack' on sql servers as that is something server do by their own. If you use the PGDBE, Xbase++ simulates the delete/recall/pack-commands using a standard column "__deleted" in every table which holds the "deleted" information. The sql server doesn't know anything of this. If...
by Tom
Tue Dec 19, 2023 4:41 am
Forum: Xbase++ 2.0
Topic: Opening A Website
Replies: 16
Views: 4249

Re: Opening A Website

you mean "internal" EDGE PDF Viewer which is Part of Webview2
This is what we are talking about here, almost since the day of christ's birth (late afternoon). :roll:
by Tom
Tue Dec 19, 2023 2:02 am
Forum: Xbase++ 2.0
Topic: Opening A Website
Replies: 16
Views: 4249

Re: Opening A Website

Nobody says there is no word marked with a double-click, Jimmy. Just read carefully.
by Tom
Mon Dec 18, 2023 11:36 pm
Forum: Xbase++ 2.0
Topic: Opening A Website
Replies: 16
Views: 4249

Re: Opening A Website

This is not what Chris is talking about. With the IE control, you can double-click on a text (a word) and just move it (in order to drag it and drop it elsewhere). With the edge control, you can double-click and the word gets marked, but if you try to grab it (in order to drag and drop), the marked ...
by Tom
Mon Dec 18, 2023 8:06 am
Forum: Xbase++ 2.0
Topic: Opening A Website
Replies: 16
Views: 4249

Re: Opening A Website

Is this already available or is this on your todo list?
Just add the XbpHtmlViewer2-asset to the project "DCLIPX_20.XPJ" and replace any call to XbpHtmlViewer with XbpHtmlViewer2 in the DCLIPX-sourcefiles. Rebuild everything. That's it.