Search found 13 matches: fieldblock

Return to advanced search

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

... FErase(<cFile>)->nSuccess FError()->nErrorCode Field(<nPosition>)->cFieldName FieldBlock(<cFieldName>)->bFieldBlock FieldDec(<nFieldPos>)->nDecimalPlaces FieldDeci(<cFieldName>|<nFieldPos>)->nDecimals ...
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: 5710

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

... EoQ EoY Error ErrorBlock ErrorLevel ErrorNew ErrorSys Eval ExeName Exp Expand Exponent Fact Fahrenheit FClose FCount FCreate FErase FError Field FieldBlock FieldDec FieldDeci FieldGet FieldGetArr FieldLen FieldName FieldNum FieldPos FieldPos FieldPut FieldPutArr FieldSize FieldType FieldWBlock ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

TDatabase FWH 17.08 : Datas and Methods

... is directly modified at RDD level. 31. FCount() Total number of fields, including virtual fields created by programmer using ::AddCol() method 32. FieldBlock( nCol ) returns FIELDWBLOCK() for this column 33. FieldDefault( nFld/cFldName, [uDefault], [lRO] ) --> uDefault Sets/Queries default value ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1783

Re: macro substitution & in fieldnames

... NEW ENDIF DBSELECTAR(XARCH) cRegis:=RECNO() ORD_ACT = INDEXORD() SET ORDER TO XORDEN DBSEEK((XCLAVE)) IF FOUND() .AND. !DELETED() RET = EVAL(FIELDBLOCK(XCAMPO)) ELSE DBGOBOTTOM() RET = SPACE(LEN(EVAL(FIELDBLOCK(XCAMPO)))) ENDIF SET ORDER TO ORD_ACT DBGOTO(cRegis) SELECT(AREA_ACT) RETURN RET ...
by puenteda
Wed Oct 26, 2016 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: macro substitution & in fieldnames
Replies: 7
Views: 1771

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Re: LIBRERIA FIVEPRO 32 BITS

Esro es lo que sale. Enlazando UTILDISC.exe... Warning: Unable to perform incremental link - performing full link... Error: Unresolved external '_hb_vmProcessSymbols' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Error: Unresolved external '_HB_FUN_SETCOLOR' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Err...
by Goliat
Thu Nov 15, 2012 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIBRERIA FIVEPRO 32 BITS
Replies: 18
Views: 4170

Download link

... has 3 fields : gemeente (c31) , postnr (c4) , provincie (c20) 1) LoadDbf( NIL ) 2) LoadDbf({1 , “Postnr” ,3}) 3) LoadDbf({ {“Gemeente”,248 , , Fieldblock(“Gemeente”)} , ; {“Postnr”,40, , 2 } , ; {“Provincie,160, , “Provincie”} }) 4) LoadDbf({ {“Gemeente”,264, , 1 } , 2 , 3} Will have the same ...
by demont frank
Tue Sep 23, 2008 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Any Class for Databse Look up with Multiple Columns
Replies: 18
Views: 3030

... {| nRow,nCol | buildx(oBrw, nRow, nCol, odlg,1),oBrw:refresh(),oBrw:setfocus()} ADD COLUMN TO oBrw; DATA FIELDBLOCK (("title"),Select("gl")) ; SIZE 165 LEFT HEADER "Title"; EDITABLE; COLOR If( gl->title ...
by hag
Sun Jul 20, 2008 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit browse
Replies: 12
Views: 3677

... "MaliYet" SIZE 100 ; // DATA Stok -> MALIYET PICTURE "##,###,###" ; // HEAD "Maliyet" //ADD COLUMN TO oBrw ALIGN RIGHT ; // HEAD "Ciro" DATA FieldBlock("CIRO") ; // PICT "@Z #,###,###.##" SIZE 90 ; // EDIT VALID {|o| o:varGet() < 0} ; // MESSAGE "Current data causes lots of errors" ; // ...
by biro2000
Wed Nov 22, 2006 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VALID in ADD COLUMN don't work.
Replies: 4
Views: 1557

To the Both two repliers

... Local VECTOR:={} select 1 use cust DBSELECTAR(XARCH) ORD_ACT = INDEXORD() SET ORDER TO XORDEN DBGOTOP() IF VACIO AADD(VECTOR,SPACE(LEN(EVAL(FIELDBLOCK(XCAMPO))))) ENDIF DO WHILE !(XARCH)->(EoF()) AADD(VECTOR,EVAL(FIELDBLOCK(XCAMPO))) (XARCH)->(DbSkip()) ENDDO SET ORDER TO ORD_ACT SELECT(AREA_ACT) ...
by Ehab Samir Aziz
Sat Nov 12, 2005 10:58 am
 
Forum: FiveWin for CA-Clipper
Topic: Combo Box and DBF fields
Replies: 5
Views: 1961

... AREA_ACT := SELECT() Local VECTOR:={} DBSELECTAR(XARCH) ORD_ACT = INDEXORD() SET ORDER TO XORDEN DBGOTOP() IF VACIO AADD(VECTOR,SPACE(LEN(EVAL(FIELDBLOCK(XCAMPO))))) ENDIF DO WHILE !(XARCH)->(EoF()) AADD(VECTOR,EVAL(FIELDBLOCK(XCAMPO))) (XARCH)->(DbSkip()) ENDDO SET ORDER TO ORD_ACT SELECT(AREA_ACT) ...
by DanielPuente
Tue Nov 08, 2005 2:16 am
 
Forum: FiveWin for CA-Clipper
Topic: Combo Box and DBF fields
Replies: 5
Views: 1961

... ALIAS (WALIAS3) UPDATE Y en las definiciones de las columnas del browse inclui siempre el alias de la base, no pongas solo el nombre del campo o fieldblock(). Si la base es la misma en los dos browses, abrilas en dos alias distintas. Saludos, Gracias por la ayuda: Tengo una serie de dudas al ...
by Leonor Gonzalez
Mon Oct 24, 2005 3:45 pm
 
Forum: FiveWin for CA-Clipper
Topic: clase twbrowse
Replies: 7
Views: 3229

... ALIAS (WALIAS3) UPDATE Y en las definiciones de las columnas del browse inclui siempre el alias de la base, no pongas solo el nombre del campo o fieldblock(). Si la base es la misma en los dos browses, abrilas en dos alias distintas. Saludos,
by DanielPuente
Mon Oct 24, 2005 1:53 pm
 
Forum: FiveWin for CA-Clipper
Topic: clase twbrowse
Replies: 7
Views: 3229

Return to advanced search