Search found 112 matches: upstable

Return to advanced search

Upstable para xbrowse

... antes era cotidiano...os cuento.... cuando añadíamos, borrábamos o modificábamos un registro en un TC,TW y Tsbrowse aplicábamos el "método Upstable()" con lo cuál se reindexaba el browse y acompañado de Refresh quedaba todo ok con los nuevos cambios...el problema es que con los xBrowse ...
by cyberkily
Thu Jan 28, 2010 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Upstable para xbrowse
Replies: 1
Views: 436

Argument error: MOVEFIRST

... Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:GOTOP(1035) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:UPSTABLE(1935) Called from: .\source\classes\WBROWSE.PRG => (b)TWBROWSE_NEW(304) Somebody can help me ? Tank you Walter Zafferami
by wzaf
Tue Jan 19, 2010 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Argument error: MOVEFIRST
Replies: 1
Views: 434

Búsqueda con TSBrowse

... { CLR_TEXT, CLR_PANE, CLR_HEADF, CLR_HEADB },; { CLR_BLACK, CLR_AZUL_1, CLR_WHITE, CLR_BLUE } ) ACTIVATE DIALOG oDlg CENTERED ; ON INIT oBrw:upStable() ; VALID( oFtes:END(), .T. ) Al aparecer este dialogo con este browse ordenado por localidad, uno comienza a tipear pero no realiza ninguna ...
by fmontepo
Mon Dec 14, 2009 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Búsqueda con TSBrowse
Replies: 3
Views: 802

Re: MySql and Append

... PA04->NETO := FIELD->FIELD_0005 SELECT ( nArea ) SKIP ENDDO oDbf:End() oMet:SetPos( 0 ) SELECT PA04 ; dbGotop() oBrw:Reset() oBrw:UpStable() oBrw:Refresh(.T.) RETURN Nil espero que te sirva... saludos desde Chile
by armando.lagunas
Mon Nov 09, 2009 2:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql and Append
Replies: 10
Views: 1761

Re: COMPILAR CON XHARBOUR

... DbSeek( AnsiToOem( Upper( SubStr( cBusca, 1, ::nPos - 1 ) ) + ; Upper( Chr( nKey ) ) ) ) ),; (nNroReg:=(ABItems)->(Recno()),oLbxItems:UpStable(), oLbxItems:Refresh(), .T. ), (Regresa((ABItems)->(Alias()),nNroReg,oLbxItems),.T.) ) ) Cambie al logica, en realidad no sabia x que usaba ...
by LuisPonce
Sun Oct 25, 2009 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMPILAR CON XHARBOUR
Replies: 11
Views: 3453

Re: A Question about WAITRUN

... MENUITEM ("Adressenimport &Schnittstellen") + chr(9) + "Strg + S" ; ACTION (waitRun("xImport.exe",0), oLbxX:upstable(), oLbxX:refresh(),oLbxX:gobottom(), oLbxX:SetFocus() ); ACCELERATOR ACC_CONTROL, asc("S"); MESSAGE "Adressenimport Schnittstellen" ...
by Otto
Tue Oct 13, 2009 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question about WAITRUN
Replies: 6
Views: 2047

Re: dbskipper intermitent error

Peter, Harvey

I have seen this error as well .. using Hernan's twbrowse .. best I can tell this error occurs when the last row has been deleted from the listbox and you use an UpStable() call ..

Take a look there to see if you can pin it down.

Rick Lipkin
by Rick Lipkin
Tue Sep 29, 2009 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: AYUDA CON TSBROWSE Y ADO

Sr. Mercado
gracias por su generosa ayuda

en esta nueva versión no funciona UPSTABLE y ResetBarpos con Rescordsets o existe algún equivalente.

una vez mas gracias por su ayuda

Saludos

Oscar
by EASYSOFT
Mon Jun 22, 2009 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA CON TSBROWSE Y ADO
Replies: 15
Views: 2504

Archivos Eliminados

... borrar este Cliente ?" ) + CRLF + CRLF + ; OemToAnsi( str(aEjemplo->Nombre) ) ) go nrecno8 If Bloqreg(5) DELETE Endif UNLOCK oLbx:Upstable() oLbx:Refresh() ENDCASE RETURN NIL FUNCTION BLOQREG PARAMETERS ESPERA PRIVATE PARA IF LOCK() RETURN(.T.) ENDIF PARA = (ESPERA= 0) DO WHILE ...
by yadira
Tue Jun 16, 2009 10:25 pm
 
Forum: FiveWin para CA-Clipper
Topic: Archivos Eliminados
Replies: 7
Views: 2288

Re: Ubicarse en un Listbox

Si mostraras codigo de OrdeLiqui() revisaríamos por qué no lo hace. Sin embargo las instrucciones mPOSI:=(PRESMOV)->(Recno()) ; (PRESMOV)->(Dbgoto(mPOSI) ) ; oLbxLista:Refresh()
deberían funcionarte sin problemas.
Si utilizas la TWindow podrías utilizar, además, oLbxLista:UpStable()

Saludos
by FranciscoA
Thu May 21, 2009 11:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ubicarse en un Listbox
Replies: 3
Views: 460

probelma de repintado del dialogo

... FUNCTION ESTABILIZAR2() USE (patres+"\aviacum") alias aviacum shared new set index to c:\temp\aviacum oGet:refresh() oLbx:refresh() oLbx:upstable() oSay1:refresh() oBtm3:oJump := oGet odlg3:refresh() return (oDlg3) //nil
by JOSEMAR
Fri Mar 13, 2009 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: probelma de repintado del dialogo
Replies: 4
Views: 660

Re: Hubicarse en un registro de un listbox

... 'USUACTU' ,mRESP ,mRESP ) ,; oLbx:GoTop() ,; oLbx:Refresh(),; go nRecno // select(nRecno) ) ; //&(base)->(dbgoto(nRecno))) ; // oLbx:Upstable oLbx:Refresh() of oDlg ACTIVATE TIMER oTmr RETURN nil ojala y te funciones
by Ramon Paredes
Thu Feb 26, 2009 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hubicarse en un registro de un listbox
Replies: 6
Views: 751

Re: busqueda lenta

... DIALOG oDlg centered y el filtro hace esto: SELE 390 SET FILTER TO RAT(UPPER(ALLTRIM(XFILTRO)),UPPER(BUSQ->DESCRIP))<>0 GO TOP y un UPSTABLE sobre olbx El problema es que CONLIQ (la base de datos), tiene 40000 registros... Gracias.
by diegopolverelli
Wed Jan 28, 2009 8:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: busqueda lenta
Replies: 6
Views: 1186

txbrowse refresh()

Hi,

In twbrowse I used obrw:upstable() + obrw:refresh() after adding or deleting a record.
What do I need to do with txbrowse? If I use obrw:refresh(), the browse is not correct refreshed after adding or deleting a record.
obrw:upstable() does not exist in txbrowse.

Thanks
Marc
by Marc Vanzegbroeck
Tue Oct 28, 2008 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse refresh()
Replies: 14
Views: 2312

... TO I3Sini INDEX ON Siniestr->NumControl TO I1Sini DESCENDING SET INDEX TO I1Sini, I2Sini,I3Sini SET RELATION TO NumPoliza INTO Polizas oBrw:UpStable() oBrw:Refresh() Return nil //-------------------------------------------------------//
by fergonm
Thu Oct 23, 2008 5:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con DELETE
Replies: 13
Views: 2901
PreviousNext

Return to advanced search