Search found 1170 matches

by Tom
Tue Nov 14, 2023 12:17 am
Forum: eXpress++ Support
Topic: ADS: sp_mgGetUserTables() with same user name
Replies: 19
Views: 3845

Re: ADS: sp_mgGetUserTables() with same user name

To track users who have open files eg. program running so you can kick it out of exe for maintenance? To track users who have special files open. I'm talking about a situation with 200+ users in a mixed environment, about half of them using a TS with the same user name on that TS (which is standard...
by Tom
Mon Nov 13, 2023 8:49 am
Forum: eXpress++ Support
Topic: ADS: sp_mgGetUserTables() with same user name
Replies: 19
Views: 3845

ADS: sp_mgGetUserTables() with same user name

Hi, there. In a topology that runs on (among other things) a terminal server, all users who connect to the ADS have the same username under most installation circumstances. If you retrieve further information about this with sp_mgGetConnectedUsers(), you will get, for example, the actual user name w...
by Tom
Fri Nov 03, 2023 7:59 am
Forum: Xbase++ Support
Topic: OT4XB: MakeLangId()
Replies: 2
Views: 1282

Re: OT4XB: MakeLangId()

From the ot4xb reference (you may find the PDF available on a GoogleDrive if you search for "OT4XB help"): MakeLangId ( nPrimaryLanguage , nSubLanguage ) -> nLanguageIdentifier Creates a language identifier from a primary language identifier and a sublanguage identifier. <usPrimaryLanguage> Primary ...
by Tom
Wed Oct 25, 2023 5:48 am
Forum: eXpress++ Support
Topic: sign an XML using a .p12 certificate
Replies: 8
Views: 2142

Re: sign an XML using a .p12 certificate

Chilkat gets my vote for the most valuable suite of ActiveX tools.
It gets my vote too.
by Tom
Mon Oct 23, 2023 8:02 am
Forum: eXpress++ Support
Topic: sign an XML using a .p12 certificate
Replies: 8
Views: 2142

Re: sign an XML using a .p12 certificate

Chilkat should do the job. ActiveX, easy to use, excellent samples, royalty free.

https://www.chilkatsoft.com/refdoc/xChi ... enRef.html
by Tom
Thu Oct 19, 2023 11:17 pm
Forum: eXpress++ Support
Topic: ADS
Replies: 24
Views: 5353

Re: ADS

Im am able to do that, as long as some kind of DBF is involved. But ADS can't be the default DBE while DbfUpsize runs. DbfUpsize doesn't work with ADT tables. Edit: I'm not sure wether this is correct. We do it this way if customers use the ADS (we only support DBF there), but since the DBE should b...
by Tom
Tue Oct 17, 2023 6:33 am
Forum: eXpress++ Support
Topic: ADS
Replies: 24
Views: 5353

Re: ADS

I don't think that 1 year is a short and acceptable time
That was Roger's question. The time we invested to migrate to PGDBE was about four weeks (net).
by Tom
Tue Oct 17, 2023 4:10 am
Forum: eXpress++ Support
Topic: ADS
Replies: 24
Views: 5353

Re: ADS

Don't hesitate to modernize and advance your applications with true SQL. Its not the future, its the present and you have to catch it. SQL is just language . It's a way to get data back from a database. SQL ist not a technique (not a technical solution). You can have bad or good servers, or good or...
by Tom
Mon Oct 16, 2023 6:21 am
Forum: eXpress++ Support
Topic: ADS
Replies: 24
Views: 5353

Re: ADS

Are you saying that this is possible now?
No, it isn't. There is an upsize file (XML) and the DbfUpsize() function, which does the job. But we created our own UI for that, using the responses of DbfUpsize(). The function still awaits physical tables.
by Tom
Sun Oct 15, 2023 11:42 pm
Forum: eXpress++ Support
Topic: ADS
Replies: 24
Views: 5353

Re: ADS

These are the most important tasks: 1. Get the upsizing done. We don't use the automatic upsizing. We create upsize files by ourselfes and control the work of the dbfupsize.dll. You need server data in your app, you may need to create the target database with SQL, which is not a big issue. Good to k...