Search found 52 matches: hiredate

Return to advanced search

Re: phpBB to LLM

This is the type of csv file that we have to generate from a DBF: customer.csv ID,FIRST,LAST,STREET,CITY,STATE,ZIP,HIREDATE,MARRIED,AGE,SALARY,NOTES 1,Homer,Simpson,32179 Maiden Lane,Springfield,IL,20503-8202,1992-09-18,True,50,5900.0,This is a test for record 1 2,Ceci,Gibbard,9540 ...
by Antonio Linares
Fri Dec 22, 2023 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4755

Re: lIncrFilter + MDI

... oDlg, oBrw, oFont, nWild := 2 local cList, aFlds, aHdrs local nChoice, uDataSource local cAlias,oWndChild cList := "First,Last,Street,State,HireDate" cAlias = cGetNewAlias( cFileNoExt("CUSTOMER.DBF" ) ) USE CUSTOMER SHARED NEW ALIAS (cAlias) SET ORDER TO TAG FIRST GO TOP DEFINE ...
by cpheraclio
Sun Jun 04, 2023 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 374

Re: XBrowse: Using Get for incremental Seek/Filters

Silvio, This line should be like this: local cHeaders := "Fist,Last,Street,State,HireDate" Sorry Antonio, I made this morning a mistake I copied a bad test , the test is this ... #include "fivewin.ch"#include "constant.ch"#include "ttitle.ch"  ...
by Silvio.Falconi
Mon Dec 28, 2020 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Using Get for incremental Seek/Filters
Replies: 32
Views: 3880

Re: XBrowse: Using Get for incremental Seek/Filters

Silvio,

This line should be like this:

local cHeaders := "Fist,Last,Street,State,HireDate"
by Antonio Linares
Mon Dec 28, 2020 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Using Get for incremental Seek/Filters
Replies: 32
Views: 3880

Re: fieldWBlock

... 2 aFields := {"FIRST" ,; "LAST" ,; "STREET" ,; "CITY" ,; "STATE" ,; "ZIP" ,; "HIREDATE",; "MARRIED" ,; "AGE" ,; "SALARY" ,; "NOTES" } this Run ok if I wish print a barcode nCampo:= ...
by Silvio.Falconi
Wed Nov 18, 2020 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fieldWBlock
Replies: 13
Views: 1236

nCounter Report not run ok RESOLVED

... for each group and the total counter is right If I not use Groups but only easy bfor sample : ACTIVATE REPORT oReport FOR dInicio <= CU->HIREDATE .AND. CU->HIREDATE <= dFinal ; ON END ( oReport:StartLine(), oReport:EndLine(), oReport:StartLine(), ; oReport:Say(1, 'Total customers: ...
by Silvio.Falconi
Thu Oct 08, 2020 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1296

Re: Documentation

... expressions contain variables, they need to be private or public. Example: aData := CUST->( FW_DbfToArray( "RecNo(),First,City,Int((Date()-HireDate)/365)" ) )
by mgsoft
Wed Mar 25, 2020 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation
Replies: 7
Views: 1094

Re: DBF to CSV - converter 3.1 ( Update )

... Homer;Simpson;32179 Maiden Lane;Springfield;IL;20503-8202 FIRST;LAST;STREET;CITY;STATE;ZIP;HIREDATE;MARRIED Homer;Simpson;32179 Maiden Lane;Springfield;IL;20503-8202;18.09.92;TRUE a imported CSV-file with missing types and fieldsizes ( needed ...
by ukoenig
Tue Mar 17, 2020 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to CSV - converter 3.1 ( Update )
Replies: 50
Views: 13406

Re: String to array using 2 different delimiters

FIRST-C-20-0;LAST-C-20-0;STREET-C-30-0;CITY-C-30-0;HIREDATE-D-8-0


Now this extra data for the headers is put inside the csv file with a editor ?
by Marc Venken
Fri Aug 09, 2019 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String to array using 2 different delimiters
Replies: 4
Views: 636

Re: DBF to CSV - converter 3.1 ( Update )

... the CSV-file. Another solution just adding the missing infos from inside the editor-preview before building the DBF (nothing extra needed) :?: HIREDATE -D-8-0 ;SALARY -N-9-2 ;LAST -C-20-0 ;FIRST -C-20-0 18.09.92;5900.00;Simpson;Homer 17.10.84;123700.00;Gibbard;Ceci 23.05.89;82900.00;Kaczocha;Reg ...
by ukoenig
Mon Aug 05, 2019 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to CSV - converter 3.1 ( Update )
Replies: 50
Views: 13406

Re: An easy way to make a tree-browse

... levels. @ 50 , 20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ; DATASOURCE "CUSTOMER" ; COLUMNS "STATE", "STRZERO(INT(YEAR(HIREDATE)/10)*10,4) AS DECADE", ; "CITY", "FIRST", "AGE", "HIREDATE", "SALARY" ; CELL LINES NOBORDER ...
by ukoenig
Sat Jul 13, 2019 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3592

Re: New FTDN May/Mayo 2019 (FWH 19.05)

... completa. Ejemplo: cName := "T" dDate := DTOS( "20000101" ) cFilter := ; DBF_ApplyParams( "UPPER(FIRST) = ? .AND. HIREDATE >= ?", ; { cName, dDate } ) --> "UPPER(FIRST) = "T" .AND. HIREDATE >= 0d20000101" SET FILTER TO &cFilter ...
by Antonio Linares
Fri Jun 07, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3179

New FTDN May/Mayo 2019 (FWH 19.05)

... full expression. Example: cName := "T" dDate := DTOS( "20000101" ) cFilter := ; DBF_ApplyParams( "UPPER(FIRST) = ? .AND. HIREDATE >= ?", ; { cName, dDate } ) --> "UPPER(FIRST) = "T" .AND. HIREDATE >= 0d20000101" SET FILTER TO &cFilter ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3179

Re: TO Mr Rao : XBrDtPicker

Silvio,

FOUND :D moving to the old date works like:

ACTION oCal:SetDate( oCust:HireDate, .T. ), ; // old date from xBrowse
oCal:Change() ;

or moving back to today from a old selected date
ACTION ( cRet := oCal:SetDate( Date(), .T. ), oCal:Change() ) ;

regards
Uwe
by ukoenig
Mon May 20, 2019 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Mr Rao : XBrDtPicker
Replies: 10
Views: 934

Re: TO Mr Rao : XBrDtPicker

... / included actions and other extras so it looks different like You can see trying to move to the selected date with : ACTION oCal:SetDate( oCust:HireDate, .T. ), ; oCal:Refresh() ; http://www.pflegeplus.com/IMAGES/Datesel1.jpg regards Uwe :?:
by ukoenig
Mon May 20, 2019 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Mr Rao : XBrDtPicker
Replies: 10
Views: 934
Next

Return to advanced search