Search found 52 matches: hiredate

Return to advanced search

XBROWSE: need help with append blank

... go to other part of program? ... @ 0,0 XBROWSE oBrw ; COLUMNS "State", "City", "First", "Married", "HireDate", "Age", "Salary", "Last" ; JUSTIFY .f., AL_CENTER, .t. ; OF ownd ; ALIAS cAlias AUTOSORT FASTEDIT FOOTERS ...
by bosibila
Sun Mar 15, 2009 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE: need help with append blank
Replies: 6
Views: 1165

... ) + TRIM(aVar[ 3 ]) + "'" ) endif endif cFilter += ( if ( empty( cFilter ), "test->hiredate >= CTOD('", " .and. test->hiredate >= CTOD('" ) + dtoc( aVar[ 5 ] ) + "')" ...
by Daniel Garcia-Gil
Tue Nov 04, 2008 11:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud con xbrowse
Replies: 11
Views: 2422

... como usar el xbrowse/filtro y scope, el archivo test.dbf es el mismo del ejemplo de fwh customer.dbf y esta indexado por los campos first, last y hiredate #include "fivewin.ch" #include "xbrowse.ch" STATIC oWnd FUNCTION MainTest() local oWnd local aGet := ...
by Daniel Garcia-Gil
Tue Nov 04, 2008 2:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud con xbrowse
Replies: 11
Views: 2422

... v[ O_CITY ] := ( cAlias )->city v[ O_STATE ] := ( cAlias )->state v[ O_ZIP ] := ( cAlias )->zip v[ O_HIREDATE ] := ( cAlias )->hiredate v[ O_MARRIED ] := ( cAlias )->married v[ O_AGE ] := ( cAlias )->age v[ O_SALARY ] := ( cAlias )->salary v[ O_RECNO ] := nRecno Cli_RefreshVar( ...
by Lupita
Thu Apr 10, 2008 9:54 pm
 
Forum: FiveWin para Pocket PC
Topic: Instalacion
Replies: 10
Views: 2605

... SetArray, SetAdo, SetOdbf separadamente. Ejemplos: RDD.1 @ 10, 10 XBROWSE oBrw ; // or REDEFINE XBROWSE oBrw ID 101 COLUMNS "First", "Age". "HireDate" ; ALIAS "CUST" oBrw:CreateFromCode() // oBrw:CreateFromResource(nID) no es necesario si se usa REDEFINE. ACTIVATE WINDOW / DIALOG .... RDD.2 ...
by Antonio Linares
Sat Mar 29, 2008 9:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March / Marzo 2008 (8.03)
Replies: 6
Views: 4993

New FTDN March / Marzo 2008 (8.03)

... SetArray, SetAdo, SetOdbf methods separately. Examples: RDD.1 @ 10, 10 XBROWSE oBrw ; // or REDEFINE XBROWSE oBrw ID 101 COLUMNS "First", "Age". "HireDate" ; ALIAS "CUST" oBrw:CreateFromCode() // oBrw:CreateFromResource(nID) is not required if REDEFINE is used. ACTIVATE WINDOW / DIALOG .... RDD.2 ...
by Antonio Linares
Wed Mar 12, 2008 7:27 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March / Marzo 2008 (8.03)
Replies: 6
Views: 4993

... es el eof() ) . Por otra parte revisando la ayuda de advantage en la seccion aof encontre esto : For example, consider the filter expression: hiredate > CTOD(‘1/19/90’) .OR. ( hiredate > CTOD(‘1/18/85’) .AND. deptnum = 15) If field "hiredate" is indexed and field "deptnum" is not, the ...
by astursoft
Sun Jan 08, 2006 8:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: off topic : filtro aof() sobre fecha
Replies: 4
Views: 1030
Previous

Return to advanced search