Search found 112 matches: upstable

Return to advanced search

Re: PROBLEMA CON TXBROWSE

... Select("FTAlmacenes") IF lAceptar * ACCIONES ENDIF FTAlmacenes->(DbCloseArea()) *oFntArial:End() *oFntArial2:End() *oLbxCompra:UpStable() *oLbxCompra:Refresh() RETURN Nil Compilo !!!!! me emocioné, me dio problemas en :nMarqueeStyle := MARQSTYLE_HIGHLROW, :nColDividerStyle := ...
by LuisPonce
Fri Jan 11, 2013 6:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON TXBROWSE
Replies: 20
Views: 5539

Re: PROBLEMA CON TXBROWSE

... Select("FTAlmacenes") IF lAceptar * ACCIONES ENDIF FTAlmacenes->(DbCloseArea()) oFntArial:End() oFntArial2:End() oLbxCompra:UpStable() oLbxCompra:Refresh() RETURN Nil Error E0030 syntax error "Syntax error at 'XBROWSE' " en mi epitafio pondre este mensaje de error..... ...
by LuisPonce
Thu Jan 10, 2013 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON TXBROWSE
Replies: 20
Views: 5539

Re: PROBLEMA CON TXBROWSE

... Select("FTAlmacenes") IF lAceptar * ACCIONES ENDIF FTAlmacenes->(DbCloseArea()) oFntArial:End() oFntArial2:End() oLbxCompra:UpStable() oLbxCompra:Refresh() RETURN Nil y sigue saliendo el mismo error de compilacion: Error E0030 syntax error "Syntax error at 'XBROWSE' ...
by LuisPonce
Wed Jan 09, 2013 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON TXBROWSE
Replies: 20
Views: 5539

Re: PROBLEMA CON TXBROWSE

... Select("FTAlmacenes") IF lAceptar * ACCIONES ENDIF FTAlmacenes->(DbCloseArea()) oFntArial:End() oFntArial2:End() ENDIF oLbxCompra:UpStable() oLbxCompra:Refresh() RETURN Nil
by LuisPonce
Mon Jan 07, 2013 11:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON TXBROWSE
Replies: 20
Views: 5539

Re: WBrowse changes the current file record by itself

Enrico Maria Giordano wrote:Please remove the ALERTs and replace Refresh() with UpStable().

Ok, in this way it works as expected.
But why it do not with the alerts ?
And I tried UpStable() in my application, the one i got the problem, and it didn't work, in fact the problem was greater with it !
by concentra
Thu Feb 02, 2012 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3208

Re: WBrowse changes the current file record by itself

Please remove the ALERTs and replace Refresh() with UpStable().

EMG
by Enrico Maria Giordano
Thu Feb 02, 2012 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3208

Re: Bug in wbrowse

... STATIC FUNCTION V_Codigo() /************************************************/ IF ! EMPTY(cCodigo) .AND. TESTBRW->( DBSEEK( cCodigo ) ) oBrw:upstable() oBrw:Refresh() ENDIF oGetCodigo:cText( " " ) RETURN( .F. )
by MarcoBoschi
Tue Jan 31, 2012 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in wbrowse
Replies: 4
Views: 1052

Re: Save and Restore Dialog Position

... By the way: in the latest version (or in any version later than FWH / xHB 2007) has my ‘favourite topic’ been ‘fixed’ i.e. oLbx:BugUp( ) and oLbx:Upstable( )??? LOL!!!
by dpaterso
Thu Oct 27, 2011 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save and Restore Dialog Position
Replies: 6
Views: 1744

Refrescar datos en Folder - SOLUCIONADO

... ; HEADERS ; "Código", ; "Cuenta Contable" ; ID 101 ; ON DBLCLICK (lOk := .T., oDlg:end() ) ; OF oDlg UPDATE oBrw:UpStable() REDEFINE BUTTON oBtn3 ; ID 104 ; OF oDlg ; ACTION (lOk := .T., oDlg:end() ) ; MESSAGE "Este es el boton 3 - Seleccionar" oBtn3:cCaption ...
by Armando Picon
Mon Feb 28, 2011 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Refrescar datos en Folder - SOLUCIONADO
Replies: 9
Views: 1616

Re: TsBrowse

... que me funcione del todo. Generé la LIB con éxito, y aparentemente no tenía ningún problema. En esta ocasión, mi dicha es el método "::upstable", el cuál no realiza las funciones con las que estamos familiarizados cuando aplico el típico "on change"...jeje en fin; sigo ...
by cyberkily
Fri Nov 26, 2010 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TsBrowse
Replies: 19
Views: 4189

Re: Refresh de un TsBrowse

Jose,

a veces no se refresca porque no tiene el foco. Prueba poner, antes del refresh, un oBrowse:SetFocus(). Tambien el método UpStable ayuda cuando has cambiado de registro desde fuera del Browse.

Suerte
by Carlos Mora
Fri Nov 19, 2010 1:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Refresh de un TsBrowse
Replies: 3
Views: 414

Re: CAN FLASH A XBROWSE ?

Hola Silvio:

En la clase xBrowse no existe el metodo ::UpStable(), simplemente refresca con ::Refresh() o para repintar todo ::Refresh( .T )

Un saludo
JLL
by jll-fwh
Wed Nov 17, 2010 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CAN FLASH A XBROWSE ?
Replies: 10
Views: 2367

Re: xBrowse setPos(n,n) error

Rao I took out the upstable .. I am trying to migrate hernans browse to xbrowse .. in the screen shots . June 27th is the day that should show up after the 5th column which is frozen : http://img5.imageshack.us/img5/4213/correcti.jpg ...
by Rick Lipkin
Thu Jul 01, 2010 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse setPos(n,n) error
Replies: 12
Views: 4034

Re: xBrowse setPos(n,n) error

1. SetPos(..) should be used in ON INIT clause.
2. oLbx:nRowSel := 5
oLbx:nColSel := 2
also works in many cases.

There is no Upstable method in xbrowse and it is not necessary. oBrw:Refresh() is enough.
by nageswaragunupudi
Thu Jul 01, 2010 12:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse setPos(n,n) error
Replies: 12
Views: 4034

Re: Upstable para xbrowse

Upstable is not necessary for XBrowse.

If xbrowse is defined with AUTOSORT clause, clicking on indexed columns sorts on ascending / descending order on that column.
by nageswaragunupudi
Thu Jan 28, 2010 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Upstable para xbrowse
Replies: 1
Views: 436
PreviousNext

Return to advanced search