Search found 78 matches: nlastkey

Return to advanced search

Re: XBROWSE bEditValid bug? updated!

Thanks, what are the difference between oGet:varget() and eval( oGet:bSetGet) ?

The second bug is definitive!
if :lAutosave := .T. for this column, the bEditValue is evaluated twice if i leave the column with ENTER but when leaving with mouse sometime runtime-error nLastkey == NIL.
by byte-one
Wed Jan 16, 2019 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE bEditValid bug? updated!
Replies: 5
Views: 963

XBROWSE bEditValid bug? updated!

... := .T. for this column, the bEditValue is evaluated twice if i leave the column with ENTER but when leaving with mouse sometime runtime-error nLastkey == NIL.
by byte-one
Tue Jan 15, 2019 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE bEditValid bug? updated!
Replies: 5
Views: 963

ERROR XBROWSE -EDIT_LISTBOX

... from start: 0 hours 0 mins 15 secs Error occurred at: 09-02-2018, 11:51:20 Error description: Error BASE/1004 Class: 'NIL' has no exported method: NLASTKEY Args: [ 1] = U Stack Calls =========== Called from: => NLASTKEY( 0 ) Called from: C:\SYSTEMA\TV_CABLE\PRG\new_xbrowse.prg => TXBRWCOLUMN:POSTEDIT( ...
by jbrita
Fri Feb 09, 2018 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR XBROWSE -EDIT_LISTBOX
Replies: 1
Views: 873

Re: xBrowse intermittent "message not found: NIL:NLASTKEY error

... 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 unable ...
by nageswaragunupudi
Thu May 12, 2016 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 680

Re: xBrowse intermittent "message not found: NIL:NLASTKEY error

... 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
by hua
Thu May 12, 2016 4:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 680

Re: xBrowse intermittent "message not found: NIL:NLASTKEY error

1) Suggest leave oCol:lAutoSave as default .F.
2) Since you say this is an intermittent error, it can take a lot of time for us to figure out why and when this error could arise.
We'll try and if you can help us under what situation the error is coming that would be halpful
by nageswaragunupudi
Thu May 12, 2016 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 680

Re: xBrowse intermittent "message not found: NIL:NLASTKEY error

Yes oCol:lAutoSave = .T.
I think the column's data type is character
by hua
Thu May 12, 2016 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 680

Re: xBrowse intermittent "message not found: NIL:NLASTKEY error

May I know
Did you sent oCol:lAutoSave to .T. ?
What is the data type of that column?
by nageswaragunupudi
Wed May 11, 2016 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 680

xBrowse intermittent "message not found: NIL:NLASTKEY error

I'm using FWH11.08. Intermittently the error below will appear. Where do I start looking to prevent this kind of error occuring?

Image

TIA
--
hua
by hua
Wed May 11, 2016 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 680

Re: Forma correcta de configurar clase TSBUTTON...alguna ayuda?

... for method: FreeBitMaps( nBitMap )' .\prg\TSBUTTON.PRG(1135) Error E0019 #error: 'Class "TSButton" not declared for method: GetDlgCode( nLastKey )' .\prg\TSBUTTON.PRG(1159) Error E0019 #error: 'Class "TSButton" not declared for method: GetNextClip()' .\prg\TSBUTTON.PRG(1189) ...
by Compuin
Mon May 02, 2016 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Forma correcta de configurar clase TSBUTTON...alguna ayuda?
Replies: 14
Views: 3949

Re: problema con SetFont

... METHOD ColorDia( nDia, aColores ) METHOD Default() METHOD Destroy() METHOD MouseMove( nRow, nCol, nKeyFlags ) METHOD GetDlgCode( nLastKey ) METHOD VerAlSalir() METHOD VerAlEntrar() METHOD PintarBoton(hDC, nColor, nRow, nCol) METHOD KeyChar( nKey, nFlags ) METHOD KeyDown( nKey, ...
by MOISES
Mon Feb 23, 2015 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con SetFont
Replies: 17
Views: 4694

Re: Mejoras para scintilla

Cristobal,

Prueba a hacer:

oSincitilla:nDlgCode = DLGC_WANTALLKEYS

Revisa como está implementado el método:

METHOD GetDlgCode( nLastKey ) CLASS TControl
by Antonio Linares
Wed Dec 24, 2014 5:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 832554

Re: Capturar tecla ESC y RETURN en TTreeview

Antonio, Dime si así sería correcto: En la definición de los métodos de la clase: METHOD GetDlgCode( nLastKey ) INLINE DLGC_WANTALLKEYS  Y así el HandleEvent, y ya captura: METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TTreeView   local oItem  ...
by jmartial
Mon Oct 20, 2014 3:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar tecla ESC y RETURN en TTreeview
Replies: 13
Views: 1937

Re: "Snap" for Clipper

...  2451  2454  2472  2475  2482                   2485  2492  2495  2502  2505  3486  3494  3501  3515  3518                   3523  3731  3734 NLASTKEY                WINDOW.PRG      441   614G 1150 NLEFT                  WINDOW.PRG      440   484   503   678   718   810   966   975   975   ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6540

error.log is presenting fwhx 13.07

... from start: 0 hours 0 mins 17 secs Error occurred at: 27/09/13, 16:26:37 Error description: Error BASE/1004 Class: 'NIL' has no exported method: NLASTKEY Args: [ 1] = U Stack Calls ===========
by MGA
Fri Sep 27, 2013 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error.log is presenting fwhx 13.07
Replies: 8
Views: 1491
Next

Return to advanced search