Search found 251 matches: fieldget

Return to advanced search

Re: Pregunta Sobre Tdolphin

When NULL value is stored in a field of DATE type, TDolphin's FieldGet() returns Empty String, i.e., "", but not Empty Date. This can be fixed by making this correction in tdolpqry.prg METHOD VerifyValue(...) Please locate this code:     ...
by nageswaragunupudi
Wed Dec 18, 2019 9:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Sobre Tdolphin (SOLUCIONADO)
Replies: 2
Views: 466

Re: mostrar imagen desde MARIAdb sin recordset...

... intento hacerlo y sigo con el mismo problema:   REDEFINE IMAGE ::oImagen ID 300 OF oDlg ADJUST update   ::oImagen:LoadFromString( ::oQry:FieldGet("c19") )   ::oImagen:refresh()  Tira este error: Time from start: 0 hours 0 mins 28 secs Error occurred at: 17/12/2019, ...
by goosfancito
Wed Dec 18, 2019 12:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: mostrar imagen desde MARIAdb sin recordset...
Replies: 7
Views: 1446

Re: mostrar imagen desde MARIAdb sin recordset...

Hola

Yo lo hago de la siguiente manera y me funciona perfecto:

oFoto := TBitMap():Define()

oFoto:LoadFromString( oQFotos:FieldGet( "ENTRADA" ) )

Espero te funcione

Saludos!

Eduardo Borondón Muñiz
by EBM
Tue Dec 17, 2019 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mostrar imagen desde MARIAdb sin recordset...
Replies: 7
Views: 1446

Pregunta Sobre Tdolphin (SOLUCIONADO)

... columna tipo fecha es Nulo , apensar que cuando acceso FieldType( cnField ) me dice que es tipo "D" que es correto. pero cuando acceso FieldGet( cnField ) retorna una valor Caracter " " VALTYPE con valor de "C" , no deberia ser tipo "D" si la columna es ...
by ruben Dario
Tue Dec 17, 2019 2:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Sobre Tdolphin (SOLUCIONADO)
Replies: 2
Views: 466

Re: xbrowse con columnas variables

... las cabeceras si se muestran correctamente ) for i := 1 to len(aTdas) WITH OBJECT oCol := oBrwT:AddCol() :bStrData := { || cValToChar( TEM_T->( FieldGet( i ) ) ) } :cHeader := trim(aTdas[i,1]) END WITH next i favor su ayuda ... Qué versión de Fwh utilizas? Mira a ver si utilizando una variable ...
by cnavarro
Mon Oct 07, 2019 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse con columnas variables
Replies: 9
Views: 1128

Re: xbrowse con columnas variables

... las cabeceras si se muestran correctamente ) for i := 1 to len(aTdas) WITH OBJECT oCol := oBrwT:AddCol() :bStrData := { || cValToChar( TEM_T->( FieldGet( i ) ) ) } :cHeader := trim(aTdas[i,1]) END WITH next i favor su ayuda ...
by hpoliz
Mon Oct 07, 2019 9:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse con columnas variables
Replies: 9
Views: 1128

Re: mod harbour session js session object

... value="{{_Value('builder')}}" Where function _Value( cFieldName ) is: function _Value( cFieldName ) return FieldGet( FieldPos( cFieldName ) )
by Otto
Mon Jul 29, 2019 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 2199

Re: mod harbour session js session object

... value="{{_Value('builder')}}" Where function _Value( cFieldName ) is: function _Value( cFieldName ) return FieldGet( FieldPos( cFieldName ) )
by Otto
Mon Jul 29, 2019 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 2199

Re: mod harbour session js session object

... value="{{_Value('builder')}}" Where function _Value( cFieldName ) is: function _Value( cFieldName ) return FieldGet( FieldPos( cFieldName ) )
by Antonio Linares
Sun Jul 28, 2019 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 2199

Re: ¿Cómo activo el botón XLS del Preview?

... works very well but when I call from may program it doesn' works. my function: Function ImpBoletas(cRut,cSocio) Local oLis //cBuscar:=Ctaarr->(Fieldget(3))+Str(Ctaarr->(Fieldget(6)),2)+Str(Ctaarr->(Fieldget(7)),4) Boletas->(DBGoTop()) REPORT oLis TITLE "BOLETAS DE "+cSocio,"","RUT ...
by wyerco613
Wed Jun 19, 2019 5:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo activo el botón XLS del Preview?
Replies: 10
Views: 1304

Re: xBrowse edit dialog and navigation

Mr Rao Thanks for the demo program,yes that is what I was after On a GET I tried using VAR oRec:Fieldget() but I get a "invalid value" compiler error I tried using field number and field name as a parameter Yet this method works ok for MSGINFO(orec:fieldget(2)) ...
by reds
Mon Jun 03, 2019 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse edit dialog and navigation
Replies: 26
Views: 4012

Re: ¿ La variable de REDEFINE GET cambia su tamaño ?

... lPasar:=.F. endif if ContarReg(BEN)>0 nInd:=Benefi->(Indexord()) Benefi->(dbSetorder(1)) Benefi->(dbGoBottom()) aIng[1]:=Benefi->(Fieldget(2))+1 Benefi->(dbSetorder(nInd)) endif DEFINE DIALOG oDlg RESOURCE "INGBEN" FONT oLetra REDEFINE GET aIng[1] ID 101 OF oDlg READONLY//; ...
by wyerco613
Sun May 12, 2019 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ La variable de REDEFINE GET cambia su tamaño ?
Replies: 9
Views: 1153

TDOLPHIN atribuir valor a objeto

... y := 1 to nLenRow if Alltrim(oProdutoImportar : FieldName( x )) == Alltrim(oRow : FieldName( y )) cVar := Alltrim(oRow : FieldName( y )) ? oRow : FieldGet( y ) //valor antes oRow : &(cVar) := oProdutoImportar : FieldGet( x ) ? oRow : FieldGet( y ) //valor depois exit endif next next O código ...
by MGA
Sat Dec 22, 2018 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDOLPHIN atribuir valor a objeto
Replies: 2
Views: 517

Re: New FTDN July 2018 (FWH 18.07)

... ) no funcionaba cuando hWnd pertenece a un cuadro de diálogo modal. Ahora funciona con diálogos modales también. * FWMARIADB: - Mejora: Método FieldGet( aFields ) --> Array of fields/Expr values. aFields puede ser una matriz de campos numéricos/ nombres de campos/ expresiones usando nombres ...
by Antonio Linares
Fri Sep 21, 2018 8:58 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2018 (FWH 18.07)
Replies: 5
Views: 2814

New FTDN July 2018 (FWH 18.07)

... oWndFromhWnd( hWnd ) was not working when hWnd belongs to a modal dialog. Now it works for modal dialogs also. * FWMARIADB: - Enhancement: method FieldGet( aFields ) --> Array of Field/Expr values. aFields can be an array of fiend numbers/ field names/ expressions using field names. Eg: oRs:FieldGet( ...
by Antonio Linares
Fri Sep 21, 2018 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2018 (FWH 18.07)
Replies: 5
Views: 2814
PreviousNext

Return to advanced search