Search found 16 matches: addmonth

Return to advanced search

Re: De xHarbour a Harbour

... Error: Unresolved external '_HB_FUN_FLOOR' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|VALTOSTR Error: Unresolved external '_HB_FUN_ADDMONTH' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|VALTOSTR Error: Unresolved external '_HB_FUN_EOM' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|VALTOSTR ...
by JoseAlvarez
Mon Oct 04, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 3268

Re: Problem with datepick control

... oDtpLast:SetDate(dLast), oDtpLast:Update())       MENUITEM "Next Mounth" ACTION (dFirst:=AddMonth(bom(date()),1),dLast:=EoM(dFirst), oDtpFirst:SetDate(dFirst), oDtpFirst:Update(), oDtpLast:SetDate(dLast), ...
by Silvio.Falconi
Mon May 10, 2021 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick control Resolved !!!
Replies: 7
Views: 838

Re: Compilando con Harbour 3.2, Bcc7 y Hbmk2

Armando estás intentando linkar las librerias de Fivewin para el compilador MinGw en lugar de utilizar las de Borland Es cierto. Estaba apuntando a las librerias para Mingw de Fwh, a pesar que todas las variables de entorno apuntaban a Harbour y Bcc7. Ya corregí; pero el arreglo ha resultado peor q...
by Armando Picon
Sun Jan 26, 2020 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3243

Re: buildH.BAT more than 1 PRG ?

... HSET(), TOLEAUTO(), CHARREM(), TOKENUPPER(), CHARREPL(), REMRIGHT(), OCCURS(), LOG10(), FLOOR(), CHARONLY(), NTOCMONTH(), BEFORATNUM(), HHASKEY(), ADDMONTH(), EOM(), TIMETOSEC(), OS_ISWTSCLIENT(), NUMAT(), ANSITOWIDE(), AFTERATNUM(), EXENAME(), TXMLDOCUMENT(), HSETCASEMATCH(), GETACTIVEOBJECT(), ...
by Jimmy
Sat Dec 21, 2019 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 874

Re: Reservation Nages Test with New Xbrowse

... AAdd( aRes[ i ], Array( LastDayOM( dMonth ) + 1 ) ) AFill( aRes[ i ][ n ], .f. ) aRes[ i ][ n ][ 1 ] := cMonth( dMonth ) next i dMonth := AddMonth( dMonth, 1 ) next n and I have the same result https://s17.postimg.cc/5zo4j525b/image.png it is right or not ? If I insert ...
by Silvio.Falconi
Thu May 03, 2018 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reservation Nages Test with New Xbrowse
Replies: 8
Views: 1718

Re: Algo parecido a GOMONTH( )?

AddMonth( <dDate>, <nMonths> ) --> dNewDate
by nageswaragunupudi
Sat Dec 16, 2017 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algo parecido a GOMONTH( )?
Replies: 2
Views: 532

Re: funciones de FWH y Harbour en un archivo .txt

... ACos(<nRadians>)->nArcCosine AddASCII(<cString>,<nValue>,[<nPos>])->cNewString AddMonth(<dDate>,<nMonths>)->dNewDate ADel(<aArray>,<nElement>,[<lShrink>])->aTarget ADir([<cFileSpec>],[<aFilenames>],[<aSizes>],[<aDates>],[<aTimes>],[<aAttributes>])->nFiles ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... __objGetValueList __objModInline __objModMethod __objSetValueList __Pack __Run __Zap AAdd Abs AChoice AClone ACopy ACos AddASCII AddMonth ADel ADir ADSBlob2File ADSClearAOF ADSCustomizeAOF AdsDDRemoveTable ADSEvalAOF ADSFile2Blob ADSGetAOF ADSGetAOFnoOpt ADSGetAOFoptLevel ADSGetRelKeyPos ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Lista de funciones de [x]harbour con sus parametros para edi

... -> aTarget ACos(<nRadians>) -> nArcCosine AddASCII( <cString>, <nValue>, [<nPos>] ) -> cNewString AddMonth( <dDate>, <nMonths> ) -> dNewDate ADel(<aArray>, <nElement>, [<lShrink>]) -> aTarget ADir([<cFileSpec>], ...
by carlos vargas
Wed Feb 11, 2015 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lista de funciones de [x]harbour con sus parametros para edi
Replies: 2
Views: 1031

New FTDN January/Enero 2015 (FWH 15.01)

January 2015 ============ * Fix: Class TRbtn methods New() and Redefine() were not using the style WS_TABSTOP when placed on a dialog. Many thanks to Günther! http://forums.fivetechsupport.com/viewtopic.php?f=3&t=29871&start=0 * Fix: METHOD Box( nRow, nCol, nHeight, nType ) CLASS TXBrwColumn...
by Antonio Linares
Sun Jan 18, 2015 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2015 (FWH 15.01)
Replies: 0
Views: 1943

Re: Number Of Complete Months

... TimeToSecs( "03:40:26" ) / 86400 Add number of days : t += nDays For adding months and years we can use the readily available function ADDMONTH() in ct.lib. Actually this function was avaialable even during 16-bit Clipper days in CA-Tools library. nResult := ADDMONTH( dDate, (plus or ...
by nageswaragunupudi
Sun Jan 04, 2015 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number Of Complete Months
Replies: 9
Views: 2182

Re: Number Of Complete Months

... function MonthsLapsed_1( dDate1, dDate2 )   local nMths   nMths := CEILING( ( dDate2 - dDate1 ) / 30.4 )   do while ADDMONTH( dDate1, nMths ) > dDate2      nMths--   enddoreturn nMths  and function MonthsLapsed_2( dDate1, dDate2 )   local nMths  ...
by nageswaragunupudi
Sun Jan 04, 2015 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number Of Complete Months
Replies: 9
Views: 2182

Re: ADDING DATA INTO AN ARRAY....[X,Y]

Mr. NagesWaraRao,

I would like to work with your xbrowse solution.

Would you be so kind to post theses functions:

Unresolved external '_HB_FUN_ADDMONTH'
Unresolved external '_HB_FUN_BOY' refer
Unresolved external '_HB_FUN_LASTDAYOM'

for me.
Thanks in advance
Otto
by Otto
Tue Feb 23, 2010 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADDING DATA INTO AN ARRAY....[X,Y]
Replies: 14
Views: 4184

Re: ¿ Como sumar fechas para obtener resultado exacto?

Loren, Esto debe ser lo que buscas: AddMonth( <dDate>, <nMonths> ) --> dNewDate Esto no funciona siempre. Si tu tienes un cliente al que le adeudas un recibo los dias 30 de cada mes, cuando llegue el mes de Febrero lo adeudará ...
by Manuel Valdenebro
Tue Jan 26, 2010 5:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Como sumar fechas para obtener resultado exacto?
Replies: 15
Views: 4255

Re: ¿ Como sumar fechas para obtener resultado exacto?

Loren, Esto debe ser lo que buscas: AddMonth( <dDate>, <nMonths> ) --> dNewDate Arguments: <dDate> A Date value, except for an empty date, can be passed. <nMonths> An integer numeric value specifying the number of ...
by jcenteno
Mon Jan 25, 2010 11:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Como sumar fechas para obtener resultado exacto?
Replies: 15
Views: 4255
Next

Return to advanced search