... pressed the cell is edited even if :bEditWhen is FALSE
Yes. This is a bug in xbrowse.prg, which has been overlooked for many years.
Thanks for pointing this out.
Can you apply this fix in xbrowse.prg and confirm if this working well.
Please locate these lines in METHOD KeyDown(...) in XBrowse ...
Search found 216 matches: pointing
Searched query: pointing
- Fri Oct 18, 2024 9:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Edit cell IN xBrowse for nEditType EDIT_GET_BUTTON
- Replies: 5
- Views: 818
- Fri Oct 11, 2024 6:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SYSLINK
- Replies: 17
- Views: 2339
Re: SYSLINK
... added the SYSLINK through DIALOG -> NEW -> SysLink control.
https://mybergland.com/ruth/syslink4.png
and after copiling I see it in my exe but the click doesn´t work. Now I will try to REDEFINE and also I will find out about URLLINK. Thank you very much for pointing me to this.
Kind regards,
Ruth
https://mybergland.com/ruth/syslink4.png
and after copiling I see it in my exe but the click doesn´t work. Now I will try to REDEFINE and also I will find out about URLLINK. Thank you very much for pointing me to this.
Kind regards,
Ruth
- Tue Sep 24, 2024 6:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Demo version
- Replies: 29
- Views: 5452
Re: Demo version
... from the first message and not from the last ones you will realize that someone has deviated into other topics and has not answered correctly: I repeat Mr. Sambomb was asking another question!!!
you're always there with your finger pointing at me accusing me of things I didn't do, you're very good
you're always there with your finger pointing at me accusing me of things I didn't do, you're very good
- Fri Aug 02, 2024 4:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error on report Page
- Replies: 3
- Views: 665
Re: Error on report Page
#define FWVERSION "FWH 24.04"nageswaragunupudi wrote:This is due to a bug. Thanks for pointing out.
Please let us know your FWH version so that we can suggest you the fix.
#define FW_VersionNo 24040
- Thu Aug 01, 2024 7:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error on report Page
- Replies: 3
- Views: 665
Re: Error on report Page
This is due to a bug. Thanks for pointing out.
Please let us know your FWH version so that we can suggest you the fix.
Please let us know your FWH version so that we can suggest you the fix.
- Mon Jul 29, 2024 6:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to ? TABS ON MDICHILD WINDOW. SOLVED
- Replies: 5
- Views: 716
Re: how to ? TABS ON MDICHILD WINDOW (Tab on Bottom) ?
Dear Karinha,
Thanks to pointing out me in right direction.
Regards
Yunus
Thanks to pointing out me in right direction.
Regards
Yunus
karinha wrote:C:\FWH\SAMPLES\ALASKA.PRG
Regards, saludos.
- Mon May 20, 2024 9:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBROWSE (It's giving me an error when I put Transparent)
- Replies: 9
- Views: 2251
Re: XBROWSE (It's giving me an error when I put Transparent)
This is a bug in xbrowse.prg.
We regret the inconvenience and thank you for pointing this out.
Please apply the following fix to xbrowse.prg.
Please locate the following lines of code in the METHOD Paint()
else
if ::lTransparent .and. Empty( ::oBrush:hBitmap )
if ! Empty( ::oWnd:oBrush:hBitmap ...
We regret the inconvenience and thank you for pointing this out.
Please apply the following fix to xbrowse.prg.
Please locate the following lines of code in the METHOD Paint()
else
if ::lTransparent .and. Empty( ::oBrush:hBitmap )
if ! Empty( ::oWnd:oBrush:hBitmap ...
- Wed May 15, 2024 6:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send Emails from Fivewin application
- Replies: 44
- Views: 7999
Re: Send Emails from Fivewin application
... I managed to make it work. The image is now inline embedded as related attachement. Working perfectly. Thank you again.
And also thank you for pointing me to PowerShell - this sound like a lot to learn, but really interesting.
Kind regards to all of you and a very happy birthday to mod_harbour ...
And also thank you for pointing me to PowerShell - this sound like a lot to learn, but really interesting.
Kind regards to all of you and a very happy birthday to mod_harbour ...
- Tue Apr 16, 2024 3:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 2006: XBrowse : Own built-in Buttonbar
- Replies: 2
- Views: 5403
Re: FWH 2006: XBrowse : Own built-in Buttonbar
... and apply this fix.
Please locate this line in the
METHOD HeaderLButtonUp( nMRow, nMCol, nFlags ) CLASS TXBrwColumn
if nMRow <= ::oBrw:nHeaderHeight ;
Change this line as:
if nMRow < ::oBrw:HeaderHeight( .t. ) ;
This is fixed in the next version under relase.
Thanks for pointing out the bug.
Please locate this line in the
METHOD HeaderLButtonUp( nMRow, nMCol, nFlags ) CLASS TXBrwColumn
if nMRow <= ::oBrw:nHeaderHeight ;
Change this line as:
if nMRow < ::oBrw:HeaderHeight( .t. ) ;
This is fixed in the next version under relase.
Thanks for pointing out the bug.
- Fri Apr 12, 2024 9:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 2006: XBrowse : Own built-in Buttonbar
- Replies: 2
- Views: 5403
Re: FWH 2006: XBrowse : Own built-in Buttonbar
... este ejemplo con un rowset pero con la clausula AUTOSORT y no ordena las columnas, solo al colocar // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ?
Yes. This is a bug.
Thanks a lot for pointing out.
We are going to look into it and get back soon.
Yes. This is a bug.
Thanks a lot for pointing out.
We are going to look into it and get back soon.
- Fri Mar 22, 2024 12:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Question about performance RowSet
- Replies: 19
- Views: 7629
Re: Question about performance RowSet
Thank you very much for pointing out this error.
This example works perfectly fine with Harbour but fails with xHarbour with this run-time error.
This bug is due to my ignoring the difference in the behavior between Harbour and xHarbour of a function PValue().
We regret the inconvenience.
You can ...
This example works perfectly fine with Harbour but fails with xHarbour with this run-time error.
This bug is due to my ignoring the difference in the behavior between Harbour and xHarbour of a function PValue().
We regret the inconvenience.
You can ...
- Thu Mar 21, 2024 10:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Question about performance RowSet
- Replies: 19
- Views: 7629
Re: Question about performance RowSet
Thank you very much for pointing out this error.
This example works perfectly fine with Harbour but fails with xHarbour with this run-time error.
This bug is due to my ignoring the difference in the behavior between Harbour and xHarbour of a function PValue().
We regret the inconvenience.
You can fix ...
This example works perfectly fine with Harbour but fails with xHarbour with this run-time error.
This bug is due to my ignoring the difference in the behavior between Harbour and xHarbour of a function PValue().
We regret the inconvenience.
You can fix ...
- Wed Feb 28, 2024 8:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: COMBOBOX
- Replies: 7
- Views: 942
Re: COMBOBOX
Dear Mr. Stone,
thank you very much for the explanation and for pointing me to these great sources of information. I followed the steps and things are starting to get a bit clearer for me already :-)
Thank you all for your patience and sorry for floating the forum with maybe too basic questions ...
thank you very much for the explanation and for pointing me to these great sources of information. I followed the steps and things are starting to get a bit clearer for me already :-)
Thank you all for your patience and sorry for floating the forum with maybe too basic questions ...
- Mon Feb 19, 2024 7:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: function urlLoad( cUrl )
- Replies: 17
- Views: 4367
Re: function urlLoad( cUrl )
Dear Antonio, thank you very much for pointing me to the wiki. This is wonderful. Kind regards and have a nice day, Ruth
- Thu Feb 01, 2024 6:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Class TOpenAI_ChatGPT by Charles Kwon
- Replies: 3
- Views: 837
Re: Class TOpenAI_ChatGPT by Charles Kwon
Dear Mr. Kwon,
thanks a lot for your answer. And also thank you for pointing me to the encrypt() and decrypt() functions ... they seem very useful in several scenarios.
thanks again and kind regards
ruth
thanks a lot for your answer. And also thank you for pointing me to the encrypt() and decrypt() functions ... they seem very useful in several scenarios.
thanks again and kind regards
ruth