Search found 1170 matches

by Tom
Tue Oct 03, 2023 11:42 pm
Forum: eXpress++ Support
Topic: Auto-open
Replies: 3
Views: 1666

Re: Auto-open

Hi, Fred. You may store this or all menu actions in an array: aActions := { ... , { || MDIBlock( {||Pudisp()},'Load Status Screen' ) } } , ... } Use this array when building the menu DCMENUITEM .... ACTION aActions[2] If you want one of these actions to be called elsewhere, just Eval() the item: IF ...
by Tom
Tue Oct 03, 2023 3:34 am
Forum: PostGreSQL
Topic: DbRegisterClient() with PostGres
Replies: 15
Views: 3950

Re: DbRegisterClient() with PostGres

I am urgently waiting for support for different schemes. We need this in order to be able to map our multi-tenant-model because the route via different databases is too unwieldy. But when I see how little has been implemented in the last Xbase++ update, my hope is fading. :( Here's what Alaska sugge...
by Tom
Mon Oct 02, 2023 4:42 am
Forum: Xbase++ 2.0
Topic: How to ALTER a Column using ADS SQL
Replies: 2
Views: 1465

Re: How to ALTER a Column using ADS SQL

The Advantage documentation for ALTER TABLE ALTER COLUMN is terrible.
This is true for the complete documentation.
by Tom
Fri Sep 29, 2023 6:48 am
Forum: eXpress++ Support
Topic: moving xbase/express to new computer
Replies: 11
Views: 3245

Re: moving xbase/express to new computer

for example, I have no idea what a '#pragma' means
Nobody knows that. 8-)

Glad to hear it works now.
by Tom
Wed Sep 13, 2023 11:01 pm
Forum: Announcements
Topic: BBS seems to be back up..
Replies: 8
Views: 3657

Re: BBS seems to be back up..

We all missed you too, Tom.
<3
by Tom
Wed Sep 13, 2023 6:51 am
Forum: Announcements
Topic: BBS seems to be back up..
Replies: 8
Views: 3657

Re: BBS seems to be back up..

I missed the board.
by Tom
Tue Jun 20, 2023 1:37 am
Forum: eXpress++ Support
Topic: XML Signature
Replies: 17
Views: 8473

Re: XML Signature

Hi, Diego. If you can't register LIBXML2.DLL with REGSVR32, although it's in your path and you're working as an administrator , maybe there are files missing needed by the library. Since I can't find a reliable source to download it from, I can't tell you which files are needed in addition. Some con...
by Tom
Mon Jun 19, 2023 10:33 pm
Forum: eXpress++ Support
Topic: XML Signature
Replies: 17
Views: 8473

Re: XML Signature

Hi, Diego. In case you have to deliver an ActiveX control with your app, using REGSVR32 is not the only way to ensure the controls are registered. You can embed all information in the manifest file you link to your app. We had that here in the forum several times; just look for "manifest". The docs ...
by Tom
Mon Jun 19, 2023 12:16 am
Forum: eXpress++ Support
Topic: XML Signature
Replies: 17
Views: 8473

Re: XML Signature

like *.OCX you mus "register" external *.DLL before you can use it
This is not true for all DLLs. If a DLL is used as a container for ActiveX-comonents, it's true, but if a DLL publishes functions using other calling conventions, there is no registration needed.
by Tom
Wed Jun 14, 2023 1:29 am
Forum: Xbase++ 2.0
Topic: PGDBE yearly licence?
Replies: 5
Views: 2767

Re: PGDBE yearly licence?

Hi, Chris. We support a file-based DBE without any server engine (DBFCDX), we support the ADSDBE and the PGDBE at some customer sites as a "very late beta", since there are still some issues left. We don't plan to establish the PGDBE as the standard, not for now. Running a PostGres-Server needs some...