Search found 59 matches: applicable

Return to advanced search

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... to do with HB_CDPSELECT( "UTF8" ). This setting is useful only for Harbour file and directory functions when these names are in UTF8, applicable mostly for East Asian Language applications. Good to know. ...UTF8, applicable mostly for East Asian Language applications. But there are ...
by frose
Sat Nov 25, 2023 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... to do with HB_CDPSELECT( "UTF8" ). This setting is useful only for Harbour file and directory functions when these names are in UTF8, applicable mostly for East Asian Language applications. In my view, keep HB_CDPSELECT( <yourcontrycdp> )
by nageswaragunupudi
Fri Nov 24, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: BtnBmp and oPopup

... serve as a suggestion to extend the class. It's like comparing apples and oranges to modify a class for personal use or to make it universally applicable. I can only do the former. Best regards, Otto
by Otto
Wed Jun 07, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp and oPopup
Replies: 4
Views: 396

Re: XBROWSE Column Question

... Mr. Venken OrdWildSeek( cSeek, ... ) is actually an (x)Harbour function in DBFNTX and DBFCDX RDDs, applicable for indexed DBFs. We can seek expressions like "*A?C" The above post refers to similar functionality we created in FWMaria library ...
by nageswaragunupudi
Wed May 10, 2023 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 876

Re: Harbour warnings

... My practice is to fix anything/everything that I can fix for warnings thrown when using -W3, including using HB_SYMBOL_UNUSED() where it is applicable, then only use the pragma to fix what is left. I'm always looking for a better answer, but so far this is the best I've come up with. I'll ...
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2335

Re: Harbour warnings

... My practice is to fix anything/everything that I can fix for warnings thrown when using -W3, including using HB_SYMBOL_UNUSED() where it is applicable, then only use the pragma to fix what is left. I'm always looking for a better answer, but so far this is the best I've come up with. I'll ...
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2335

Re: read JSON

... be used. But I've come a little further. I lack the knowledge about trees. I think I can do it for my application. It is then not universally applicable, but good for my purpose. Best regards, Otto https://mybergland.com/fwforum/jsontreexbrowse.jpg
by Otto
Wed Nov 17, 2021 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: read JSON
Replies: 8
Views: 974

Re: Unrecoverable error 6005: Exception error

... need to look for answers yourself. Mr. Rao, I think that a original old code piece of fivewin. Regards Even in the older versions, this code was applicable to 16-bit Clipper only but never to 32-bit FWH. Taken from FWH 08.02               #ifdef __CLIPPER__              case nWParam == FN_UNZIP ...
by nageswaragunupudi
Thu May 14, 2020 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Unrecoverable error 6005: Exception error
Replies: 5
Views: 504

Re: urgent bugs lastest FWH and SQLRDD

... because we do not have SQLRDD for testing at our end. We shall be thankful if you can please provide us a modified method SetRDD() with changes applicable only for SQLRDD and we will incorporate the changes in the next release. Whatever changes implemented till now were based on the recommendations ...
by nageswaragunupudi
Thu Feb 13, 2020 2:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urgent bugs lastest FWH and SQLRDD
Replies: 12
Views: 2978

Re: Convert Strings to and from UTF8 byte arrays ...

Thanks João, but I think it is not applicable to my example. It is not charset convert.

When I send string to Java method 'getbytes' with this charactes:
cStr:="POST/eservice//batch/json/echoMyUserNamePass1234?"

Result is: "[B@1db9742" // UTF8 byte array
by bosibila
Wed Jan 08, 2020 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert Strings to and from UTF8 byte arrays ...
Replies: 5
Views: 1014

New FTDN December 2019 (FWH 19.12)

... - New data nLbxAt in the column object. Has meaning only when nEditType is EDIT_LISTBOX. (Not applicable to EDIT_GET_LISTBOX also). This data is set to the item number in the aEditListTxt/Bound for each row and can be used to display/set values ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

Re: add recs/repl fields to an existing table of SQL db

... commands and functions there is no scope for any confusion or errors. These commands/functions prepare the sql statements using the syntax applicable to the RDBMS connected by using FW_OpenAdoConnection(), be it MySql, MsSql, Oracle, etc. This sample demonstrates inserting bulk records ...
by nageswaragunupudi
Thu Apr 25, 2019 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add recs/repl fields to an existing table of SQL db
Replies: 4
Views: 1307

New FTDN December/Diciembre 2018 (FWH 18.12)

DECEMBER 2018 ============= * New methods in TWindow, applicable to dialogs also, but not controls, mdichild windows and child windows. - METHOD SaveState() --> cState //text string of 88 chars containing encoded information of the postion ans state ...
by Antonio Linares
Sun Dec 30, 2018 7:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2018 (FWH 18.12)
Replies: 1
Views: 1685

FWH 18.08: Gets with loop variable as array subscript

...  XBROWSER aData // Checkreturn nil  This enhancement in FWH 1808 makes programming Gets of arrays using loop variables. This new syntax is not applicable to gets from resources as such gets are not generally redefined in a loop.
by nageswaragunupudi
Thu Sep 27, 2018 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2462

Re: SetCheck() on MariaDB

Use only the function MYSQL_TinyIntAsLogical( .t. / .f. ) --> lPrevStatus  to set or reset the status. Rowset remembers the status applicable for that table in its DATA lTinyIntAsLogical. We should not change it. Global default is .F. and we recommend keeping it as .F. Behavior ...
by nageswaragunupudi
Tue Sep 04, 2018 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetCheck() on MariaDB => SOLVED
Replies: 15
Views: 2596
Next

Return to advanced search