Search found 117 matches

by SlavkoDam
Wed Dec 18, 2024 5:14 am
Forum: Xbase++ 2.0
Topic: Build 2.00.2307
Replies: 11
Views: 2474

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: 2474

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: 2474

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: 2474

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
by SlavkoDam
Thu Dec 05, 2024 11:22 pm
Forum: Xbase++ 2.0
Topic: ZIP library
Replies: 12
Views: 5745

Re: ZIP library

PowerUtl library have all ZIP archive functions, and much more.
by SlavkoDam
Thu Nov 14, 2024 11:55 pm
Forum: PostGreSQL
Topic: More PGDBE questions
Replies: 29
Views: 20280

Re: More PGDBE questions

You should stop struggling with Alaska PGDBE, this is the road to nowhere. More deep you go, more problems and no solutions you will get. As soon as you understand and accept that, the better for you. You should use my PowerSql library and convert you ISAM app to true SQL app, in a very fast way and...
by SlavkoDam
Sun Nov 03, 2024 11:48 pm
Forum: PostGreSQL
Topic: Stored Procedure vs Stored Function
Replies: 11
Views: 8949

Re: Stored Procedure vs Stored Function

You can do that with the SELECT command: SELECT Strip(p1,p2) AS cResult.
by SlavkoDam
Sun Oct 27, 2024 11:14 pm
Forum: eXpress++ Support
Topic: Set CPU
Replies: 22
Views: 38191

Re: Set CPU

But I will never ever just install and run an EXE I got from someone somewhere.
What do you suggest, how do you want it?
by SlavkoDam
Sun Oct 20, 2024 10:42 pm
Forum: PostGreSQL
Topic: Performance Issues
Replies: 10
Views: 19843

Re: Performance Issues

Hi,

You could download and try test version of PowerSql library and do the same research with it. It would be interesting to compare it's performance with your current ones. BTW, did you do your tests several times or only once?
by SlavkoDam
Fri Oct 18, 2024 11:45 am
Forum: eXpress++ Support
Topic: Set CPU
Replies: 22
Views: 38191

Re: Set CPU

Hi,

Here is a demo program of multi CPU usage. Try it.