Search found 41 matches: giorni

Return to advanced search

Problem to Filter a dbf error on day week

... => CREAZIONE_ARCHIVIO_VIRTUALE( 450 ) the error refers to the days that I load from an INI file INI FILE [ARCHIVIO]Mesi=111111111111Giorni=111111Day=1111111111111111111111111111111Indici=111111111111110Inizio=3914Fine=10083DataInizio=19460105DataFine=20220517  local cGiorno := GetPvProfString(cSection, ...
by Silvio.Falconi
Tue Jun 07, 2022 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to Filter a dbf error on day week
Replies: 2
Views: 263

today problem with savetodbf

... => MAIN( 35 ) I make the same I saw on yunus.prg only I use 18 FIELDS static cItemFlds := "ICO,TIPO,DESC,QTA,PREUNI,TOTQTA,DATAINI,DATAFIN,GIORNI,SCONTO,TOTALE,INVOICE,PRINTA4,PRINTPOS,STRUCTURE,BREVEDESC,PREZZOBASE,SERIAL,RECNO()" to save I make  IF oDlg:nresult == IDOK  ...
by Silvio.Falconi
Wed Aug 18, 2021 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: today problem with savetodbf
Replies: 19
Views: 950

Re: edit a record with tdatabase - I am in trouble

... into static cItemFlds := "ICO,TIPO,DESC,QTA,PREUNI,TOTQTA,DATAINI,DATAFIN,GIORNI,SCONTO,TOTALE,INVOICE,PRINTA4,PRINTPOS,STRUCTURE,BREVEDESC,PREZZOBASE,SERIAL,RECNO()" how do i translate it into tdatabase? I tried with ...
by Silvio.Falconi
Tue Jun 22, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a record with tdatabase - I am in trouble
Replies: 8
Views: 1295

Re: TDatabase: Parameterized filters and ReFilter()

cFilter := "TRIM(TIPO) == ? .AND. GIORNI == ? .AND. IDELEMENTO == ? .AND. " + ;
"SETTORE == ? .AND. ALLTRIM(IDLISTINO) == ? .AND. MESE == ?"

oDbf:SetFilter( cFilter, { cTipo, nGiorni, cidelemento, cSettore, clistino, nmese } )
by nageswaragunupudi
Tue May 25, 2021 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Parameterized filters and ReFilter()
Replies: 9
Views: 1105

Re: Different Header on Xbrowse

... 40, },; { "TA->TaDescServ","Desc" ,, 80, },; { "TA->TaSettore","Settore" ,, 40, },; { "TA->TaGiorni","N°Giorni" ,, 80, },; { "TA->TaCosto","Costo" ,, 80, },; { "TA->TaSconto","Sconto" ...
by Silvio.Falconi
Wed Jul 08, 2020 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different Header on Xbrowse
Replies: 2
Views: 747

Re: error on xbrowse footer

... p q.tà","Dal","al","Giorni","Sconto","Totale" ; COLSIZES 55, 25,130,50,90,90,140,140,50,90,120 ; PICTURES nil, nil,"@!","9999","€ ...
by Silvio.Falconi
Thu Apr 23, 2020 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3635

Re: Problem with Tplan : Cargo Error

THERE IS AN ERROR ON FIRST Please see BuildPlanning method DEFINE PLANNING ::oPlann OF ::oWnd; HEADER "Elementi/Giorni"; COLOR HEADER ( If( Dow( dDate ) == 1 .OR. Dow( dDate ) == 7, CLR_WHITE, ::oPlann:nClrText ) ); COLOR CELL ::ColorData( oData ) ; START DAY Date() - 5; ...
by Silvio.Falconi
Tue Jul 02, 2019 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Tplan : Cargo Error
Replies: 26
Views: 2839

Re: Fatturazione Elettronica

... altri DDT . Non ne emette altri quindi a fine mese deve fare la fattura con data 15 , ma ormai è fuori tempo massimo perchè sono passati piu di 12 giorni . quindi quell ' è possibile ' è una cavolata gigante Maurizio http://www.nipeservice.com
by Maurizio
Thu Jun 20, 2019 4:55 pm
 
Forum: All products support
Topic: Fatturazione Elettronica
Replies: 91
Views: 63497

Re: Fatturazione Elettronica

... luglio (ossia con la data dell’ultimo ddt) e spedirla entro il 15 agosto 2019. Io solitamente per le fatture differite metto la dada dell'ultimo giorni del mese e non la data dell'ultimo DDT che trovo nel mese per quel cliente. Ho capito male? Grazie ciao
by MarcoBoschi
Tue Jun 18, 2019 2:48 pm
 
Forum: All products support
Topic: Fatturazione Elettronica
Replies: 91
Views: 63497

Compare two arrays

... on up there is a new array calculated down there is the array with oldest tariffs the check must be made by idlistino,idelemento, giorni,idsettore How I can resolve it ?
by Silvio.Falconi
Wed Jun 05, 2019 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare two arrays
Replies: 3
Views: 865

Re: Complex Search on dbf from an array

... finding the way how to pass the values contained in the tips Local cFilter := "trim(Tipo) == '" + cTipo +; "' .and. alltrim(str(giorni))== '" + alltrim(str(nGiorni)) +; "' .and. idelemento== '"+cidelemento+; "' .and. settore== '" +cSettore+; "' .and. ...
by Silvio.Falconi
Mon Feb 18, 2019 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Complex Search on dbf from an array
Replies: 6
Views: 843

Complex Search on dbf from an array

... Know if the user allready insert each record on tariffe.dbf database How I must make I wish check if the fields tipo,idelemento,servizio,settori,giorni,mese are the same as column 2,3,7,8,9 and 10, I could index the tariffe.dbf on tipo+idelemento I must use set filter?
by Silvio.Falconi
Wed Feb 13, 2019 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Complex Search on dbf from an array
Replies: 6
Views: 843

Re: filter on tdabase

... 0 mins 7 secs Error occurred at: 23-01-2019, 21:26:14 Error description: Error BASE/1004 No exported method: SETFILTER Args: [ 1] = C FIELD->GIORNI=1 [ 2] = C IDListiNo == 02 .and. giorni=1
by Silvio.Falconi
Wed Jan 23, 2019 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter on tdabase
Replies: 2
Views: 693

Re: filter on tdabase

Try:

cX := Search_cod(cFilter,aListini)

oTariffeOneDay:setFilter( "IDListNo == " + cX + " .and. giorni=1" )
by James Bott
Wed Jan 23, 2019 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter on tdabase
Replies: 2
Views: 693

filter on tdabase

... not run the setfilter command and I made I open two area of Tariffe.dbf 1. oTariffeOneDay 2. oTariffeMulti have the filter cFilter1 := 'FIELD->GIORNI=1' //oneday cFilter2 := 'FIELD->GIORNI>1' //from 2 to x oTariffeOneDay:= TTariffe():new() oTariffeOneDay:setFilter( cFilter1) oTariffeOneDay:gotop() ...
by Silvio.Falconi
Wed Jan 23, 2019 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter on tdabase
Replies: 2
Views: 693
Next

Return to advanced search