Search found 39 matches: dend

Return to advanced search

Re: Hide a Checkbox from Resource.

That was my first guess but this does not seem to work. For dDay := dStart to dEnd nEle++ nId++ lVar := FALSE oChk := nil If dDay >= dFrom .AND. dDay <= dTo Redefine CheckBox oChk Var lVar Id nId of oDlg oChk:SetText( PadL( Day(dDay),2,"0" ) ) oChk:cargo ...
by byron.hopp
Mon Jul 03, 2023 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide a Checkbox from Resource.
Replies: 7
Views: 378

replace value on xbrowse ( tdatabase)

... I tried with ( but not run ok ) Function TotalDays(oBrowse) local nRecord := oBrowse:narrayat local dStart := oBrowse:aArrayData[nRecord][5] local dEnd := oBrowse:aArrayData[nRecord][6] local nGiorni:= (dEnd-dStart)+1 *oBrowse:aCols[7]:VarPut(nGiorni) return nGiorni any solution ?
by Silvio.Falconi
Tue Apr 20, 2021 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: replace value on xbrowse ( tdatabase)
Replies: 4
Views: 456

Report filter dates

... citas.dbf the user select the date pick and when the report is activated ACTIVATE REPORT oRep FOR dDesde <= citas->dStart .AND. citas->dend <= dHasta but not execute this command but print only the one date function  Imprime(  dFecha )   local oRep   local oFont1, oFont2, ...
by Silvio.Falconi
Wed Oct 07, 2020 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report filter dates
Replies: 5
Views: 410

Re: strange error for calculating days

... is wrong on a my function to update the dates after a modify I have these lines local dStart:= uCharToVal(dDataIniziale, "D" ) local dEnd:= uCharToVal(dDataFinale, "D" ) If I select the from 10 July to 14 July and the dEnd return me 14 March I not Know why and the the calculation ...
by Silvio.Falconi
Sat Apr 25, 2020 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error for calculating days !!Resolved!!
Replies: 3
Views: 643

Problem With Daniel's Tplan Class

https://i.postimg.cc/dtxdLmSJ/plan.png this happen when the dstart and dEnd is the same https://i.postimg.cc/dtrbH4P0/dddd.png On my application I must manage also the rent for one day ( daily) and when I open the tplan I see it and ...
by Silvio.Falconi
Fri Mar 06, 2020 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With Daniel's Tplan Class
Replies: 0
Views: 446

Re: calculate days

... * $CATEGORY$ * Date/Time * $ONELINER$ * Return elapsed time between two days and/or times * $SYNTAX$ * FT_ELAPSED([ <dStart> ], [ <dEnd> ], ; * <cTimeStart>, <cTimeEnd>) -> aTimedata * $ARGUMENTS$ * <dStart> is any valid date in any date format. Defaults ...
by MGA
Wed Jan 09, 2019 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate days
Replies: 7
Views: 1183

Re: Archives on the local network

... find a person's age. msgInfo( oCustomer:age() ) Or something more complicated like sales amount over a time period. oCustomer:salesAmount( dStart, dEnd ) There is no end to the great things you can do with objects. James
by James Bott
Thu Oct 04, 2018 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Archives on the local network
Replies: 4
Views: 741

Re: TCALEX - Timer para atualizar agenda - SOLUCIONADO

Criei o seguinte METODO e chamei de um TIMER. :D

//---------------------------------------------------//
METHOD AtualizaAgenda() CLASS SampleCalex

::AddDates( ::oCalex:oView:dStart, ::oCalex:oView:dEnd, ::oCalex:oView:nStartHour, ::oCalex:oView:nEndHour )
::oCalex:oView:BuildDates()

return Nil
by MGA
Wed Sep 06, 2017 4:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCALEX - Timer para atualizar agenda - SOLUCIONADO
Replies: 2
Views: 641

TCALEX - Timer para atualizar agenda - SOLUCIONADO

Sr. Cristobal Navarro,

como posso implementar um TIMER para que atualize os dados da agenda?

Sei que devo chamar estes metodos, mais não estou conseguindo chamar do timer :cry:

::AddDates( oView:dStart, oView:dEnd, oView:nStartHour, oView:nEndHour )
oView:BuildDates()
by MGA
Wed Sep 06, 2017 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCALEX - Timer para atualizar agenda - SOLUCIONADO
Replies: 2
Views: 641

Re: TCALEX - Sr. Cristobal Navarro

... ), 7 ) - 1 // endif return -1 <---------------------------------- nOldValue para -1 tmonthv.prg: METHOD SetDate( dDate ) CLASS TMonthView ... ::dEnd := ::dStart + 34 ::nWks := 6 <------------------------------ De 5 para 6 ... METHOD PaintHeader( hDC ) CLASS TMonthView //local dFirstDateWeek ...
by MGA
Wed Apr 05, 2017 2:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCALEX - Sr. Cristobal Navarro
Replies: 18
Views: 3328

Re: Planning,,, Un retoque o algo hago mal...

... de las fechas, lo hacia asi : if DToS( RESERVA->CHECK_OUT ) > DToS( ::oPlann:dStart ) .AND. DToS( RESERVA->CHECK_IN ) < DToS( ::oPlann:dEnd ) con tu respuesta ya esta funcionado correctamente... Un consulta mas... no puedo colocar un LISTBOX encima del plannig,,,       ...
by Willi Quintana
Mon Dec 14, 2015 12:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Planning,,, Un retoque o algo hago mal...
Replies: 11
Views: 1478

Re: Planning,,, Un retoque o algo hago mal...

... correctos... por ejemplo if DToS( RESERVA->CHECK_OUT ) >= DToS( ::oPlann:dStart ) .AND. DToS( RESERVA->CHECK_IN ) <= DToS( ::oPlann:dEnd ) a ver si eso te resuelve el problema y que no te genere uno nuevo
by Daniel Garcia-Gil
Mon Dec 14, 2015 12:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Planning,,, Un retoque o algo hago mal...
Replies: 11
Views: 1478

Re: Treport row titles

... of a column. I attach the program where it is used. Bruce [code] USE (cPath_seg + cFil ) alias VP NEW cOurAlias := alias() dBeg := what_beg_date() dEnd := what_end_date() INDEX ON VP->V_ACCT + DTOS(VP->V_DTE) TO ( cPath_seg + 'VACCT' ); FOR dtos( VP->V_DTE ) >= DTOS(dBeg) .and. dtos(VP->V_DTE)<= ...
by brewster
Thu Feb 26, 2015 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treport row titles
Replies: 4
Views: 824

New FTDN September/Septiembre 2013 (FWH 13.09)

... range check: <x> [is] between <a> and <b> <x> [is] not between <a> and <b> Usage if dDate between dStart and dEnd <action> endif if nVar not between 100 and 200 <action> endif * New function XEval( bBlock/uVar, param1, ... paramN ) returns uVar ...
by Antonio Linares
Wed Oct 30, 2013 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2013 (FWH 13.09)
Replies: 1
Views: 2806

Re: DATE RANGE

... from 3 to 6 it must change the date get on date() and it not refresh the get I insert a new function SetOptionFilter(nDefinition,d1,d2,dStart,dEnd,aGet) To try the test you must add new field on Reserva.dbf with UpDate_Reserva() function To update the existing Reserva just need to compile ...
by Silvio.Falconi
Fri Mar 22, 2013 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATE RANGE
Replies: 56
Views: 15093
Next

Return to advanced search