Search found 33 matches: respects

Return to advanced search

hbmk2 and #ifdef

trying to switch from xHarbour to Harbour

Have a lot of
Code: Select all  Expand view
#ifdef __NOXHBCOM__
    ...
#endif

in my source prg.

How do I configure go.bat/hbmk2.hbp so that conditional compilation respects '__NOXHBCOM__'?
by frose
Sat Jun 03, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 and #ifdef
Replies: 2
Views: 148

Re: Mod Harbour challenge project

... to think that the tool is here. Now it is up to each one to take the leap and assimilate new concepts to be able to continue on their way ... My respects to all those who do not believe in the web, I only try to convey knowledge to all of you in my final adventure with harbour and that you understand ...
by Carles
Wed Mar 31, 2021 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour challenge project
Replies: 15
Views: 2095

Re: FW_SetUnicode mostrar valor GET con FWINLOG

... to log file correctly. This log file text is viewed both by FW_MEMOEDIT and also NOTEPAD.EXE. FWH library works perfectly with Unicode in all respects and there is no need for any modifications. In my next post I will address the issue of writing to MySql database. Thanks for the response. ...
by VictorCasajuana
Sat Jan 23, 2021 7:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_SetUnicode mostrar valor GET con FWINLOG
Replies: 23
Views: 1718

Re: FW_SetUnicode mostrar valor GET con FWINLOG

...  endifreturn nil  https://imagizer.imageshack.com/img923/8461/H2u139.gif FWH library works perfectly with Unicode in all respects and there is no need for any modifications. In my next post I will address the issue of writing to MySql database.
by nageswaragunupudi
Fri Jan 22, 2021 6:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_SetUnicode mostrar valor GET con FWINLOG
Replies: 23
Views: 1718

Re: xbrowser footer

oBrw:KeyCount() is the same as ( oBrw:cAlias )->( OrdKeyCount() ) OrdKeyCount() is a (x)Harbour function. By default OrdKeyCount() respects Scopes and Filters but includes deleted records also. This is what we all should know. If we want OrdKeyCount() not to include deleted records, we ...
by wartiaga
Tue Dec 03, 2019 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer
Replies: 9
Views: 1339

Re: xbrowser footer

oBrw:KeyCount() is the same as ( oBrw:cAlias )->( OrdKeyCount() ) OrdKeyCount() is a (x)Harbour function. By default OrdKeyCount() respects Scopes and Filters but includes deleted records also. This is what we all should know. If we want OrdKeyCount() not to include deleted records, we ...
by nageswaragunupudi
Mon Dec 02, 2019 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer
Replies: 9
Views: 1339

FWH1905: FW_StrICmp(): Case Insensitive Comparison

... "FIVETECH", .t. ) --> .f.  We can use all other comparison operators like >, <, >=, <=, <>, !=. Comparison respects the current setting of SET EXACT, which can be overridden by the last parameter. In all cases, the results are identical to normal comparison ...
by nageswaragunupudi
Wed Jun 26, 2019 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1905: FW_StrICmp(): Case Insensitive Comparison
Replies: 0
Views: 412

FWH1905: FW_AT() Case insensitive search

... The substituted string can be shorter or longer. In this case, the 2nd parameter should be passed by reference. The search and substitution respects the parameters lWholeWord, lSkipQuotes and lAllMatches. cSearch := "ear"cString := "Year Ear Hear"nAt := FW_AT( cSearch, ...
by nageswaragunupudi
Wed Jun 26, 2019 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1905: FW_AT() Case insensitive search
Replies: 0
Views: 570

TGET behavior (Antonio)

In method createbutton() is this line ::oBtn:bAction := {|| Eval( oThis:bAction, oThis ),oThis:SetFocus() } It respects not the present data ::lKeepFocus!! Should be: ::oBtn:bAction := {||  ( Eval( oThis:bAction, oThis ), if( ::lKeepFocus, oThis:SetFocus(), ...
by byte-one
Tue Jan 08, 2019 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET behavior (Antonio)
Replies: 7
Views: 1284

Re: UPPER() and IsAlpha() return not reals values in french

Mr. Badara Thiam I am sorry, I am unable to agree. If we set codepage correctly, sorting and indexing by (x)Harbour is correct and respects the rules of the language set by the codepage. It is NOT correct that (x)Harbour sorts alphabets by ASCI values. NO. It sorts the alphabets by the ...
by nageswaragunupudi
Tue Jun 05, 2018 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPPER() and IsAlpha() return not reals values in french
Replies: 25
Views: 2493

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... lSuccess METHOD Zap() --> lSuccess (Better avoid calling this) METHOD GetRows() --> aData Reads the values of the records into an array. Respects current filter and sort order. Access/Assign of values of a field: ? oRs:<fieldname>   // may fail if fieldname conflicts with object's ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28380

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

Rao,

nageswaragunupudi wrote:OrdKeyCount() respects not only scopes and (for cond indexes) but also filters.


You're right! :-)

EMG
by Enrico Maria Giordano
Tue Feb 03, 2015 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8360

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

OrdKeyCount() respects not only scopes and (for cond indexes) but also filters.
But it does not exclude deleted() records when set deleted on ( this is how we use normally ).
So if we set filter to "SET FILTER TO !DELETED()" then the OrdKeyCount() excludes deleted records also.
by nageswaragunupudi
Tue Feb 03, 2015 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8360

Re: FWH 13:09 Default Printer

...  PAGE      oPrn:Say( 1, 1, "Hello" )   ENDPAGEENDPRINT  The first time he respects the printer sent in command TO "Samsung", the second time he returns to the Default Windows. I use this command on all reports of ...
by ORibeiro
Sun Nov 17, 2013 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13:09 Default Printer
Replies: 61
Views: 12633

Re: Is it possible to have 2 rows of BUTTONBAR?

... control is painted over the second buttonbar. See the example below. James Can be also creating two ButtonBar within a window ButtonBar So, yes respects OCLIENT area. FUNCTION MAIN()    LOCAL oWnd    Local oBr    LOCAL oBar1, oBar2, oBar3, oBar4    Local oBrw    Local aData  := {}  ...
by cnavarro
Tue Oct 29, 2013 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to have 2 rows of BUTTONBAR?
Replies: 18
Views: 6181
Next

Return to advanced search