Search found 251 matches: fieldget

Return to advanced search

Re: get no disable y tampoco editable

WRONG
Another thing: I take the data from mysql, which is declared as MEMO and if I do this:
vgets: = memored (oQry: fieldget ("text"))
vgests is empty.


CORRECT
if I do directly:
vgets: = oQry: fieldget ("text")
vgets if it remains with data.
by nageswaragunupudi
Sun May 16, 2021 3:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: get no disable y tampoco editable
Replies: 15
Views: 1278

Re: get no disable y tampoco editable

... el get 3) muevo el scroll el error aparece. otra cosa: el dato lo tomo de mysql, que esta declardo como MEMO y si hago esto: vgets:= memored(oQry:fieldget("texto")) vgests queda vacio. si hago directamente: vgets:= oQry:fieldget("texto") vgets si queda con datos. https://imagizer.imageshack.com/img924/5783/fJncRj.gif
by goosfancito
Sat May 15, 2021 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: get no disable y tampoco editable
Replies: 15
Views: 1278

Re: Imprimir imagenes en report

... en formato BMP en una tabla MySql Las Imagenes las recupero asi: oPict := TBitMap():Define() ... oPict:LoadFromString( HB_Base64Decode( oQuery:FieldGet( "ENTRADA" ) ) ) // Se lee desde la tabla MySql con TDolphin ... oReporte:SayBitmap( aCoors[ 1 ], aCoors[ 2 ] + 1.0, oPict, 1.2, ...
by EBM
Fri Mar 19, 2021 9:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir imagenes en report
Replies: 3
Views: 673

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 450

MySql OrdScope SOLUCIONADO

In FIRST xBr I do oBrw:bChange:= { || ( oRs2:SetFilter( 'subcli= oRs:Fieldget(2) ' ) , oRs2:Update(), xbCli:Refresh(),xTbx:SetFocus() ) } Hi friends. I have two xBrowse, the one with clients and the two with accounts. (one clients has more than 1 account) ...
by D.Fernandez
Sun Dec 27, 2020 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql OrdScope SOLUCIONADO
Replies: 3
Views: 584

MySql OrdScope SOLUCIONADO

El el PRIMER xBrowse hice oBrw:bChange:= { || ( oRs2:SetFilter( 'subcli= oRs:Fieldget(2) ' ) , oRs2:Update(), xbCli:Refresh(),xTbx:SetFocus() ) } oRs2 es la cosulta para el segundo oBrw2 y subcli es el campo. oRs:FieldGet(2) contiene el número por el que quiero ...
by D.Fernandez
Sun Dec 27, 2020 4:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql OrdScope SOLUCIONADO
Replies: 4
Views: 800

Re: Select...SQL SOLUCIONADO

Gracias Marc.

Asi quedó.
FWCONNECT oCon HOST 'localhost' USER 'root' PASSWORD '' DB dbases

oRs := oCon:RowSet( "select * from usuario where `idusu` = &1", { cUsuario } )
? oRs:FieldGet(4)

Saludos.
by D.Fernandez
Sun Nov 29, 2020 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select...SQL SOLUCIONADO
Replies: 3
Views: 441

Re: in php I do this way, but how in fwSOLUCIONADO

... 'localhost' USER 'root' PASSWORD '' DB dbases oRs := oCon:RowSet( "select * from usuario where `idusu` = &1", { cUsuario } ) ? oRs:FieldGet(4) >>>>Este dato quería. Gracias.
by D.Fernandez
Sun Nov 29, 2020 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: in php I do this way, but how in fw SOLUCIONADO
Replies: 5
Views: 816

Select... SOLUCIONADO

... 'localhost' USER 'root' PASSWORD '' DB dbases oRs := oCon:RowSet( "select * from usuario where `idusu` = &1", { cUsuario } ) ? oRs:FieldGet(4) Saludos.
by D.Fernandez
Sat Nov 28, 2020 6:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Select... SOLUCIONADO
Replies: 0
Views: 200

Re: fieldWBlock

perhaps fieldget(n)
but I need to have the naArea
by Silvio.Falconi
Tue Nov 17, 2020 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fieldWBlock
Replies: 13
Views: 1208

Korean character problem...

... tried putting the FW_SetUnicode (.T.) Instruction at the start of my system, I already tried trying to convert the field with UTF16toUTF8 (oBase: FieldGet (7)), but nothing. I am using Eagle1 for connection with MySQL and FWH 19.09 Does anyone know how to correctly present these characters in ...
by csincuir
Tue Nov 17, 2020 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Korean character problem...
Replies: 8
Views: 978

Problemas con caracteres Koreanos

... Ya probé colocando al inicio de mi sistema la instrucción FW_SetUnicode(.T.), ya probé tratando de convertir el campo con UTF16toUTF8( oBase:FieldGet(7) ), pero nada. Estoy utilizando Eagle1 para la conexión con MySQL y FWH 19.09 Alguien sabrá como presentar correctamente estos caracteres ...
by csincuir
Tue Nov 17, 2020 1:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con caracteres Koreanos
Replies: 0
Views: 167

Re: HDORDD. Importando datos desde dos conexiones diferentes.

... si DbSetOrder(1) si DBSKIP si DBSKIP() ? DELETE ALL FOR EMPTY( FIELD->CODIGO ) .AND. EMPTY( FIELD->NOMBRE ) si EOF si FIELD->CODIGO si Fieldget si Fieldput si FOUND() ? INDEX ON FIELD->FAMILIA+FIELD->CODIGO TAG ARTICULOS1 FOR !Deleted() ? INDEX ON FIELD->SERIE + StrZero (FIELD->NUMERO,20 ...
by xmanuel
Sun Apr 26, 2020 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDORDD. Importando datos desde dos conexiones diferentes.
Replies: 12
Views: 1675

Re: How to copy a row of a rowset

oCurrentRs := oCn:Query( "SELECT * FROM CUSTOMER" )

oNewRow := oCn:Query( "SELECT * FROM CUSTOMER WHERE ID < 0" ) //Get an empty row (There is no customer has a negative id)

FOR nI=1 TO oCurrentRs:FCount()
oNewRow:FieldPut(nI, oCurrentRs:FieldGet(nI))
NEXT
by betoncu
Fri Mar 27, 2020 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to copy a row of a rowset
Replies: 14
Views: 1492

Detached locals y clases dinamicas

//----------------------------------------------------------------------------// // Se define el MESSAGE de una columna para tomar y dar valores. static function GenDataField( oADODb, nPos ) Local cNameMethod := oADODb:aFldNames[ nPos ] //#ifdef __HARBOUR__ local nClassH := oADODb:ClassH __clsAddMs...
by hmpaquito
Tue Jan 21, 2020 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detached locals y clases dinamicas
Replies: 0
Views: 435
PreviousNext

Return to advanced search