AFTER_EDITING(oBrowse)
oCol = oBrowse:getcolumn(oBrowse:colPos)
cDataLink = VAR2CHAR(oCol:dataLink)
cFldName = STRTRAN(SUBSTR(cDataLink,AT(">",cDataLink) + 1),"}")
msgbox(cFldName)
return nil
Search found 118 matches
- Mon Jan 06, 2025 1:59 am
- Forum: eXpress++ Support
- Topic: DCBROWSE AND MY PROBLEM
- Replies: 4
- Views: 905
- Wed Dec 18, 2024 5:14 am
- Forum: Xbase++ 2.0
- Topic: Build 2.00.2307
- Replies: 11
- Views: 7763
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 ...
- Wed Dec 18, 2024 4:11 am
- Forum: Xbase++ 2.0
- Topic: Build 2.00.2307
- Replies: 11
- Views: 7763
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 ...
- Thu Dec 12, 2024 11:24 pm
- Forum: Xbase++ 2.0
- Topic: Build 2.00.2307
- Replies: 11
- Views: 7763
Re: Build 2.00.2307
Hi,
What issues does it has?I don't believe Alaska reimplemented that, because it has issues.
- Wed Dec 11, 2024 11:34 pm
- Forum: Xbase++ 2.0
- Topic: Build 2.00.2307
- Replies: 11
- Views: 7763
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
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
- Thu Dec 05, 2024 11:22 pm
- Forum: Xbase++ 2.0
- Topic: ZIP library
- Replies: 12
- Views: 9537
Re: ZIP library
PowerUtl library have all ZIP archive functions, and much more.
- Thu Nov 14, 2024 11:55 pm
- Forum: PostGreSQL
- Topic: More PGDBE questions
- Replies: 29
- Views: 29927
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...
- Sun Nov 03, 2024 11:48 pm
- Forum: PostGreSQL
- Topic: Stored Procedure vs Stored Function
- Replies: 11
- Views: 12332
Re: Stored Procedure vs Stored Function
You can do that with the SELECT command: SELECT Strip(p1,p2) AS cResult.
- Sun Oct 27, 2024 11:14 pm
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 47660
Re: Set CPU
What do you suggest, how do you want it?But I will never ever just install and run an EXE I got from someone somewhere.
- Sun Oct 20, 2024 10:42 pm
- Forum: PostGreSQL
- Topic: Performance Issues
- Replies: 10
- Views: 24001
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?
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?