Search found 36 matches: refreshcurrent

Return to advanced search

Re: Changing content in xBrowse/Tree

oBrw:oTreeItem:Cargo[ 1 ] := <newvalue>
oBrw:RefreshCurrent()
by nageswaragunupudi
Wed Jun 13, 2012 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing content in xBrowse/Tree
Replies: 1
Views: 427

Cancelar OrdScope e oBrw:Refresh una linea

... coluna checkon / checkOff. Quando o brwose é muito grande demora muito tempo a fazer oBRW:Refresh(). Existe alguma forma de fazer somente um obrw:refreshCurrent() ou algo do genero ? Qualquer Dica fico muito grato. Muito Obrigado.
by PeterBaga
Tue Feb 16, 2010 6:51 pm
 
Forum: FiveWin para Pocket PC
Topic: Cancelar OrdScope e oBrw:Refresh una linea
Replies: 4
Views: 1130

Re: ** ListBox column in the XBROWSE

... oBillBrw :Item:Value := oItems:Item:Value :Rate:Value := oItems:Rate:Value if Empty( :Quantity:Value ) :Quantity:Value := 1 endif :MakeTotals() :RefreshCurrent() :RefreshFooters() END endif return nil //--------------- End of Incremental Browse for Selection ---------------- //
by shri_fwh
Mon Dec 21, 2009 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ** ListBox column in the XBROWSE
Replies: 4
Views: 1700

... then we need to refresh() or drawline(.t.) ourselves. ( Note: To refesh a single row, we can either use DrawLine( .t. ) or DrawSelect() or RefreshCurrent() in the latest version of xBrowse ) > When I put method TXBrowse():Refresh() the screnn will scroll up 1 line! > This is surprising. ...
by nageswaragunupudi
Tue Apr 29, 2008 5:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrowse():Refresh() will Scroll Up 1 line
Replies: 4
Views: 1378

... se maneja adecuadamente. Este comportamiento por defecto se puede deshabilitar poniendo oBrw:lAllowCopy := .f. j) Nuevos métodos: DrawSelect() y RefreshCurrent() son mapeados DrawLine( .t. ) para ser compatible con la sintáxis de TWBrowse / TCBrowse. k) Nuevo método: RefreshFooters(). Este método ...
by Antonio Linares
Sat Mar 29, 2008 9:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March / Marzo 2008 (8.03)
Replies: 6
Views: 4949

New FTDN March / Marzo 2008 (8.03)

... the data type is approrpiately handled. This default behaviour can be disabled by setting oBrw:lAllowCopy := .f. j) New Methods: DrawSelect() and RefreshCurrent() are mapped to DrawLine( .t. ) to be compatible with TWBrowse / TCBrowse syntax. k) New Method: RefreshFooters(). This method refreshes ...
by Antonio Linares
Wed Mar 12, 2008 7:27 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March / Marzo 2008 (8.03)
Replies: 6
Views: 4949
Previous

Return to advanced search

cron