Search found 4762 matches

by rdonnay
Tue Oct 17, 2023 4:29 pm
Forum: eXpress++ Support
Topic: ADS
Replies: 24
Views: 5079

Re: ADS

Instead of DBFUPSIZE.EXE I use DBFUPSIZE.DLL and some functions from that library
Were you able to use an ADS connection with DBFUPSIZE.DLL?
Do you have docs for the functions?
when I am 100 years old and Roger is 105!
I like that idea.
by rdonnay
Mon Oct 16, 2023 8:25 am
Forum: eXpress++ Support
Topic: ADS
Replies: 24
Views: 5079

Re: ADS

The function still awaits physical tables.
That seems to be a deal killer for us.
Our data tables are huge.
We would need to be able to upsize without having to export all the data from ADS to FOX.
I don't think that FOX can even handle our tables now.
by rdonnay
Mon Oct 16, 2023 5:28 am
Forum: Xbase++ 2.0
Topic: Error in XbpToolbar
Replies: 11
Views: 3307

Re: Error in XbpToolbar

it use Ot4Xb so Roger have never release it with Express++
Two times I incorporated third party features into eXpress++ and both times the developer failed to support his product.
That is why I only incorporate features that are available in Xbase++ libraries.
by rdonnay
Mon Oct 16, 2023 5:24 am
Forum: Xbase++ 2.0
Topic: Error in XbpToolbar
Replies: 11
Views: 3307

Re: Error in XbpToolbar

But MsComCtrl.OCX is still needed to use with XbpRtf() (also DCRTF).
Yes it is. I didn't want to put a big investment of time into RTF.
by rdonnay
Mon Oct 16, 2023 5:20 am
Forum: eXpress++ Support
Topic: ADS
Replies: 24
Views: 5079

Re: ADS

Get the upsizing done. This is what stopped me the last time I started on this project. I had a phone conversation with Steffen and told him that we needed much more control over the upsizing process so we could upsize from an ADS server connection. Are you saying that this is possible now? data ou...
by rdonnay
Sun Oct 15, 2023 9:35 am
Forum: eXpress++ Support
Topic: ADS
Replies: 24
Views: 5079

Re: ADS

This should take significantly less time than a year.
I trust your instincts.
I'll have a talk with Bobby.
by rdonnay
Sun Oct 15, 2023 6:11 am
Forum: Xbase++ 2.0
Topic: Error in XbpToolbar
Replies: 11
Views: 3307

Re: Error in XbpToolbar

Anyone who is using eXpress++ had had DCTOOLBAR and DCSTATUSBAR for about 20 years now and this is all Xbase++ code.
by rdonnay
Sun Oct 15, 2023 6:10 am
Forum: eXpress++ Support
Topic: ADS
Replies: 24
Views: 5079

Re: ADS

Tom -

I would really enjoy working on a migration project from ADS to PGDBE.
Bobby and I talked about doing this with his Taxi Medallion software, but the payback can take years to recover if the migration takes more than 1 year.
by rdonnay
Thu Oct 12, 2023 10:53 am
Forum: Xbase++ 2.0
Topic: Validating bank account numbers
Replies: 4
Views: 1568

Re: Validating bank account numbers

The Luhn algoritme should work with any length.
I will give it a try. Thanks.
by rdonnay
Thu Oct 12, 2023 5:52 am
Forum: Xbase++ 2.0
Topic: Validating bank account numbers
Replies: 4
Views: 1568

Re: Validating bank account numbers

You are seeking checker for US bank acc number or standard iBAN transaction account ?
Actually, all of our bank transactions are with US banks so I really don't need an IBAN validation, however, I may need to go that route if I can't find an easy way to validate a US bank account.