Search found 123 matches

by SlavkoDam
Tue Feb 18, 2025 3:57 am
Forum: Announcements
Topic: New library PowerPar for parallel programming
Replies: 0
Views: 1725

New library PowerPar for parallel programming

Hi, I developed a new PowerPar library for parallel (concurrent) application development, with the following features: - Multi-processor-threading - Execute multiple processes (UDFs) on multiple logical processors in parallel. Each process is executed in its own thread. - Process synchronization - C...
by SlavkoDam
Tue Feb 18, 2025 3:35 am
Forum: Announcements
Topic: New feature of PowerCrp library: Certificate Store
Replies: 0
Views: 499

New feature of PowerCrp library: Certificate Store

Hi, I developed a new feature in the PowerCrp library, Certificate Store Management with the following functionalities: - Add/delete certificate to/from certificate store - Import/export certificate and certificate key to/from certificate store - Retrieve certificate and certificate key from certifi...
by SlavkoDam
Mon Feb 17, 2025 6:44 am
Forum: eXpress++ Support
Topic: DCCOMBOBOX
Replies: 5
Views: 2477

Re: DCCOMBOBOX

By your description, the cause of the problem is in dcbrowse and not in dccombobox???? You should handle dcbrowse keys and not dccombobox keys.
by SlavkoDam
Sun Feb 16, 2025 7:35 am
Forum: Xbase++ 2.0
Topic: Help please - Una ayuda por Favor
Replies: 4
Views: 7713

Re: Help please - Una ayuda por Favor

Hi, You can move to the column Cantidad Entregada and enter into it with this: oBrw:right():right():right():right():right():right():keyboard(xbeK_ENTER):refreshCurrent() or oBrw:keyboard(xbeK_END):keyboard(xbeK_ENTER):refreshCurrent() You can put zero in a cell of the column Cantidad Entregada with ...
by SlavkoDam
Thu Feb 13, 2025 11:29 pm
Forum: Xbase++ 2.0
Topic: Help please - Una ayuda por Favor
Replies: 4
Views: 7713

Re: Help please - Una ayuda por Favor

Your archive file is damaged and cannot be opened.
by SlavkoDam
Mon Jan 06, 2025 1:59 am
Forum: eXpress++ Support
Topic: DCBROWSE AND MY PROBLEM
Replies: 4
Views: 2562

Re: DCBROWSE AND MY PROBLEM

AFTER_EDITING(oBrowse)
oCol = oBrowse:getcolumn(oBrowse:colPos)
cDataLink = VAR2CHAR(oCol:dataLink)
cFldName = STRTRAN(SUBSTR(cDataLink,AT(">",cDataLink) + 1),"}")
msgbox(cFldName)
return nil
by SlavkoDam
Wed Dec 18, 2024 5:14 am
Forum: Xbase++ 2.0
Topic: Build 2.00.2307
Replies: 11
Views: 23911

Re: Build 2.00.2307

I studied the new source code of XbpBrowse(), and hide/show columns works as I described. Since the left part columns from the hidden column remain their old positions, you don't have the effect on the screen that they are repositioned two. But since the whole browse panel (background) is recreated ...
by SlavkoDam
Wed Dec 18, 2024 4:11 am
Forum: Xbase++ 2.0
Topic: Build 2.00.2307
Replies: 11
Views: 23911

Re: Build 2.00.2307

As I said there are no issues and my solution works fine, you can ask Cris who uses it. And you and nobody else never did (developed) that in your applications. Alaska solution is different than mine. They recreate the whole browse panel and reposition all remaining visible columns. They also allow ...
by SlavkoDam
Thu Dec 12, 2024 11:24 pm
Forum: Xbase++ 2.0
Topic: Build 2.00.2307
Replies: 11
Views: 23911

Re: Build 2.00.2307

Hi,
I don't believe Alaska reimplemented that, because it has issues.
What issues does it has?
by SlavkoDam
Wed Dec 11, 2024 11:34 pm
Forum: Xbase++ 2.0
Topic: Build 2.00.2307
Replies: 11
Views: 23911

Re: Build 2.00.2307

Hi,

I have described the best way to hide/show XbpColumn, in the following topic here. It is based on Alaska XbpBrowse and XbpColumn implementations. I suppose and believe that Alaska dev team saw my post and learned from it.

http://bb.donnay-software.com/Donnay/vi ... f=2&t=3211