Search found 48 matches: cmonth

Return to advanced search

DBF REDE/WEB WINDOWS 7/10/11

... ) cMesAno :="01/2021" dData := Ctod( "15/"+cMesAno ) cAno := Right( cMesAno,4 ) cCompetencia := "01/2021" // cMonth( dData )+"/"+cAno // oMes := oTree:Add( cCompetencia,0 ) // Item Raiz do tree cField := Upper( "MOV_"+Substr(cCompetencia,1,3) ...
by wanderson8
Sun Jan 08, 2023 3:10 pm
 
Forum: All products support
Topic: DBF REDE/WEB WINDOWS 7/10/11
Replies: 0
Views: 9372

Re: Converting date string into date format

... there is a space between the Month and year dMonth := "Febbraio 2014" nPos := At( dMonth , " " ) // should equal position 9 cMonth := substr(dMonth,1,(nPos-1)) // should equal "Febbraio" Basically .. find the position of the blank between the month and year .. then ...
by Rick Lipkin
Sun May 19, 2019 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting date string into date format
Replies: 9
Views: 932

Re: Reservation Nages Test with New Xbrowse

... : for n := 1 to 7 for i := 1 to NUM_TABLES 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 ...
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: Filter doubt in xbrowse

... ( shows only the customer selected from DBF 1 ) // get the name from customer.dbf WITH OBJECT oBrw1 // Customer :bChange := { || SET_SCOPE(cMonth) ; // set the customer-filter in browser 2 services oBrw2:Refresh()} // refresh services DBF 2 END oBrw2 shows services of the selected customer ...
by Wanderson
Mon Mar 19, 2018 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter doubt in xbrowse
Replies: 2
Views: 843

Re: Filter doubt in xbrowse

... ( shows only the customer selected from DBF 1 ) // get the name from customer.dbf WITH OBJECT oBrw1 // Customer :bChange := { || SET_SCOPE(cMonth) ; // set the customer-filter in browser 2 services oBrw2:Refresh()} // refresh services DBF 2 END oBrw2 shows services of the selected customer ...
by ukoenig
Mon Mar 12, 2018 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter doubt in xbrowse
Replies: 2
Views: 843

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

... ClEol([<nRow>],[<nCol>])->cNull ClWin([<nTop>],[<nLeft>],[<nBottom>],[<nRight>])->cNull CMonth(<dDate>)->cMonth Col()->nCol ColorRepl([<xNewColor>],[<xOldColor>])->cNull ColorSelect(<nColorIndex>)->Nil ...
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

... CharSHR CharSList CharSort CharSpread CharSub CharSwap CharUnpack CharWin CharXOR CheckSum Chr ClearBit ClearEol ClearSlow ClearWin ClEol ClWin CMonth Col ColorRepl ColorSelect ColorToN ColorWin CompressString ConvToAnsiCP ConvToOemCP Cos CosH Cot CountLeft CountRight CreateObject Crypt CSetAtMuPa ...
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: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Re: Archivos FTP con Fecha incorrecta en FW

... especialmente el archivo FTPCLI.PRG que es el que contiene el Method ListFiles(), encontre que el fallo proviene de la función hb_SToD( cYear + CMONTH + cDay ), concretamente en la parte final, donde se arma el Array que devuelve ListFiles() aFile[ F_NAME ] := SUBSTR( cEntry, nStart ...
by cuatecatl82
Wed Oct 09, 2013 8:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos FTP con Fecha incorrecta en FW
Replies: 5
Views: 1089

Re: DateTime variables problem XHabour

Mr Elvira and Mr Rick Some issues still remain: ? CDOW( DateTime() ) --> "Sunday" in Harbour. xHarbour raises runtime error ? CMONTH( DateTime() ) --> "July" in Harbour. xHarbour raises runtime error. xHarbour expects only Date type as parameter for the above functions. ...
by nageswaragunupudi
Thu Aug 09, 2012 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime variables problem XHabour
Replies: 7
Views: 2604

Re: DateTime variables problem XHabour

Mr Elvira and Mr Rick Some issues still remain: ? CDOW( DateTime() ) --> "Sunday" in Harbour. xHarbour raises runtime error ? CMONTH( DateTime() ) --> "July" in Harbour. xHarbour raises runtime error. xHarbour expects only Date type as parameter for the above functions. ...
by andijahja
Wed Aug 08, 2012 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime variables problem XHabour
Replies: 7
Views: 2604

Re: DateTime variables problem XHabour

... which seem to be fixed now. Some issues still remain: ? CDOW( DateTime() ) --> "Sunday" in Harbour. xHarbour raises runtime error ? CMONTH( DateTime() ) --> "July" in Harbour. xHarbour raises runtime error. xHarbour expects only Date type as parameter for the above functions. ...
by nageswaragunupudi
Sun Jul 29, 2012 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime variables problem XHabour
Replies: 7
Views: 2604

Re: FECHA: dada una fecha decir el dia en letras.

y con cMonth(Date()) se obtiene el nombre del mes. Para que te salga en Español hay que activar el código de pagina con: #include "FiveWin.ch"REQUEST HB_LANG_ESWINREQUEST HB_CODEPAGE_ESMWIN  Function Main()  ...
by acuellar
Thu Apr 26, 2012 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FECHA: dada una fecha decir el dia en letras.
Replies: 7
Views: 1182
Next

Return to advanced search