Search found 251 matches: fieldget

Return to advanced search

Re: Imagen condicional en Xbrowse

... yo lo hago asi WITH OBJECT :COCHE :AddResource( "#1006" ) :AddResource( "#1007" ) :bBmpData := { || if ( ALLTRIM((oP:Situavl:fieldget(12)) ) == "FS" , 1, 2 ) } :nHeadStrAlign = AL_CENTER :oHeaderFont = fontB1 :oDataFont = fontB1 END suerte..
by Busmatic_wpb
Sun Sep 16, 2018 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagen condicional en Xbrowse
Replies: 9
Views: 2513

Re: Localizacion y Seguimiento con google earth .

... de variables en un arreglo Do while .t. WITH OBJECT oP:Queryavl :GetRow() ******* Carga en variable el primer registro Data1:= oP:Queryavl:FieldGet( "datos" ) ********* Desglosa registro cUsuario := substr(Data1,1,4 ) cfecha :=substr(Data1,5,10 ) chora :=substr(Data1,19,10,) cPLaca ...
by Busmatic_wpb
Wed Apr 18, 2018 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Localizacion y Seguimiento con google earth .
Replies: 10
Views: 4345

buscar minimo valor en un arreglo bidimensional

... aParadasida[oP:Cuantoshay,4] Local aParadasvue[oP:Cuantoshay,4] do while .t. Puntero:=oP:QueryPara:recno() aParadasida[Puntero,1]:=oP:QueryPara:FieldGet("latIDA") aParadasida[Puntero,2]:=oP:QueryPara:FieldGet("lonIDA") aParadasida[Puntero,3]:=oP:QueryPara:FieldGet("nlargo") ...
by Busmatic_wpb
Sat Mar 31, 2018 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: buscar minimo valor en un arreglo bidimensional
Replies: 2
Views: 667

Calculo de distancias por GPS con funciones del MYSQL

... "No se ha podido calcular la distancia error en datos ") RETURN END oP:GpSDistancia :REFRESH() Op:GpSresultado := oP:GpSDistancia :FieldGet(1) Alert(Op:GpSresultado ) Return ********************************************************************************* Veamos la soluciónd e una ...
by Busmatic_wpb
Sat Jan 20, 2018 11:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calculo de distancias por GPS con funciones del MYSQL
Replies: 7
Views: 2132

Re: Using dbftype + , T , =

Hello ,

It is ok , i was confused using VALTYPE(Fieldget(1)) , giving 'N'

Frank
by Franklin Demont
Fri Jan 12, 2018 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using dbftype + , T , =
Replies: 3
Views: 677

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

... FieldDec(<nFieldPos>)->nDecimalPlaces FieldDeci(<cFieldName>|<nFieldPos>)->nDecimals FieldGet(<nField>)->ValueField FieldGetArr([<nRecNo>])-><aFieldValues> FieldLen(<nFieldPos>)->nFieldLength FieldName(<nPosition>)->cFieldName ...
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: 5719

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

... 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 File FileAttr FileCopy FileDate ...
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: 5719

Re: How to validate dates in a corrupted database

...      for n = 1 to Len( ::aBuffer )         ::aBuffer[ n ] = ( ::cAlias )->( FieldGet( n ) )      next  In other words, after the skip(), a load() is issued for the contents of the record. IF n ...
by TimStone
Fri Oct 06, 2017 5:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to validate dates in a corrupted database
Replies: 9
Views: 1382

How to validate dates in a corrupted database

... not like one of the values in the date fields it sees. It fails at line 1048: for n = 1 to Len( ::aBuffer ) ::aBuffer[ n ] = ( ::cAlias )->( FieldGet( n ) ) next SO ... Any thoughts on a strategy here to trap in invalid date existing in a field ? All ideas will be appreciated.
by TimStone
Fri Oct 06, 2017 1:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to validate dates in a corrupted database
Replies: 9
Views: 1382

TDatabase FWH 17.08 : Datas and Methods

... value to be used for the field while appending new data. Default values are first saved to DBF before saving data in aBuffer( FWH 17.08) 34. FieldGet( nPos/FieldName ) --> uValue 1. Parameter can be field number, field name, alternative name or virtual field name. Returns value of the ...
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: 1785

Re: Database - 17.07 - Problems

... important to improve the safety of tdatabase class. This is implemented in 17.08. If you example is tried with 17.08, oStates:GoTop(), oStates:FieldGet(1), oStates:FieldPut(), etc. produce runtime error as they should. The same example runs without runtime errors with all versions upto 17.07, ...
by nageswaragunupudi
Thu Sep 07, 2017 4:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11989

Seek/get with headers in Xbrowse

... (Char Type) , but the browse will take field 9 (num data) and put a '0' in the field, because he thinks it is a fieldnum field. The code is using fieldget(n), but I think it should take the fieldname of the 6th colom ?    @ 450,870 XBROWSE oBrw4 SIZE 550,250 ;      PIXEL OF oWnd font oFont3;  ...
by Marc Venken
Tue Dec 06, 2016 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seek/get with headers in Xbrowse
Replies: 4
Views: 730

Re: SETCHECK EN XBROWSE CON QUERY MYSQL

... := "CxC" aoCols[6]:AddBmpHandle( "Chk_T" ) aoCols[6]:AddBmpHandle( "Chk_F" ) aoCols[6]:bBmpData := {|| IF(oQry:FieldGet("escxc"), 1, 2) } aoCols[6]:nDataStrAlign := AL_CENTER aoCols[6]:nHeadStrAlign := AL_CENTER Saludos
by Francisco Horta
Tue May 24, 2016 10:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SETCHECK EN XBROWSE CON QUERY MYSQL-SOLUCIONADO
Replies: 6
Views: 1234

Re: A xbrowse question to show a section with different values

And with one array of colors for use with one parameter passed of codeblock and ("KUNDE")->fieldget( n ) instead of the field name

Sorry my english
by cnavarro
Sat Apr 02, 2016 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A xbrowse question to show a section with different values
Replies: 7
Views: 1829

New FTDN March 2016 (FWH 16.03)

... in the aStrcture are converted suitably while accessing and assignment. - Expressions like "QUANTITY * PRICE" can be used. Eg: ? oData:FieldGet( "QUANTITY * PRICE" ) - Sorting: Method SetOrder( fieldname, nil, lDescend ) - SetOrder is possible only with single fieldname. - ...
by Antonio Linares
Wed Mar 30, 2016 8:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March 2016 (FWH 16.03)
Replies: 0
Views: 1310
PreviousNext

Return to advanced search