Search found 20 matches: eom

Return to advanced search

Migranting xHarbour for Harbour

... no prototype in function HB_FUN_BOM Warning W8065 \\SIS\\FSQL901\\LIB\\GER.PRG 858: Call to function 'ISNIL' with no prototype in function HB_FUN_EOM Warning W8065 \\SIS\\FSQL901\\LIB\\GER.PRG 890: Call to function 'ISNIL' with no prototype in function HB_FUN_BOQ Warning W8065 \\SIS\\FSQL901\\LIB\\GER.PRG ...
by Ari
Thu Aug 25, 2022 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migranting xHarbour for Harbour
Replies: 18
Views: 959

Re: De xHarbour a Harbour

... 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 Error: Unresolved external '_HB_FUN_TIMETOSEC' 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: 3267

Re: Problem with datepick control

... oDtpLast:Update())       SEPARATOR       MENUITEM "Current Mounth" ACTION (dFirst:=bom(date()),dLast:=EoM(date()), oDtpFirst:SetDate(dFirst), oDtpFirst:Update(), oDtpLast:SetDate(dLast), oDtpLast:Update())  ...
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 ?

... CHARREM(), TOKENUPPER(), CHARREPL(), REMRIGHT(), OCCURS(), LOG10(), FLOOR(), CHARONLY(), NTOCMONTH(), BEFORATNUM(), HHASKEY(), ADDMONTH(), EOM(), TIMETOSEC(), OS_ISWTSCLIENT(), NUMAT(), ANSITOWIDE(), AFTERATNUM(), EXENAME(), TXMLDOCUMENT(), HSETCASEMATCH(), GETACTIVEOBJECT(), CREATEOBJECT(), ...
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: funciones de FWH y Harbour en un archivo .txt

... ElapTime(<cStartTime>,<cEndTime>)->cElapsedTime Empty(<exp>)->lEmpty Enhanced()->cNull Eof()->lBoundary EoM([<dDate>])->dLastDayOfMonth EoQ([<dDate>])->dEndOfQuarter EoY([<dDate>])->dLastDayOfYear Error([<cSubSystem>],[<nGenCode>],[<nSubCode>],[<cOperation>],[<cDescription>],[<aArgs>],[<cModuleName>],[<cProcName>],[<nProcLine>])->oError ...
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

... DispOut DllCall DllExecuteCall DllLoad DllPrepareCall DllUnload DMY DOSError DosParam DoW DoY DriveType DToC DtoR DToS ElapTime Empty Enhanced Eof EoM EoQ EoY Error ErrorBlock ErrorLevel ErrorNew ErrorSys Eval ExeName Exp Expand Exponent Fact Fahrenheit FClose FCount FCreate FErase FError Field ...
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

Re: CALCULAR MESES ENTRE 2 PERIODOS

Tienes la function harbour EoM( dDate ) devuelve el último día del mes dDate. Si lo que se busca el es primer día del mes, Harbour ya tiene una función nativa: BoM( dDate )
by cnavarro
Thu Aug 03, 2017 4:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO
Replies: 10
Views: 1651

Re: multiple defintions, forst defined here

... PUBLIC NVPOS PUBLIC NHPOS PUBLIC SCREENWORK := 0 // 1 TO 4 FOR BALL1 TO 4 PUBLIC DIRNOW := "" // BLANK IF \SCO\DAT ELSE EOM- OR EOY- IF IN EOM OR EOY PUBLIC DIRSTRING := "" // BLANK IF \SCO\DAT ELSE EOM\ OR EOY\ IF IN EOM OR EOY PUBLIC HBALL1 // BALL CURSORS ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20407

Re: dates of a mounth

We need not have our own function EOM(d)
There is already a function EOM(d) in (x)Harbour.
by nageswaragunupudi
Fri Mar 20, 2015 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dates of a mounth
Replies: 4
Views: 606

Re: Calcular Ultimo dia del Mes

MsgInfo( DaysInMonth(Month(date())) ) // Devuelve los dias en un mes dado SET DATE BRITISH msginfo( EoM( Date() ) ) //Esta devuelve la fecha completa al ultimo dia de un mes segun fecha dada. El compañero pregunto por una funcion que le devolviera una fecha completa con el ...
by FranciscoA
Tue Mar 10, 2015 10:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calcular Ultimo dia del Mes
Replies: 19
Views: 2992

Re: Calcular Ultimo dia del Mes

... Saludos, Adhemar Creo esta es mejor para lo que el colega quiere DaysInMonth(nMes) ya que solo colocas el numero del MES, en esta EoM( Date() ) , parece hay que colocar la fecha completa, por lo menos asi pude probar ambas, pero el resultado es el mismo, que gran foro somos, saludos... ...
by joseluisysturiz
Tue Mar 10, 2015 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calcular Ultimo dia del Mes
Replies: 19
Views: 2992

Re: Number Of Complete Months

...              ( Month( dDate2 ) - Month( dDate1 ) )   if Day( dDate2 ) < Day( dDate1 ) .and. dDate2 < EOM( dDate2 )      nMths--   endifreturn nMths  Note: ADDMONTH(), CEILING(), EOM() are available in CT.LIB for xHarbour and HBCT.LIB for Harbour.
by nageswaragunupudi
Sun Jan 04, 2015 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number Of Complete Months
Replies: 9
Views: 2181

Re: Sunday calc

... nSunday:=Sundays(dInizio) Return nSunday function Sundays( dDate ) local x, d := EOM( dDate ) return If( ( x := Day( d ) - 28 ) == 0 .or. dow( d ) > x, 4, 5 )
by Eoeo
Tue Sep 18, 2012 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sunday calc
Replies: 5
Views: 728

Re: Control fecha

... hace falta escribir funciones para buscar el último día del mes. Si lo que se busca es el último día del mes, Harbour ya tiene una función nativa: EoM( dDate ) devuelve el último día del mes dDate. Si lo que se busca el es primer día del mes, Harbour ya tiene una función nativa: BoM( dDate ) devuelve ...
by reinaldocrespo
Tue Aug 07, 2012 12:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control fecha
Replies: 8
Views: 1363
Next

Return to advanced search