Search found 22 matches: considers

Return to advanced search

Re: Very strange problem - ideas needed

... actually work amazing well, and last for a very long time. When it comes to the hardware, they turn to an employee ( auto technician ) who considers himself an expert. He's rather defensive ... so that increases the challenge. Tim
by TimStone
Mon Aug 29, 2022 1:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1753

New FTDN March/Marzo 2022 (FWH 22.03)

December 2021 to March 2022 =========================== * FWMariaConnection: - METHOD ValToSQL( tDateTime ) now considers fraction of seconds also. Methods Update/Insert can now store datetime values with fraction of seconds, if the field definition allows fraction of seconds. ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 624

Re: bad calculation prices for days

... to what you say. What formule the owner used to obtain 170? Can you post here the results from 16 days to 30 days, which the owner of chalet considers corrects? //----------------------------------------Function PriceDay(nDays)local nPriceDay := 0local n1Day := 9, n7Days := 60, n15Days ...
by FranciscoA
Tue Jul 07, 2020 1:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1907

New Class TMP3Info

... I hope it helps, since Fivewin and Harbor there are no specific functions to obtain this data, and if Master Antonio Linares considers it to be a contribution to future versions of Fivewin .. http://www.mediafire.com/file/eo5ujxs3vjs0f42/TMP3Info.rar/file I ...
by cuatecatl82
Wed Aug 21, 2019 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TMP3Info
Replies: 3
Views: 1051

Re: To James Bott - Error Using TData

... with index. Looks like TData's method SaveData() does not check if a field is readonly or not before saving data to the field, whereas TDatabase considers whether a field is readonly or not. This must the reason why the Save() method of the parent class TDatabase works correctly but the enhanced ...
by nageswaragunupudi
Mon May 27, 2019 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5128

Re: ASCAN question

... receives as parameter the value of the current array element. The code block must contain a comparison rule that yields a logical value. AScan() considers the value as being found when the codeblock returns .T. (true). Otherwise the function proceeds with the next array element. The example demonstrates ...
by George
Thu Apr 27, 2017 12:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASCAN question
Replies: 2
Views: 524

Re: XBrowse 16.04 : Gets in Header Bar

... a la mente y que he visto en otras grillas...gracias A.L, RAO y demas guru del xbrowse...saludos... :shock: English(google traslator): be who else considers that a small butonbar as part of xbrowse is something quite helpful to control the browse: first record, last record, upload, download, modify ...
by joseluisysturiz
Sun May 01, 2016 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 34
Views: 10021

Re: Bad quality with GIF (and GDI+)

1) If a programmer prefers to use FreeImage, he can set UseGDI( .f. ). We provided this toggle so that the programmer can choose what he considers better. 2) Mr EMG is comparing the GDI+ code as adopted by FWH with the quality of FreeImage. 3) Possible that Mr Manuel has improved code. If ...
by nageswaragunupudi
Mon Nov 02, 2015 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad quality with GIF (and GDI+)
Replies: 84
Views: 9936

Re: Next target: EasyReport !!! :-)

... that donation, will let me know the name of the user to send the sources to. 4. This process will continue until Timm gets an ammount that he considers that it is fine for him. Something reasonable. This way we don't have to wait a lot of time to collect all the funds, and those of you that ...
by Antonio Linares
Mon Jul 07, 2014 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Next target: EasyReport !!! :-)
Replies: 61
Views: 14897

Re: JPG > PDF and viceversa

... created with path. Returning NIL indicates that PDF is not created. There are cases when some programmers prefer not to use printer drivers or considers that a project does not justify the investment of the required time and/or money to incorporate a 3rd party library. In such cases FWH provides ...
by nageswaragunupudi
Fri Oct 11, 2013 3:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JPG > PDF and viceversa
Replies: 24
Views: 7657

New FTDN January 2013 (FWH 13.01)

... in the Excel range ar ignored and not used. (Please see the next parameter) 3. lRangeHasHeaders (Optinal): If this parameter is .t., the function considers the first row of excel range as Headers and 2nd row onwards as data. If the paramter is .f., first row also is considered as part of data. ...
by Antonio Linares
Sat Feb 02, 2013 5:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January 2013 (FWH 13.01)
Replies: 0
Views: 1530

Re: Problem with DIRECTORY() function

... you describes, on others similar cases. In the other hand, I think this could be a new feature of this function for to be implementation, if it so considers the xHarbour's creators. Regards
by FranciscoA
Fri Feb 17, 2012 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with DIRECTORY() function
Replies: 16
Views: 5828

Re: xHarbour bug in ADO Date\Time field

... .. when you extract a DateTime value from an ADO database like dDate := oRs:Fields("StartDate"):Value .. xHarbour "NOW" considers this expression to be valtype T... prior to valtype D. The problem occurs where you do some math or comparison between dDate as in : nDiff ...
by Rick Lipkin
Thu Feb 09, 2012 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour bug in ADO Date\Time field
Replies: 7
Views: 1748

Re: Columna cancelada con oBrw:ToExcel() ??

... del barrio, salu2 pak.o Not at all necessary. Method oBrw:ToExcel() does most of the work on its own. Only thing is please keep in mind it considers oCol:bEditValue only. Instead of the original code:        aCol[ 9]  := oBrw:AddCol()        aCol[ 9]:AddResource("SI")  ...
by nageswaragunupudi
Sat Aug 20, 2011 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Columna cancelada con oBrw:ToExcel() ?? SOLUCIONADO
Replies: 17
Views: 4401

Re: UP, DOWN arrow keys pressed in xBrowse

... This is the only issue that needs to be taken care of, though not very important. For the time being, the work around for this ( if the programmer considers this to be really important ) is to have a an inline method inside the derived class. Example: CLASS MyBrowse FROM TXBrowse   METHOD ...
by nageswaragunupudi
Tue Nov 10, 2009 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UP, DOWN arrow keys pressed in xBrowse
Replies: 19
Views: 3538
Next

Return to advanced search