Search found 1179 matches

by Tom
Mon Jun 17, 2024 6:47 am
Forum: eXpress++ Support
Topic: oBrowse:colcount hidden columns
Replies: 4
Views: 187

Re: oBrowse:colcount hidden columns

A browse can't hide columns. If you use the HIDE clause with eXpress++, the columns are deleted and added again, depending on the result of the HIDE-clause.
by Tom
Mon Jun 17, 2024 1:13 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 16
Views: 552

Re: ZAP and PACK command for DBF files - error Win 11

but this problem only occurs occasionally, I can't simulate it so that it always crashes.
Yes, it sometimes crashes, under certain circumstances. This is what the PDR says. The only chance is to try the workaround.
by Tom
Tue May 14, 2024 2:45 am
Forum: Zen and the art of Software Maintenance
Topic: Birthdays come every year but only once a year!
Replies: 5
Views: 2013

Re: Birthdays come every year but only once a year!

I actually wanted to write something yesterday too. Roger, I wish you the very best for your birthday and I am very proud and happy that we met and became friends. I also think it's just great that you haven't retired yet. 8) But I really regret that we haven't seen each other for so long. It would ...
by Tom
Fri May 03, 2024 2:57 am
Forum: Xbase++ 2.0
Topic: How to Test if a program is already running.
Replies: 4
Views: 6245

Re: How to Test if a program is already running.

Dc_IsAppruning only check for xbase aps! Right?
Right.
by Tom
Wed Apr 24, 2024 11:36 pm
Forum: Xbase++ 2.0
Topic: How to Test if a program is already running.
Replies: 4
Views: 6245

Re: How to Test if a program is already running.

As an eXpress+-user, you have a ready-made function for this:

Code: Select all

DC_IsAppRunning( <cClass>, ;
                 <cTitle>, ;
                 [<cFile>], ;
                 [<lRestore>] ) -> lStatus
by Tom
Thu Apr 18, 2024 11:20 pm
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9806

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

On SOAP you will heve to publish WSDL and add XSD for data validation. REST is more lax here and does not need such things.
You don't have to. The service itself does not need it.
by Tom
Wed Apr 17, 2024 7:53 am
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9806

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

God protect us.
If God exists and is the cause of everything, then that would be like asking him to protect ourselves from himself.
But I don't think we should have this discussion here. 8-)
by Tom
Tue Apr 16, 2024 11:51 pm
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9806

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

Hi, Diego. Hello, I hope you are very well Everything is fine here, apart from the fact that there is war in Ukraine and the Middle East and that parts of Africa are currently completely going down the drain. :( Alaska established it's very own calling convention for functions embedded in DLLs ("DLL...
by Tom
Tue Apr 02, 2024 12:52 am
Forum: eXpress++ Support
Topic: Postgre ISAM command
Replies: 9
Views: 4934

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...