Search found 28 matches: nmonth

Return to advanced search

Re: cambiar imagen en BTNBMP

... n=20 .or. n=27 .or. n=34 .or. n=41 .or. n=48,CLR_HRED,; If( dWork == Date(), CLR_BROWN,; If( dWork == dSelect, CLR_HBLUE, If( Month( dWork ) == nMonth,; CLR_BLACK , CLR_CYAN ) ) ) ) armofecha := dWork if Feriados->(Dbseek(armofecha,.f.)) oDlg:aControls[ n ]:nClrText = CLR_MAGENTA oDlg:aControls[ ...
by José Camilo
Fri Jun 21, 2024 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cambiar imagen en BTNBMP
Replies: 7
Views: 563

Re: Problemas con una búsqueda.

... ATail( oDlg:aControls ):nClrText = if(nCol=1,CLR_HRED, ; If( dWork == Date(), CLR_YELLOW,; If( dWork == dDate, CLR_HBLUE, If( Month( dWork ) == nMonth,; if( feriados->(DbSeek(ATail( oDlg:aControls ):Cargo)), CLR_BROWN,CLR_BLACK ), CLR_CYAN ) ) ) ) Gracias por sus tiempos. Joao: La base FERIADOS ...
by José Camilo
Sun Jun 16, 2024 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con una búsqueda.
Replies: 4
Views: 387

Re: Problemas con una búsqueda.

... function MsgDate( dDate, cPrompt, oGet ) local oDlg, oFont, oCursor, dSelect, dWork local nRow, nCol, nMonth, nYear local aMonths := {'Enero ',; 'Febrero ',; 'Marzo ',; 'Abril ',; 'Mayo ',; 'Junio ',; 'Julio ',; 'Agosto ',; 'Septiembre',; 'Octubre ',; ...
by José Camilo
Sun Jun 16, 2024 6:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con una búsqueda.
Replies: 4
Views: 387

Problemas con una búsqueda.

... ATail( oDlg:aControls ):nClrText = if(nCol=1,CLR_HRED, ; If( dWork == Date(), CLR_YELLOW,; If( dWork == dDate, CLR_HBLUE, If( Month( dWork ) == nMonth,; if( feriados->(DbSeek(DToC(ATail( oDlg:aControls ):Cargo)),.f.), CLR_BROWN,CLR_BLACK ), CLR_CYAN ) ) ) ) ... y no logro cambiar el color ...
by José Camilo
Sun Jun 16, 2024 4:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con una búsqueda.
Replies: 4
Views: 387

Re: New FTDN April 2024 (FWH 24.04)

... de una RibbonBar y un estilo de panel de metro. Muchas gracias César !!! * Nuevo: Nueva función FW_FolderChanged( cFolderPath ) --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } Por favor, revisa nuevo ejemplo en FWH\samples\fldchanged.prg * Mejora: En el método Update( Pos ) de la ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 2135

New FTDN April 2024 (FWH 24.04)

... example for combining a RibbonBar and a metro panel style. Many thanks C├®sar! * New: function FW_FolderChanged( cFolderPath ) --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } Please review new example FWH\samples\fldchanged.prg * Enhancement: Class TExplorerBar Method Update( nPos ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 2135

Re: ¿Cómo saber la fecha de los cambios a una carpeta?

Estimado José, Aquí lo tienes. Lo incluimos para el próximo build de FWH: function FW_FolderChanged( cFolderPath ) --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } #include "FiveWin.ch"function Main()    XBrowse( FW_FolderChanged( "c:\fwh" ...
by JoseAlvarez
Mon Mar 04, 2024 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo saber la fecha de los cambios a una carpeta?
Replies: 6
Views: 471

Re: ¿Cómo saber la fecha de los cambios a una carpeta?

Estimado José, Aquí lo tienes. Lo incluimos para el próximo build de FWH: function FW_FolderChanged( cFolderPath ) --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } #include "FiveWin.ch"function Main()    XBrowse( FW_FolderChanged( "c:\fwh" ...
by JoseAlvarez
Sun Mar 03, 2024 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo saber la fecha de los cambios a una carpeta?
Replies: 6
Views: 471

Re: ¿Cómo saber la fecha de los cambios a una carpeta?

Estimado José, Aquí lo tienes. Lo incluimos para el próximo build de FWH: function FW_FolderChanged( cFolderPath ) --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } #include "FiveWin.ch"function Main()    XBrowse( FW_FolderChanged( "c:\fwh" ) ...
by Antonio Linares
Sun Mar 03, 2024 8:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo saber la fecha de los cambios a una carpeta?
Replies: 6
Views: 471

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

... SetMouse([<lOnOff>],[<nRow>],[<nCol>])->lIsMouseVisible SetNewDate(<nYear>,<nMonth>,<nDay>)->lSuccess SetNewTime(<nHour>,<nMinute>,<nSecond>)->lSuccess SetPos(<nRow>,<nCol>)->Nil ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6394

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

... SetMouse([<lOnOff>],[<nRow>],[<nCol>])->lIsMouseVisible SetNewDate(<nYear>,<nMonth>,<nDay>)->lSuccess SetNewTime(<nHour>,<nMinute>,<nSecond>)->lSuccess SetPos(<nRow>,<nCol>)->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: 6394

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: 6394

Re: Dates behave different with Sql systax ?

If the syntax is more comfortable you can use the harbour hb_DateTime() function to create a datetime variable. hb_DateTime( nYear, nMonth, nDay, nHour, nMin, nSec, nMill ) // I believe the last argument is milliseconds. The source file rtl\dateshb.c has a fair number of datetime related ...
by rhlawek
Mon Jan 09, 2017 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dates behave different with Sql systax ?
Replies: 4
Views: 2201

Re: Archivos FTP con Fecha incorrecta en FW

... a fecha 07-01-2013, aca estaria correcto. Excelente la funcion que has desarrollado. por si te fuera de utilidad una funcion DMY2DATE( nYear, nMonth, nDay ) ->dFecha para cualqueira que la desee usar. #pragma BEGINDUMP#include "hbapi.h"#include "hbdate.h"/*funcion que ...
by carlos vargas
Wed Oct 09, 2013 10:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos FTP con Fecha incorrecta en FW
Replies: 5
Views: 1206

Re: Sunday calc

... september there are 30 days with 5 sundays this I need to calculate the work Hour in this month this run ok ( thanks to all ) Function GetSunday( nMonth, nYear ) Local nCont := 0 Local nSunday := 0 Local dInizio := cTod("01/"+StrZero(nMonth,2)+"/"+StrZero(nYear,4)) nSunday:=Sundays(dInizio) ...
by Eoeo
Tue Sep 18, 2012 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sunday calc
Replies: 5
Views: 783
Next

Return to advanced search