Search found 112 matches: upstable

Return to advanced search

Problema con DELETE

... static function DelGaran( oLbx) if MsgYesNo( "¿Está seguro de querer borrar la garantía? " + Garant->numGaranti ) DELETE PACK oLbx:UpStable() oLbx:Refresh() // Repaint the ListBox endif Return Nil Por cierto, TEMPORAL es un índice así definido: INDEX ON Garant->NumPoliza TO TEMPORAL; ...
by fergonm
Thu Oct 23, 2008 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con DELETE
Replies: 13
Views: 2901

keyseek

... y la funcion keyseek: Function KeySeek(nKey,olbx) SET SOFTSEEK ON IF nKey = 8 // Reset on BackSpace Key oString := "" go top olbx:Upstable() ELSE IF (nKey = 32) .OR. (nKey = 46) .OR. (nKey = 45) .OR. (nKey = 196) .OR. (nKey > 64 .AND. nKey < 91) .OR. (nKey > 39 .AND. nKey ...
by diegopolverelli
Mon Oct 20, 2008 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: keyseek
Replies: 3
Views: 830

... uBitMap, lAdjust, lTransp, lGrid, nHAlign, ; nVAlign ) METHOD BeginPaint() INLINE If( ::lRepaint, Super:BeginPaint(), 0 ) METHOD BugUp() INLINE ::UpStable() METHOD BiClr( uClrOdd, uClrPair ) METHOD ChangeFont( oFont, nColumn, nLevel ) METHOD DbSkipper( nToSkip ) METHOD Default() METHOD Del( nItem ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5470

Browsing generally

... := cArgume cArgume += cKey IF !DBSEEK(cArgume) cArgume := cArgAnt DBGOTO(nRecno) nSeconds := SECONDS() RETURN .F. END IF !(RECNO() = nRecno) oBrw:UpStable() nSeconds := SECONDS() RETURN .T. END nSeconds := SECONDS() RETURN .F. Have you tried my TSearch class? You can get a copy at my FiveWin page ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65742

Listbox never hits EOF oLbx:ReFresh()

... .. the record pointer never hit the eof() FWH 8.07 ... Here is an abreviated snipit of code //----------- oLBX:SetFocus() SELECT 9 dbGoTop() oLbx:Upstable() SysReFresh() DO WHILE .not. EOF() SELECT 9 DELETE SKIP oLBX:ReFresh() // take this out and the loop hits eof SysReFresh() // SELECT 9 // ...
by Rick Lipkin
Mon Aug 04, 2008 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox never hits EOF oLbx:ReFresh()
Replies: 5
Views: 1257

... set filter to set filter to TMP_HER->cvenva=ccvenva oGet:setfocus() oGet:refresh() //oLbx:upstable() oLbx:refresh() DBGOTOP() //ordkeyno("c:\temp\TMP_HER") RETURN NIL /* function FILTHERS() set filter to id_prog=2 return nil */ /* FUNCTION ...
by JOSEMAR
Fri Jul 04, 2008 12:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ANONIO A QUE SE DEBE ESTE ERROR
Replies: 7
Views: 1948

I ever use upstable in the form I comment you but with DBFs, this whas a little sample, and with dbf works equal, I use the sample for second row, but it was a sample, I use upstable when add records and I don't know if are meny ...
by quique
Mon Jun 23, 2008 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upstable
Replies: 11
Views: 2130

... 2, 1 ) Now the array will be shown from the first row onwards and the browse cursor will be positioned on the second visible row, The purpose of Upstable method in the earlier browses was different. If the browse cursor is on n'th row and consequent on chaging index order or modifiying an indexed ...
by Antonio Linares
Mon Jun 23, 2008 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upstable
Replies: 11
Views: 2130

... ) // Muestra todos los registros y se coloca en el correcto activate window oWnd on init ( eval( oBrw:bBookMark, 2 ), oBrw:upstable(), oBrw:refresh() ) Inclusive, el upstable que te envié, a difrencia del de tWBrowse también tiene efecto cuando se ...
by quique
Sat Jun 21, 2008 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upstable
Replies: 11
Views: 2130

Quique,

Could you please provide an example for xbrowse where Upstable() is required ? thanks
by Antonio Linares
Sat Jun 21, 2008 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upstable
Replies: 11
Views: 2130

Quique,

We got your email, thanks. We are reviewing your proposed Upstable() implementation and other features, thanks

We will include them in next build :-)
by Antonio Linares
Fri Jun 20, 2008 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upstable
Replies: 11
Views: 2130

Antonio Yes it's necesary, I use FWH 8.05 refresh() or refresh(.t.) don't work like upstable(). Or how I can substituting this method? I sended you at may 22 an email with the modifications that include this method, and it include to can use hash like array in xbrowse ...
by quique
Fri Jun 20, 2008 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upstable
Replies: 11
Views: 2130

Darrell,

Yes, Upstable() should be used in the same way was before
by Antonio Linares
Thu Jun 19, 2008 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upstable
Replies: 11
Views: 2130

Upstable

Hello,

Is oLbx:Upstable() still required for FWH 8.01? It seems the REDEFINE LISTBOX is not refreshing properly with oLbx:Upstable, oLbx:Refresh().

Thank You,
by cdmmaui
Thu Jun 19, 2008 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upstable
Replies: 11
Views: 2130

Ricardo:

Gracias por el SET PORTUGUES :)
Entonces cualquiera de las dos opciones que le dí debería funcionar (el oBrw:goBottom() depende del índice)

Corrijo la seguna opción
eval( oBrw:bBookMark, nRecNo )
oBrw:refresh()

cmsoft:

xBrowse aún no tiene implementado el upstable
by quique
Tue Jun 03, 2008 2:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Refresh xBrowse
Replies: 7
Views: 1584
PreviousNext

Return to advanced search