Search found 27 matches: nyear

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... 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 ) updates ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 45

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

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

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

Re: a Get on a buttonbar

Dear Silvio,

@ 2, 280 GET oGet VAR ::nyear SIZE 150,22 PIXEL OF ::oBar WHEN aShowCbx[2]:nat= 2 VALID ( aShowCbx[2]:Set( 2 ), .T. )
by Antonio Linares
Sat Oct 01, 2022 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Get on a buttonbar
Replies: 9
Views: 562

a Get on a buttonbar

... second option of a combobox xhe is on the same buttonbar local aShowExtract:= {"Estrazioni continue","Estrazioni annuali"} ::nyear := "2022" //ComboBox @ 2,190 COMBOBOX aShowCbx[2] Var cExtractSel ITEMS aShowExtract ; SIZE 150,400 PIXEL OF ::oBar HEIGHTGET 18 STYLE ...
by Silvio.Falconi
Sat Oct 01, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Get on a buttonbar
Replies: 9
Views: 562

Re: Creation an array Multiple on Horizontal on Xbrowse

Cesar, to select 2022 year I made cFilter:= "LTRIM(STR(YEAR(FIELD->DATA)))= '" + nyear + "'" oQry:SetFilter(cFilter) oQry:GoTop() and run ok I f the user want show only ( 10,20,30,40,50,100,200,300,500) records How I must set the filter ? I try with ...
by Silvio.Falconi
Tue Sep 27, 2022 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation an array Multiple on Horizontal on Xbrowse - RESOLV
Replies: 7
Views: 770

Re: show only some records on Xbrowse ( nRecords, year)

this run ok        cFilter:= "LTRIM(STR(YEAR(FIELD->DATA)))= '" + nyear + "'"        oDbf:SetFilter(cFilter)        oDbf:GoTop()  How I can add the number of records to show ? sample only 5 records give me error Here nInit:=Ltrim(str(oDbf:lastrec()-nCount)) ...
by Silvio.Falconi
Tue Sep 27, 2022 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show only some records on Xbrowse ( nRecords, year)
Replies: 10
Views: 623

Re: show only some records

I made a small test to try I wish show only nrecord and only the year = nyear selected by user #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//FUNCTION Main()   RddSetDefault( ...
by Silvio.Falconi
Sat Sep 24, 2022 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show only some records on Xbrowse ( nRecords, year)
Replies: 10
Views: 623

Re: Process statistics in database guidence

... a report is not the most efficient, but the nice thing is that you always use the same call to get what you need. So, oInvoices:TotalSales( nYear ) could work something like this. Method TotalSales( nYear ) Class TInvoices   Default nYear:= year(date())If nYear = ...
by James Bott
Fri Dec 28, 2018 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Process statistics in database guidence
Replies: 4
Views: 1084

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

... SetMode(<nRows>,<nCols>)->lSuccess 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: 5719

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

... SetMode(<nRows>,<nCols>)->lSuccess 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: 5719

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

Re: CUMPLEÑOS DE ANTONIO

Antonio:

Happy BirthDay

? ++nYear
by sysctrl2
Mon Nov 25, 2013 8:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CUMPLEÑOS DE ANTONIO
Replies: 31
Views: 3866

Re: Archivos FTP con Fecha incorrecta en FW

... pasado 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 ...
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: 1089
Next

Return to advanced search