Search found 1129 matches: issues

Return to advanced search

Re: xbrowse problem with :bLClicked

... function is executed after the selection has been toggled, rather than immediately after the double-click event. This can help prevent issues with the selection state and the editing process. If you want to avoid using a keyboard shortcut, you could also use a timer or a hb_idle() function ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 107

Re: xbrowse problem with :bLClicked

... function is executed after the selection has been toggled, rather than immediately after the double-click event. This can help prevent issues with the selection state and the editing process. If you want to avoid using a keyboard shortcut, you could also use a timer or a hb_idle() function ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 107

Re: xbrowse problem with :bLClicked

... Harbour's code specialized https://hf.co/chat/assistant/66229318ae991ee8ad79a177 I see what's going on here. You're experiencing some issues with the selection and deselection of records in your xbrowse, specifically when using the spacebar to toggle selection. Let's break it down ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 107

Re: Compiler with MSVC y HARBOUR

... if not automatically detected. Test: After installation and configuration, restart Apache and check the error logs to ensure there are no issues loading these libraries. By ensuring these libraries are correctly installed and configured, you enhance the capabilities and security of your ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 149

Re: How to include hbCurl?

... email address is correctly hashed as per Mailchimp's requirements (using MD5 and in lowercase) when replacing `cSecure_Email`. If there are still issues, double-check the JSON payload for correct formatting and ensure that all required fields are provided accurately.
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951

Re: To Nageswrao Del Objs on TscrollPanel

... :SetRange()      :GoToPos( MIN( n, oPanel:nScrollRange ) )      :Refresh()   ENDreturn .t.  We'll look into other issues later https://i.postimg.cc/FFD9FZgb/nnn.jpg while deleting some records I noticed that some buttons cannot be pressed and when ...
by Silvio.Falconi
Tue Mar 05, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 670

Re: To Nageswrao Del Objs on TscrollPanel

... MIN( n, oPanel:nScrollRange ) )      :Refresh()   ENDreturn .t.  We'll look into other issues later
by nageswaragunupudi
Tue Mar 05, 2024 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 670

Re: How to include hbCurl?

... 7Zip in this way for years. On the whole, the path with shellExEc() would seem more maintenance-friendly to me if you would otherwise have no issues or only have to deal with the firewall during the initial setup. Best regards, Otto c:\curl-8.6.0_3-win64-mingw\bin\curl.exe -u username:password ...
by Otto
Sun Mar 03, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951

Re: Data exchange between PC and Android device on the same loca

Hello Arturo, I can't quite remember. But I believe I tested it at the beginning. Since my pressing issues were the development of screens and the flow of the program, I did not look into it further. Also, one loses focus if one experiments too much. I also tested CGI only ...
by Otto
Wed Feb 21, 2024 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 801

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... ANSI codepage is 1254 and OEM codepage is 857. Harbour TRWIN is cp1254. But Hakkan's problem is not with codepages or utf8/ANSI/OEM related issues. His problem is with a Bug in TGet, where TGet hWnd changes from ANSI to Unicode window. I understand master Nages. Very complicated situation. ...
by karinha
Mon Feb 19, 2024 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54330

Re: Fwh 23.10 TGet another problem (UNSOLVED)

For Turkish, Windows default ANSI codepage is 1254 and OEM codepage is 857.
Harbour TRWIN is cp1254.

But Hakkan's problem is not with codepages or utf8/ANSI/OEM related issues.

His problem is with a Bug in TGet, where TGet hWnd changes from ANSI to Unicode window.
by nageswaragunupudi
Mon Feb 19, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54330

Re: RC to PRG generator

... You are using oDlg each time. I realize it is LOCAL and that should be OK, but over the years, I find in my experience, sometimes I still have issues arise. In my case, I often give the dialogs unique names, especially if I will have multiple ones on the same screen. For example, when using ...
by TimStone
Mon Feb 12, 2024 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1204

Re: Error: FWH2206 Parte1

... So the errors you experience have nothing to do with creation of the dialog, but must be due to some other issues in your program not connected with creation of this dialog.
by nageswaragunupudi
Sun Feb 11, 2024 2:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 990

Re: link between PRG and RC

... So I will have to stick to Borland C too. Thank you very much... again kind regard ruth Dear Ruth, It is fine, FWH supports both of them with no issues :-) I am sending you the modified FWH libs
by Antonio Linares
Tue Jan 30, 2024 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1713

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... be tedious to tackle them all on your own. It would be much easier together. I can't help but think of how often I stumble upon casesensitivity issues in JavaScript. Wishing you a lovely Sunday. Best regards, Otto Here's one of my Mod Harbour pages, all data comes from DBF files. The admin page ...
by Otto
Sat Jan 27, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706
Next

Return to advanced search