Search found 122 matches: odata

Return to advanced search

Re: Mr Rao :SetFilter no funciona

Mr Rao. esto no funciona: oData:SetFilter("codbar1 LIKE '%RF-10392%'") // NO Funciona oData:SetFilter("codbar1 LIKE '%RF10392%'") // Si Funciona Gracias por su atencion This is a bug in our library. We regret for this. ...
by nageswaragunupudi
Sat Mar 23, 2024 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2406

Re: Mr Rao :SetFilter no funciona

Estimado sysctrl2 cVar := "RS-00887" //------------ el dato contioene un guion oData:SetFilter("codbar1 LIKE '%" + cVar + "%'") //-----------------------> NO funciona, no filtra cVar := "RS000887" //------------ el dato contioene ...
by Willi Quintana
Fri Mar 22, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2406

Mr Rao :SetFilter no funciona

Mr Rao.
esto no funciona:
oData:SetFilter("codbar1 LIKE '%RF-10392%'") // NO Funciona
oData:SetFilter("codbar1 LIKE '%RF10392%'") // Si Funciona

Gracias por su atencion
by Willi Quintana
Thu Mar 21, 2024 11:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2406

Re: Mr. Rao EOF() BOF() not working wirh RecSet

What about calling oData:MoveFirst() before starting the Do while Loop ?
by anserkk
Fri Feb 02, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 417

Re: DTPicker

Oh thank youvery much but
I thought a value that contains what you see on video was expected
such as oData:cData or oData:cTextData or LongText Data.....


bye
by MarcoBoschi
Fri Nov 24, 2023 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker
Replies: 2
Views: 416

DTPicker

Hi,
If I have this instruction

REDEFINE DTPicker oData VAR dData ID 103 UPDATE OF oDlg
How can I obtain the data in the format "martedi 21 novembre 2023"
i.e. the same string that appears on the screen?


May thanks
by MarcoBoschi
Tue Nov 21, 2023 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker
Replies: 2
Views: 416

Re: Newbie Question : XBROWSE

... FASTEDIT SETUP (oBrw:bchange := { || selecteankleur() } ) ADIR("d:\pictures\origineel\*.jpg", aDbf) xbrowser(aDbf) odata = XBROWSER oCn:ListTables TITLE "SELECT TO VIEW" SELECT XBrowse( oCn:RowSet( oBrw:aCols[ 1 ]:Value ), oBrw:aCols[ 1 ]:Value ) // Quick ...
by Marc Venken
Fri Nov 25, 2022 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1483

Re: BMP en xBrowse. Transparente?

:addResource( 'FLAG' ) :bBmpData := {|| IIf( Empty( oData:produtocontado ), 0, 1 ) } :lBmpStretch := .f. :lBmpTransparent := .t. :nDataBmpAlign := AL_CENTER :nHeadStrAlign := AL_CENTER :cHeader := 'Contado' :nWidth := 50 :bStrData := {|| nil } :cSortOrder ...
by MGA
Mon Sep 05, 2022 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BMP en xBrowse. Transparente?
Replies: 2
Views: 387

Re: JSON with HTTPS: post

... to make clear, it is their NEW API and their NEW server that is giving me the problem. In the standard call, I can open the server, but my Send( oData ) is not seeing it on their end. I think that is because they want the whole string sent ( URL + Data ). This change came after I spent weeks ...
by TimStone
Tue May 24, 2022 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 1974

MakeTotals() con parametros o condicion

... parametros?, Los parametro podrian considerar una condiucionpara totalizar los registros,,, ejemplo eCond := {|nCol|if(lCondition , nCol:nTotal += oData:valor, nCol:nTotal += 0)} eCond := {||if(oData:registro > 0, nCol:nTotal += oData:valor, nCol:nTotal += 0)} oBrw:MateTotals(eCond) GRacias
by Willi Quintana
Mon May 09, 2022 12:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MakeTotals() con parametros o condicion
Replies: 2
Views: 362

Re: Procedimientos Almacenados (Store Procedure) Error

...   again without any parameters. Very likely you will get aStructure as an array Check "xbrowser aStruct" to make sure. oData := TArrayData():New( oProd, aStruct ) Note: This is a workaround for the time being. But ideally we should make the oCn:Call( "proc001" ...
by nageswaragunupudi
Sun Feb 13, 2022 8:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Procedimientos Almacenados (Store Procedure) Error
Replies: 8
Views: 1110

Re: New FTDN November/Noviembre (FWH 21.11)

... para poner en negrita un item de un TTreeView. * Clase TArrayData (tarrdata.prg) - Puede asignar un valor a un campo en todas las filas mediante oData:cFieldNameS := <val> * Corrección: FWH\DLL\rc2dll64.bat ha sido actualizado para poder usarlo con Microsoft Visual Studio Community. * Nuevo: ...
by Antonio Linares
Tue Nov 30, 2021 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1006

New FTDN November/Noviembre (FWH 21.11)

... TTVItem Method Bold( lOnOff ) to set bold an item of a TTreeView. * Class TArrayData (tarrdata.prg) - Can assign a value to a field in all rows by oData:cFieldNameS := <val> * Fix: FWH\DLL\rc2dll64.bat has been updated to properly work with Microsoft Visual Studio Community * New: Class TTreeView ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1006

To Nages & Antonio : also error on Tplan

... or if you click on it for a moment it shows you a bar on the previous day or the following day and crash ( go out) with oData error I inserted a control suggested by Nages in the MoveReservation () and ResizeReservation () methods to keep it from crashing and I see this ...
by Silvio.Falconi
Fri Apr 09, 2021 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages & Antonio : also error on Tplan
Replies: 0
Views: 215

Re: Also error on Tplan with tdatabase

Now I insert ? ValType( oData ) before of If ValType( oData ) == "O" oData:Cargo = {=>} oData:Cargo['STATUS'] = nStatus oData:Cargo['INDICE'] = ::oReserva:ROOMS_ID + DToS(::oReserva:CHECK_IN) oPlann:oLastData = NIL else ...
by Silvio.Falconi
Mon Apr 05, 2021 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also error on Tplan with tdatabase
Replies: 3
Views: 666
Next

Return to advanced search