Search found 112 matches: upstable

Return to advanced search

Re: TsBrowse despliega el ::nRowPos al Refresh()

Buen dia:

prueba con esto

oBrw:gotop()
oBrw:UpStable()
oBrw:Refresh(.t.)

Saludos
by armando.lagunas
Wed Sep 09, 2020 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse despliega el ::nRowPos al Refresh()
Replies: 2
Views: 277

Ayuda en un listbox

Amigos del foro, buenas noches.

En un control del tipo listbox, cual sería el orden en que se deben de color de los siguientes metodos?

oLbx_10:UpStable () ,;
oLbx_10:Refresh () ,;
oLbx_10:SetFocus () ,;


Gracias
by J. Ernesto
Wed Feb 20, 2019 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda en un listbox
Replies: 3
Views: 497

Re: Xbrowse and Select clause problem

... to go each and update each _Lbx( oLbx ), I would like to save the amount of time and leave code as is and simply check oLbx and determine if oLbx:Upstable() is a defined method or not, similar to checking variables, i.e. VALTYPE or TYPE, if return value is "U" (undefined), I simply won't ...
by cdmmaui
Sun May 06, 2018 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2075

Re: Xbrowse and Select clause problem

Hello, When I call :upstable() within XBrowse, I get an error (invalid method). I would like to have code that allows me check if :upstable() method is valid, if valid then call :upstable(), otherwise do not call method. Thanks! There ...
by nageswaragunupudi
Sun May 06, 2018 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2075

Re: Xbrowse and Select clause problem

Hello,

When I call :upstable() within XBrowse, I get an error (invalid method). I would like to have code that allows me check if :upstable() method is valid, if valid then call :upstable(), otherwise do not call method.

Thanks!
by cdmmaui
Sun May 06, 2018 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2075

Re: Xbrowse and Select clause problem

Dear Rao, I have a function that is called to handle upstable, refresh and setfocus listed below. Is there a property I check to determine if upstable is required or not? FUNC _Lbx( oLbx ) oLbx:Upstable() // CAN I CHECK IF THIS REQUIRED OR NOT? oLbx:Refresh() ...
by cdmmaui
Sun May 06, 2018 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2075

Re: Xbrowse and Select clause problem

cdmmaui wrote:Dear Rao,

Thanks again for your help! By the way, is :upstable still required for Listboxes?

Thank you!

Please retain upstable for listboxes.
Nothing of the sort is required for xbrowse.
by nageswaragunupudi
Sun May 06, 2018 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2075

Re: Xbrowse and Select clause problem

Dear Rao,

Thanks again for your help! By the way, is :upstable still required for Listboxes?

Thank you!
by cdmmaui
Sun May 06, 2018 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2075

Re: Convert wBrowse to xBrowse

What command replaces the olbx:UpStable() ?

Upstable() is not requred for XBrowse, because XBrowse does this automatically when required.
by nageswaragunupudi
Thu Oct 09, 2014 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert wBrowse to xBrowse
Replies: 4
Views: 996

Re: Convert wBrowse to xBrowse

What command replaces the olbx:UpStable() ? With this command the wBrowse allowed incremental research pointing to the record in typing time.    REDEFINE GET oAcha VAR cAcha ID 111 OF oDlg UPDATE;          ...
by ORibeiro
Thu Sep 25, 2014 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert wBrowse to xBrowse
Replies: 4
Views: 996

Re: Convert wBrowse to xBrowse

... Try this: In your main.prg: "Include "XBrowse.ch" Replace this REDEFINE LISTBOX oLbx, with REDEFINE XBROWSE oLbx Remove all oLbx:UpStable() Replace this CONTROL "", 8000, "twbrowse", with CONTROL "", 8000, "txbrowse" ( in your .rc) Regards.
by FranciscoA
Tue Sep 23, 2014 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert wBrowse to xBrowse
Replies: 4
Views: 996

Erro en wBrowse

Estoy con error: Erro dbcmd / 2001 Workarea no esta en uso: DBSKIP - Programa: TWBrowse: UPSTABLE Línea: 1954

if lSkip
( ::cAlias )->( DbSkip( -::nRowPos ) ) // -> Línea 1954
endif

¿Cómo puedo solucionarlo?
by ORibeiro
Thu Sep 11, 2014 4:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Erro en wBrowse
Replies: 1
Views: 378

Problem with wBrowse

I am getting error: Erro DBCMD/2001 Workarea not in use: DBSKIP - Program: TWBROWSE:UPSTABLE Line: 1954

The wbrowse line is this:
if lSkip
( ::cAlias )->( DbSkip( -::nRowPos ) )
endif

How can I solve it?
by ORibeiro
Wed Sep 10, 2014 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with wBrowse
Replies: 1
Views: 392

Nuevo registro (alta) en TsBrowse

... sin exito alguno, como lo siguiente: oBROWSE:nLen:=OrdKeyCount() oBROWSE:nRowPos:=OrdKeyNo() oBROWSE:GoPos(recno()) oBROWSE:DrawSelect() oBROWSE:UpStable() oBROWSE:Refresh(.t.) y al hacer el refresh() no me posiciona mi sbrowse en el nuevo registro que añadi a mi dbf. Alguna sugerencia:
by noe aburto
Sat Jun 22, 2013 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo registro (alta) en TsBrowse
Replies: 3
Views: 869

se Pierde el Foco en un listbox

... al final de la tabla. ¿ ? . que debo implementar mas, para que al hace click con el mosue lo haga sobre el registro encontrado? hago: oLbx:UpStable () oLbx:Refresh () oLbx:SetFocus () en ese orden..... Agradezco alguna idea....
by J. Ernesto
Thu Feb 07, 2013 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: se Pierde el Foco en un listbox
Replies: 1
Views: 369
Next

Return to advanced search