Search found 67 matches: postedit

Return to advanced search

... oCol:oEditGet != nil oCol:oEditGet:VarPut( Eval( oCol:bEditValue ) ) oCol:oEditGet:bValid = nil oCol:PostEdit() endif next ::lEditMode := .f. return nil Suggestion for consideration. Why should CancelEdit method call PostEdit ...
by nageswaragunupudi
Wed Dec 26, 2007 4:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse online editing
Replies: 66
Views: 12266

... needed I may please be permitted to disagree. Valid clause can not modify the orginal value, but can modify the Get variable through VarPut. The postedit method calls the bOnPostEdit with whatever is the varget() ( in other words eval( oget:bsetget) ) at that time. So if we modify the value in ...
by nageswaragunupudi
Wed Dec 26, 2007 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse online editing
Replies: 66
Views: 12266

Gracias a Patricio Avalos
me funciono de maravilla utilizando POSTEDIT
by EASYSOFT
Tue Nov 27, 2007 12:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA CON TSBROWSE
Replies: 6
Views: 1337

... changes to the database after checking the nLastKey. Safe to write data when the 3rd parameter nLastKey == VK_ENTER. In the above example the postedit block would be : oBrw:aCols[1]:bOnPostEdit := {|o,x,n| if ( n == 13, aLin[ oBrw:nArrayAt,1] := ...
by nageswaragunupudi
Sat Nov 24, 2007 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse -array - how to add, del and select an item?
Replies: 10
Views: 2004

Solved

Ah ... problem solved with the use of a postedit codeblock.
by TimStone
Thu Nov 15, 2007 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse w/ checkbox and data object
Replies: 1
Views: 418

I TRYED ALREADY WITH IT BUT Stack Calls =========== Called from: pcustomer.prg => (b)SOCI(300) Called from: XBrwcol.prg => TXBRWCOLUMN:POSTEDIT(1544) Called from: XBrwcol.prg => (b)TXBRWCOLUMN:SHOWBTNLIST(1467) Called from: window.prg => TWINDOW:LBUTTONUP(1743) Called from: CONTROL.PRG ...
by Silvio
Wed Jan 31, 2007 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bitmaps on xbrowse field
Replies: 8
Views: 1535

Problema con TsBrowse 7.1 y Postedit

... 6.0 y estoy actualizando mi aplicacion con la ultima version 7.1 que descargue de este foro (Utilidades), pero me aparece un problema: la clausula POSTEDIT se evalua antes de abrir el dialogo, cuando aun no se han definido algunas variables y me da error de ejecucion. Esto no pasa con la version ...
by ralph
Fri Jun 09, 2006 8:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con TsBrowse 7.1 y Postedit
Replies: 0
Views: 503
Previous

Return to advanced search