Search found 31 matches: data1

Return to advanced search

Nages, 2 diferent Db's update

... HOST "otherhost" USER "userx" PASSWORD "passx" DB "xDb"       oDbSend:=oSvr:Rowset("select codigo,data1,data2 from table1 where condition")         nTotal:=oDbSend:RecCount()        If nTotal > 0           For x=1 to nTotal    ...
by Adolfo
Tue Jan 16, 2024 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 723

Re: Cambiar Color a una CELDA en Xbrowse por cada registro

Creo que tendrías que poner el color según el valor mas chico para cada caso Suponte que tienes la tabla con los siguientes campos: data1, data2, data3, valor1, valor2, valor3, valor4 , donde valor1 a valor4 son los que quieres comparar #include "FiveWin.ch"//----------------------------------------------------------------//function ...
by cmsoft
Wed Sep 07, 2022 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Color a una CELDA en Xbrowse por cada registro
Replies: 3
Views: 329

asignar DATA a Var local

... una duda, como puedo hacer para que una variable local inicializada con una DATA pueda modificarse y no afectar a la DATA? ejemplo ........ DATA data1 INIT { 1, 2, 3, 4, 5 } ........... LOCAL midato := {} midato := ::data1 ? valtype(::data1[3]) // N midato[3] := STR(midato3) ? valtype(::data1[3]) ...
by wmormar
Mon Jun 06, 2022 5:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: asignar DATA a Var local
Replies: 2
Views: 312

Strange array/ oDbf

this morning I did a test using two demo arrays that simulate the array created by the DBF when I did certain statistical operations, that is to have the colored numbers displayed on the xbrowse, everything worked for me Later I created those arrays directly from the dbf and nothing worked anymore i...
by Silvio.Falconi
Mon May 30, 2022 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange array/ oDbf
Replies: 0
Views: 128

Re: Problem with datepick

... premo il pulsante rosso "-" quello a destra oBtns [4] e o controle oDate2 e o código de acesso indeterminado se o Data2 for normal ou o data1, caso não se torne indiferente, aqui, não use dados inferidos a oDate1, se estiver ok inizialmente funziona bene, cioè se hai oData1 12 março ...
by Silvio.Falconi
Thu Mar 12, 2020 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 2498

Set Softseek On

Hi,

How I can set a softseek in a object database?

oArqBol:SetOrder("EMISSAO")
oArqBol:GoTop()

here I want to set

oArqBol:Seek(Dtos(Data1))

Thanks in advance.
by wartiaga
Tue Nov 06, 2018 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set Softseek On
Replies: 2
Views: 468

Re: Localizacion y Seguimiento con google earth .

... públic.prg ** creacion 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,) ...
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

Re: Column Function in XBROWSE

Speed depends purely on the implementation of the function. why in a XBROWSE 'dAAAAMMGGadata(DATA)' works and 'MYFUNCTION(DATA1)' no ? If the function is a public function ( i.e., not a static function ) and all parameters are either public/private or field variables, "MYFUNCTION(PARAMETERS)" ...
by nageswaragunupudi
Fri Oct 13, 2017 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Column Function in XBROWSE
Replies: 10
Views: 1698

Re: Column Function in XBROWSE

thank you Mr.Rao
but is very slowly with codeblock.

why in a XBROWSE 'dAAAAMMGGadata(DATA)' works and 'MYFUNCTION(DATA1)' no ?
by damianodec
Fri Oct 13, 2017 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Column Function in XBROWSE
Replies: 10
Views: 1698

Prestashop Mapping solution

... That works. Now I want to open a dbf on 1 side and a csv on the otherside and be able to link the files togetter with the field. Dbf CSV Field A Data1 Field B Data2 Field C Data3 example : The data1 should go in field C, Data2 in Field A,..... I believe it is called MAPPING fields. Any part of ...
by Marc Venken
Thu Oct 20, 2016 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prestashop Mapping solution
Replies: 17
Views: 9022

Re: xBrowse how to show 1 DBF in 2 browser with diff. indexes ?

you can open de same database in two diferenta areas

use customer index cust1 shared new alias data1
use customer index cust2 shared new alias data2

sele data1
xbrowse
sele data2
xbrowse
by Marco Augusto
Wed Mar 16, 2016 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse how to show 1 DBF in 2 browser with diff. indexes ?
Replies: 3
Views: 780

Re: to use xbrowse in dialog

... properties of an object and avoid putting on each object name <oBj>: data or <obj>: method WITH OBJECT <oBj>            : <data1>: = ...            : <data2>: = ...            : <data3>: = ...            : <method> () END equivalent to:       <oBj>: ...
by cnavarro
Mon Jan 20, 2014 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to use xbrowse in dialog
Replies: 12
Views: 2068

Experiencia Sobre Bases.MDB Segunda parte

... una sola clase por prg 2.- crear el modulo de manejo Abrir la tabla con las ordenes mencionada anteriormente Ejemplo Function Main() Local Data1 Local oST Data1 := Usar( oCone, "SELECT * FROM STOCK " ) oST := TStock():New( Data1 ) oST:Carga() ? oST:Codigo REturn( Nil ) //----------------------------------------------------------------------------// ...
by juan carlos bellucci
Thu Aug 23, 2012 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Experiencia Sobre Bases.MDB Segunda parte
Replies: 0
Views: 365

Re: External file for calculations

... to give my users a way to change a formula that uses data in a dbf file. Example of external file: IF TEST->Age > 40 nResult := (TEST->Data1 * TEST->Data2) - (TEST->Data3 / TEST->Data4) ELSE nResult := (TEST->Data1 * TEST->Data2) - (TEST->Data3 / TEST->Data4) + ...
by FiveWiDi
Sat Jul 28, 2012 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: External file for calculations
Replies: 7
Views: 2291

Re: External file for calculations

Try this:

nResult := &( "(TEST->Data1 * TEST->Data2) - (TEST->Data3 / TEST->Data4)" )

EMG
by Enrico Maria Giordano
Fri Jul 27, 2012 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: External file for calculations
Replies: 7
Views: 2291
Next

Return to advanced search