Search found 111 matches
- Sun Nov 03, 2024 11:48 pm
- Forum: PostGreSQL
- Topic: Stored Procedure vs Stored Function
- Replies: 11
- Views: 2341
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: 19911
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: 4
- Views: 7724
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?
- Fri Oct 18, 2024 11:45 am
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 19911
Re: Set CPU
Hi,
Here is a demo program of multi CPU usage. Try it.
Here is a demo program of multi CPU usage. Try it.
- Sun Oct 06, 2024 11:06 pm
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 19911
Re: Set CPU
Hi, I remember ALASKA say it is NOT SAFE to use. So ALASKA don´t support it, you can try it at your own risk. Alaska have their reasons to say it is not safe, it is their matter and I don't care for that. Multi CPU is an option in Windows for decades and I don't think that Microsoft would allow that...
- Sat Oct 05, 2024 10:22 am
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 19911
Re: Set CPU
Hi, It is possible to use multiple CPUs in a single Xbase++ app instance, but that job have to be done in C using Xbase++ C-API. You have to create your own multiple threads in C and run your thread processes in C. Each thread can be assigned a different CPU and they all run concurrently. In this wa...
- Wed Aug 28, 2024 12:13 am
- Forum: Xbase++ 2.0
- Topic: Tooltip
- Replies: 6
- Views: 16063
Re: Tooltip
Hi, I know all Windows controls, including Tooltip. In my PowerWin library I have implemented some of them: Animation, SysLink and Up-Down. I think that Alaska has no more interest to implement other missing Windows controls. If you prefer Windows Tooltip control, why don't you implement it and make...
- Mon Aug 26, 2024 6:02 am
- Forum: Xbase++ 2.0
- Topic: Tooltip
- Replies: 6
- Views: 16063
Re: Tooltip
Hi, I know that MagicHelp is an Alaska sample in Source\Samples\Solution\Tooltip. It works fine in their example, and I don't think its a bad solution. Maybe its usage in eXpress++ system is not correct and needs some changes. In my PowerWin library I also implemented tooltip, but its simpler than i...
- Fri Aug 23, 2024 7:35 am
- Forum: Xbase++ 2.0
- Topic: Tooltip
- Replies: 6
- Views: 16063
Re: Tooltip
Hi, There are a number of complains with problems of using DC_ToolTipEnable(.T.) and MagicHelp, and none of them are solved??? It seems that MagicHelp in not so "Magic", or DC_ToolTip don't use it correctly. I think that in the line 938 the cause of error is this part: lastmp1[1] == mp1[1] .AND. las...
- Tue Jul 30, 2024 10:52 pm
- Forum: eXpress++ Support
- Topic: Fields
- Replies: 1
- Views: 4695
Re: Fields
FieldName( nFieldPos ) // field name
FieldInfo( nFieldPos, FLD_TYPE ) // data type
FieldInfo( nFieldPos, FLD_LEN ) // field length
FieldInfo( nFieldPos, FLD_DEC ) // decimal places
FieldInfo( nFieldPos, FLD_TYPE ) // data type
FieldInfo( nFieldPos, FLD_LEN ) // field length
FieldInfo( nFieldPos, FLD_DEC ) // decimal places