... 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 ...
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 ...
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.
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() ...
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; ...
... 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.
... 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:
... 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....