Search found 1237 matches

by Tom
Tue Feb 18, 2025 3:36 am
Forum: eXpress++ Support
Topic: DCGET COMBO AND WINDOWS 11
Replies: 6
Views: 1939

Re: DCGET COMBO AND WINDOWS 11

Same here. All OS-versions, same code, same eXpress++, all Xbase++-versions since a lot of years.
by Tom
Mon Feb 17, 2025 11:37 pm
Forum: eXpress++ Support
Topic: DCGET COMBO AND WINDOWS 11
Replies: 6
Views: 1939

Re: DCGET COMBO AND WINDOWS 11

It doesn't happen on Windows 11 machines anyway:
test3.png
test3.png (104.38 KiB) Viewed 1710 times
The reason is not the OS.
by Tom
Tue Feb 11, 2025 10:08 am
Forum: Xbase++ 2.0
Topic: Post a mouse event
Replies: 3
Views: 3064

Re: Post a mouse event

Hi, Chris. What exactly do you want to do? Activate a button? Set the mouse somewhere? Mark a browse line? You can send almost all of the events you find enumerated in appevent.ch, but in most cases, you need a target for the event. It's better practice to directly send the needed event (like xbeBRW...
by Tom
Wed Jan 15, 2025 4:06 am
Forum: eXpress++ Support
Topic: DCGET COMBO and DATA {||array}
Replies: 2
Views: 1492

Re: DCGET COMBO and DATA {||array}

Use a 2-dim-array.
by Tom
Fri Dec 20, 2024 12:58 am
Forum: Xbase++ 2.0
Topic: Build 2.00.2307
Replies: 11
Views: 23203

Re: Build 2.00.2307

Thanks! I'll check this out.
by Tom
Wed Dec 18, 2024 11:20 am
Forum: Xbase++ 2.0
Topic: Build 2.00.2307
Replies: 11
Views: 23203

Re: Build 2.00.2307

I think that my solution is more elegant.
Great!
by Tom
Wed Dec 18, 2024 4:26 am
Forum: Xbase++ 2.0
Topic: Build 2.00.2307
Replies: 11
Views: 23203

Re: Build 2.00.2307

To me it looks like they're not rebuilding/repainting the complete browse, but only the part right from the to be shown/to be hidden column. The colcount remains the same, the hidden column object is still available and, for instance, returns it's values if you use GetCell() and other stuff. This is...
by Tom
Thu Dec 12, 2024 8:59 am
Forum: Xbase++ Support
Topic: ADS 12 and Windows Server 202X
Replies: 2
Views: 11407

Re: ADS 12 and Windows Server 202X

Has anyone had any issues with ADS 12 and the latest Windows server OS.
Not yet. We have dozends of customers with ADS 12 running on Windows Server 202x.
by Tom
Thu Dec 12, 2024 1:07 am
Forum: Xbase++ 2.0
Topic: Build 2.00.2307
Replies: 11
Views: 23203

Re: Build 2.00.2307

Hi.

This is how I (and, as I believe, lots of others) do it for years in my applications. I don't believe Alaska reimplemented that, because it has issues. I planned to test what they provided next week.
by Tom
Wed Dec 11, 2024 5:07 am
Forum: Xbase++ 2.0
Topic: Build 2.00.2307
Replies: 11
Views: 23203

Build 2.00.2307

Hi, there.

Build 2307 adds new hide/show methods to XbpColumn, maybe this is something that works better than the mechanisms using AddColumn/DelColumn.

Besides, there are several news around the PGDBE.