Excelente, Mr Rao !!!
Eso era lo que buscaba, muchas gracias.
Search found 41 matches: oeditget
Searched query: oeditget
- Tue Sep 01, 2020 4:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FIXED !! Error xbrowse PostMessage( ::oEditGet:hWnd, ...
- Replies: 2
- Views: 606
- Tue Sep 01, 2020 3:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FIXED !! Error xbrowse PostMessage( ::oEditGet:hWnd, ...
- Replies: 2
- Views: 606
Re: Error xbrowse PostMessage( ::oEditGet:hWnd, ...
It does not seem to be possible to use PopupBrowse with oEditGet of xbrowse.
You may try something like this:
#include "fivewin.ch"function XbrPopupBrowse() local oDlg, oBrw, oEditGet USE CUSTOMER DEFINE DIALOG oDlg SIZE 900,700 PIXEL TRUEPIXEL   ...
You may try something like this:
#include "fivewin.ch"function XbrPopupBrowse() local oDlg, oBrw, oEditGet USE CUSTOMER DEFINE DIALOG oDlg SIZE 900,700 PIXEL TRUEPIXEL   ...
- Mon Aug 31, 2020 4:52 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: SOLUCIONADO!! Error xbrowse PostMessage( ::oEditGet:hWnd
- Replies: 0
- Views: 267
- Mon Aug 31, 2020 4:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FIXED !! Error xbrowse PostMessage( ::oEditGet:hWnd, ...
- Replies: 2
- Views: 606
FIXED !! Error xbrowse PostMessage( ::oEditGet:hWnd, ...
... 125;,; {"C0003", "Racion Papas Fritas"},; {"D0001", "Cola Cola Ligth"} } o:Edit( k ) PopupBrowse( aValue, o:oEditGet, Nil, 2 ) if o:oEditGet != Nil o:oEditGet:End() endif Return Nil
Pero me genera el siguiente error, cuando presiono cualquier tecla ...
Pero me genera el siguiente error, cuando presiono cualquier tecla ...
- Sat Jul 11, 2020 5:26 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN June 2020 (FWH 20.06)
- Replies: 1
- Views: 2562
Re: New FTDN June 2020 (FWH 20.06)
... bPastBof y bPastEof
Mira el nuevo ejemplo Balance.prg para comprobar el uso avanzado de bPastBof y bPastEof,
* XBrowse:
- En algún raro caso, oEditGet en la función EditGetKeyDown toma el valor nulo y provoca
un error en tiempo de ejecución. Solucionado.
viewtopic.php?f=3&t=38925
- Nueva ...
Mira el nuevo ejemplo Balance.prg para comprobar el uso avanzado de bPastBof y bPastEof,
* XBrowse:
- En algún raro caso, oEditGet en la función EditGetKeyDown toma el valor nulo y provoca
un error en tiempo de ejecución. Solucionado.
viewtopic.php?f=3&t=38925
- Nueva ...
- Thu Jul 09, 2020 9:37 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN June 2020 (FWH 20.06)
- Replies: 1
- Views: 2562
New FTDN June 2020 (FWH 20.06)
... XBrowse:
New DATA bPastBof
See new example BALANCE.PRG to check advanced use of bPastBof and bPastEof
* XBrowse:
- In some rare cases, oEditGet in the function EditGetKeyDown is becoming nil and
resulting in runtime error. fixed
http://forums.fivetechsupport.com/viewtopic.php?f=3&t ...
New DATA bPastBof
See new example BALANCE.PRG to check advanced use of bPastBof and bPastEof
* XBrowse:
- In some rare cases, oEditGet in the function EditGetKeyDown is becoming nil and
resulting in runtime error. fixed
http://forums.fivetechsupport.com/viewtopic.php?f=3&t ...
- Thu May 07, 2020 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: random problem in xBrowse Problem BASE/1004 There is no meth
- Replies: 3
- Views: 663
Re: random problem in xBrowse Problem BASE/1004 There is no meth
The above error means that oCol:oEditGet is NIL when the function is called.
But this is how this function is used
::oEditGet:bKeyDown := { | nKey | EditGetkeyDown( Self, nKey ) }
Logically the function should not execute when oCol:oEditGet itself is NIL.
Let ...
But this is how this function is used
::oEditGet:bKeyDown := { | nKey | EditGetkeyDown( Self, nKey ) }
Logically the function should not execute when oCol:oEditGet itself is NIL.
Let ...
- Wed Jan 22, 2020 9:53 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Nuevo bug: IsKindOf
- Replies: 6
- Views: 1009
Re: Nuevo bug: IsKindOf
... está en bKeyDown de xBrowse.
El error se produce en source\xbrowse.prg
static function EditGetkeyDown( Self, nKey )
local lMultiGet := ::oEditGet:IsKindOf( "TMULTIGET" )
No en el nGet = AScan.
Tengo una función que llamo en oBrowse:bKeyDown :={ | nKey | myfunction() }, y falla al ...
El error se produce en source\xbrowse.prg
static function EditGetkeyDown( Self, nKey )
local lMultiGet := ::oEditGet:IsKindOf( "TMULTIGET" )
No en el nGet = AScan.
Tengo una función que llamo en oBrowse:bKeyDown :={ | nKey | myfunction() }, y falla al ...
- Mon Jan 20, 2020 5:47 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Nuevo bug: IsKindOf
- Replies: 6
- Views: 1009
Re: Nuevo bug: IsKindOf
El problema está en source\xbrowse.prg
static function EditGetkeyDown( Self, nKey )
local lMultiGet := ::oEditGet:IsKindOf( "TMULTIGET" )
static function EditGetkeyDown( Self, nKey )
local lMultiGet := ::oEditGet:IsKindOf( "TMULTIGET" )
- Sat Feb 23, 2019 1:09 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: SelectAll en xBrowse
- Replies: 2
- Views: 459
Re: SelectAll en xBrowse
oCol:bOnPreEdit := {|| oCol:oEditGet:SelectAll()}
- Tue Sep 05, 2017 2:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Cell Edit
- Replies: 8
- Views: 2227
Re: xBrowse Cell Edit
You need to modify xbrowse.prg.
In the METHOD Edit() CLASS TXBrwColumn, search for "::oEditGet:SelectAll()" and comment out that line.
I wonder what many programmers would prefer. The present default behavior of xbrowse or the new behavior preferred by you?
Dear RAO,
I think it would be better ...
In the METHOD Edit() CLASS TXBrwColumn, search for "::oEditGet:SelectAll()" and comment out that line.
I wonder what many programmers would prefer. The present default behavior of xbrowse or the new behavior preferred by you?
Dear RAO,
I think it would be better ...
- Fri Jun 09, 2017 1:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to init a "M" var?
- Replies: 3
- Views: 638
Re: How to init a "M" var?
Thank you for your reply.
use test2
? valtype(test2->a2) // "M"
m1:=test20>a2
? m1 // "C"
In xbrowse--- xcolumn-- method edit() ,
if ValType( uValue ) $ 'CM' ...
::oEditGet := TMultiGet():New(.."
The uvalue must be "M" , I should fund other way to solve this.
TKS!
Shuming Wang
use test2
? valtype(test2->a2) // "M"
m1:=test20>a2
? m1 // "C"
In xbrowse--- xcolumn-- method edit() ,
if ValType( uValue ) $ 'CM' ...
::oEditGet := TMultiGet():New(.."
The uvalue must be "M" , I should fund other way to solve this.
TKS!
Shuming Wang
- Thu Aug 04, 2016 3:34 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: xBrowse: grabar dato al salir de celda con el mouse
- Replies: 3
- Views: 631
xBrowse: grabar dato al salir de celda con el mouse
... xValue, lButton, lDirectAssign ) CLASS TXBrwColumn, de la siguiente forma:
case ::nEditType == EDIT_GET .or. ::nEditType >= EDIT_DATE if ::oEditGet != nil ::oEditGet:Assign()//<--- Aniadir esta linea. Resuelve el problema de salir de la edicion con el mouse. si se lo coloca en ...
case ::nEditType == EDIT_GET .or. ::nEditType >= EDIT_DATE if ::oEditGet != nil ::oEditGet:Assign()//<--- Aniadir esta linea. Resuelve el problema de salir de la edicion con el mouse. si se lo coloca en ...
- Thu May 12, 2016 5:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
- Replies: 5
- Views: 928
Re: xBrowse intermittent "message not found: NIL:NLASTKEY error
... different programmers.
I understand. When I looked at the source I don't understand how the error could have happened because before it reach oEditGet:nLastkey it already passed oCol:oEditGet != nil
It's a long time bug that I couldn't duplicate how it occur
Yes. You are right.
Same reason I am ...
I understand. When I looked at the source I don't understand how the error could have happened because before it reach oEditGet:nLastkey it already passed oCol:oEditGet != nil
It's a long time bug that I couldn't duplicate how it occur
Yes. You are right.
Same reason I am ...
- Thu May 12, 2016 4:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
- Replies: 5
- Views: 928
Re: xBrowse intermittent "message not found: NIL:NLASTKEY error
... us under what situation the error is coming that would be halpful
I understand. When I looked at the source I don't understand how the error could have happened because before it reach oEditGet:nLastkey it already passed oCol:oEditGet != nil
It's a long time bug that I couldn't duplicate how it occur
I understand. When I looked at the source I don't understand how the error could have happened because before it reach oEditGet:nLastkey it already passed oCol:oEditGet != nil
It's a long time bug that I couldn't duplicate how it occur