Search found 112 matches: upstable

Return to advanced search

Busquedas

... If(Tp_Buscar<>20,&(BusBASE)->( dbseek( Var_Bus, .t. )) ,; &(BusBASE)->( dbseek( let+Var_Bus, .t. )) ) ,; oLbxBus:UpStable(),; oLbxBus:Refresh() ) pero esto me busca desde Derecha a izquierda a medida que voy escribiendo la frase a busca, lo que necesito es que ...
by dobfivewin
Tue May 27, 2008 10:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busquedas
Replies: 3
Views: 971

Error en Listbox con Report

... volver del previo (imprima o no) el listbox se disloca, duplicando los registros. Lo he intentado de varias formas, añadiendo oLbx:Refresh(), oLbx:upstable(), DBGOTOP(), tanto en el botón del diálogo, como al final del ACTIVE REPORT POSTEND. He intentado poniendo el previo modal y no modal, pero ...
by Manuel Valdenebro
Fri May 23, 2008 6:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox con Report
Replies: 4
Views: 748

... arti_pda->codigo, arti_pda->nombre; HEADERS "Código", "Nombre" ID 500 OF oDlg1 oBrw:aActions := {{|| MsgBeep(),ordenar_por_codigo(oBrw),oBrw:Upstable(),oBrw:Refresh()}, {|| MsgBeep(),ordenar_por_nombre(oBrw),oBrw:Upstable(),oBrw:Refresh()}} obrw:bKeyChar = { | nKey, nFlags | busca_articulos_libre( ...
by Elias Torres
Wed May 21, 2008 8:30 am
 
Forum: FiveWin para Pocket PC
Topic: como poner los registros de un grid mas alto...
Replies: 8
Views: 1837

oBrw:Refresh(.T.) don't refresh new record

... I use oBrw:Refresh( .T. ) for refresh new record but when I enter the new record, it doesn't show on the Browse. oBrw:Refresh( .T. ) = :Upstable() ? When the new record append, should it show on the Browse? Regards, Dutch
by dutch
Fri Apr 11, 2008 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:Refresh(.T.) don't refresh new record
Replies: 18
Views: 5347

Busqueda incremental en wbrowse de arreglo

... Para hacer esto en dbf esta bien, pero en arreglos, no se. Sobre todo, una vez encontrado el elemento, para refrescar el browse hago: oBrw:UpStable() oBrw:Refresh() Pero en este caso, es diferente la cosa, pues ::Upstable() arroja un error si es un arreglo. AYUDA !
by jllinas
Tue Mar 18, 2008 4:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda incremental en wbrowse de arreglo
Replies: 5
Views: 990

ADO Sql and Requery

... select 0 use adresses set index to NAME go top DEFINE DIALOG ... REDEFINE LISBOX oLbx FIELDS ... REDEFINE BUTTON .... ACTION (RESEARCH(),oLbx:upstable(),oLbx:refresh() ACTIVATE DIALOG ... function RESEARCH() local av av:=space(20) if MsgGet (" Recherche Patient ","Search :",@av) seek trim(av) ...
by Jack
Sat Mar 01, 2008 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Sql and Requery
Replies: 2
Views: 840

Armando

UpStable() method is not available for xbrowse, i tried to adapt from wbrowse but without success yet, still working on it,

Regards

Richard
by Richard Chidiak
Wed Jan 30, 2008 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse display
Replies: 6
Views: 1331

Richard:

Perhaps, oBrw:UpStable()

Regards
by Armando
Wed Jan 30, 2008 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse display
Replies: 6
Views: 1331

xbrowse display

... obrw:paint() or any other method, When the total number of rows is >4 or 5 the whole screen is displayed. In other browses, the method upstable corrected this behaviour, is there any workaround with xbrowse ? or maybe i am missing something. Thanks for the help, Richard
by Richard Chidiak
Wed Jan 30, 2008 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse display
Replies: 6
Views: 1331

Contenido de campo en combox

... UPDATE; COLOR RGB(0,0,0),RGB(120,150,220) REDEFINE Bitmap oBit ID 10 of oDlg resource "Genesis3" oDlg:cCaption := "REGISTRO DE OPERACIONES" oBrw:Upstable() * Botones REDEFINE BUTTON oBt1 ID 510 OF oDlg ; //Reeditar ACTION (Regi02(.F.),Grabareg(), oBrw:refresh(), oBrw:SetFocus()) UPDATE REDEFINE ...
by jaba
Wed Jan 23, 2008 12:19 am
 
Forum: FiveWin para CA-Clipper
Topic: Contenido de campo en combox
Replies: 2
Views: 1036

PROBLEMA CON LISTBOX

... msgstop("comienza folto") set filter to set filter to avipas->cvenva=ccvenva msgstop("ttermina filtor") //oGet1:setfocus() //oLbx:upstable() //oLbx:refresh() go top RETURN .t.
by JOSEMAR
Mon Jan 21, 2008 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON LISTBOX
Replies: 0
Views: 722

Mr Antonio 1) Upstable method of TWBrowse is used only in bAdd block. 2) LButtonDown methods of both TWBrowse and TXBrowse seem to the same logically. 3) BUT THE PROBLEM IS APPARENTLY SOLVED when I inntroduced SysRefresh() just above ...
by nageswaragunupudi
Sun Jan 13, 2008 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse. Bug in row painting
Replies: 19
Views: 4523

NageswaraRao,

Please check in Class TWBrowse from what methods the Method UpStable() is called.

Probably we have to implement it and call it in the same places from inside Class TXBrowse
by Antonio Linares
Sun Jan 13, 2008 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse. Bug in row painting
Replies: 19
Views: 4523

NageswaraRao,

In Class TWBrowse we had to implement a method UpStable() to get the right painting under certain circunstances. This method is not provided in Class TXBrowse.

Maybe thats what we need to fix it. I appreciate your feedback testing it with XBrowse, thanks
by Antonio Linares
Sun Jan 13, 2008 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse. Bug in row painting
Replies: 19
Views: 4523

... ),),; If( ! Empty( ::cAlias ), ::cAlias := "",), .t. METHOD LDblClick( nRow, nCol, nKeyFlags ) METHOD Default() METHOD BugUp() INLINE ::UpStable() METHOD Display() METHOD DrawIcons() METHOD DrawLine( nRow ) INLINE ; _WBRWSET_,; // CeSoTech wBrwLine( ::hWnd, ::hDC, If( nRow == nil, ::nRowPos, ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4190
PreviousNext

Return to advanced search