Search found 180 matches: reviewing

Return to advanced search

Bug Combobox itemData in FWH-23.10

... I detect that the "oItem:itemData" attribute of COMBOBOX returns incorrect data with FWH 23.10. Works perfect with FWH-20.07. When reviewing the class I see many changes between the two versions. How and where do I correct it ? FWH-23.10 - INCORRECT https://i.postimg.cc/Y0T3Fgmz/combobox-FWH-23-10.jpg ...
by Cgallegoa
Wed May 01, 2024 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Combobox itemData in FWH-23.10
Replies: 5
Views: 195

Re: combobox color

Hi, The "oItem:itemData" attribute of COMBOBOX returns incorrect data with FWH 23.10. Works perfect with FWH-20.07. When reviewing the class I see many changes between the two versions. How and where do I correct it ? FWH-23.10 - INCORRECT https://i.postimg.cc/Y0T3Fgmz/combobox-FWH-23-10.jpg ...
by Cgallegoa
Tue Apr 30, 2024 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 550

Re: Exercism and Harbour

Dear Bruce, Thanks for sharing it with us! I see it as a very good initiative. I have been reviewing the Harbour examples provided in https://github.com/ajborla/exercism-exercise-and-unit-tests-sample-for_Harbour and to me there are many Harbour coding areas ...
by Antonio Linares
Mon Apr 22, 2024 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 201

Re: New FWH 24.02

Dear Hakan,

No, not yet. Mr. Rao is reviewing latest Silvio´s comments about them.
by Antonio Linares
Mon Apr 01, 2024 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7265

Re: SAPI : change Voice

... uds respondió Dear Jimmy, Reviewing Harbour OLE implementation it seems as this is the way: oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | MsgInfo( x, y ) } ...
by Danielmaximiliano
Sat Feb 10, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3743

Re: how to get Event from ActiveX ?

Dear Jimmy,

Reviewing Harbour OLE implementation it seems as this is the way:

oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | MsgInfo( x, y ) } )

but here in my tests it is not working as expected.

Maybe another Harbour OLE bug ? I am doing some research to find the right way...
by Antonio Linares
Tue Jan 30, 2024 6:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Event from ActiveX ?
Replies: 1
Views: 361

Re: phpBB to LLM

Dear Anton,

many thanks for your help!

I am reviewing the results :-)
by Antonio Linares
Wed Dec 27, 2023 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4740

Re: phpBB to LLM

Dear Otto, Victor,

We already have a posts.dbf with all the forums posts :-)

We are reviewing if it has some private info that must not be shared...
by Antonio Linares
Fri Dec 22, 2023 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4740

Back after 10 years due to illness [ Javier Lloris ]

... about programming, making backups and trying to catch up on everything new, testing and documenting the new program that I am going to publish and reviewing the forum at the moment, I have been quite busy for three weeks. (some disk and pendrive have given me a bit of trouble to recover the backups ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 392

Re: Strange characters going from FWH to Outlook FWH 13.10

Dear Michel,

We are reviewing it

many thanks for your feedback
by Antonio Linares
Fri Dec 08, 2023 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3775

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

For now, please do not use oCn:Insert(...). We are reviewing this. Can you please test this and let is know if this works correctly. cSql := "INSERT INTO `" + cTable + "` ( `test` ) VALUES ( ? )"? oCn:Execute( cSql, { ...
by nageswaragunupudi
Thu Nov 09, 2023 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 310

Re: Interesting discussion with ChtGPT

... well. Here I save the questions that I have already worked out and that I may need again. I then ask at the end: Could you help me create a FAQ by reviewing and potentially revising the questions I provide?" Depending on the question, I take the point into the PROMPT_Editor question catalog ...
by Otto
Tue Nov 07, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1249

Re: Sending HTML using MAIL

... one is already installed, create an association in the Default Programs control panel I have no idea how to solve this on Windows 11. I have been reviewing videos and google for it, but no solution found yet
by Antonio Linares
Sat Apr 08, 2023 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 740

Re: Manifest

... I always linked in one, but more recently it was easy to skip it. Instead of an external one in distribution, I simply included it in my .rc file. Reviewing discussions, that seems to be good. Posts would suggest that current manifest files should include "a lot of things", but for what ...
by Silvio.Falconi
Wed Oct 26, 2022 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1851

Manifest

... I always linked in one, but more recently it was easy to skip it. Instead of an external one in distribution, I simply included it in my .rc file. Reviewing discussions, that seems to be good. Posts would suggest that current manifest files should include "a lot of things", but for what ...
by TimStone
Wed Oct 26, 2022 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1851
Next

Return to advanced search