Search found 1237 matches
- 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.
- 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:
The reason is not the OS.
The reason is not the OS.
- 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...
- 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.
- 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.
- 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
Great!I think that my solution is more elegant.
- 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...
- 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
Not yet. We have dozends of customers with ADS 12 running on Windows Server 202x.Has anyone had any issues with ADS 12 and the latest Windows server OS.
- 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.
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.
- 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.
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.