Search found 137 matches: dbsetorder

Return to advanced search

Re: Parpadeo de un SAY

... := if(agrega,'Agregó el Material '+alltrim(cdetalle),'Modifico el Material '+alltrim(cDetalle)) dbcommitall() endif Materia->(dbsetorder(queor)) Materia->(DbGoTop()) return NIL *----------------------------------------------------------------------------------------------------------// ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 570

Re: Reason for closing DBF file

... IF FILE(cPatTab+cNomArc) IF SELECT (cAliTab) <> 0 SELECT (cAliTab) // POR SI LA TABLA TIENE INDIXE Y NO SE ABRIO (cAliTab)->( DBSETORDER(1) ) ENDIF ENDIF ENDIF // YA EN LA LOGICA LO CAMBIO SEGUN NECESIDAD : (cAliTab)->( DBSETORDER(X) )
by russimicro
Sun Sep 24, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1154

Fw maria-/mysql

Buena tarde, el método oRecSet:setOrder, permite usar má de columna ...?
La idea es no gastar mas consultas a base de datos para traerla ordenado , tratando de simular al v Dbsetorder de los dbf. Gracias...
by russimicro
Sun Jun 25, 2023 10:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fw maria-/mysql
Replies: 4
Views: 317

Problemas con Menu POPUP.

... OPCMENU->(DbEval({|| aadd(TablaMnu,{Orden,Tipo,Opcion,Mensaje,Accion,Imagen}) }; ,{|| !deleted() }; ,{|| !eof() })) elseif PERFILFW->(DbSetOrder(1),dbseek(cript(Usuari))) // aca lleno la tabla TablaMnu con las opciones permitidas PERFILFW->(DbEval({|| if( OpcMenu->(DbSetOrder(1),Dbseek(PERFILFW->Clave)),; ...
by José Camilo
Mon Jun 05, 2023 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Menu POPUP.
Replies: 2
Views: 204

RESUELTO ---> arreglo en BTN_ACTION

... productos. me podrán ayudar o indicarme como se puede hacer para que BTN_ACTION tome o se coloque el código del producto. SELECT 3 PRODUCTOS->(DBSETORDER(1)) nProc := 1 cBcod:=1 SET FILTER TO ITEM13 = "BEBIDA" PRODUCTOS->(DBGOTOP()) IF ! PRODUCTOS->(EOF()) WHILE ! PRODUCTOS->(EOF()) ...
by Male
Wed Feb 15, 2023 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RESUELTO ---> arreglo en BTN_ACTION
Replies: 1
Views: 219

DBF REDE/WEB WINDOWS 7/10/11

... SWPanelClose( oPan ) ? 'Tempo da leitura dos registros: ' + CRLF +; ElapTime(cTime,TIME()) + CRLF +; NETNAME() SELECT MULTIFUN MULTIFUN->(DBSETORDER(1)) MULTIFUN->(DBGOTOP()) MULTIFUN->(DBSEEK("00132")) ? MULTIFUN->NOMFUN , MULTIFUN->CODFUN SELECT 1 MULTIFUN->(DBSETORDER(1)) ...
by wanderson8
Sun Jan 08, 2023 3:10 pm
 
Forum: All products support
Topic: DBF REDE/WEB WINDOWS 7/10/11
Replies: 0
Views: 9363

Re: Cerrar un indice Temporal

JoseLuis wrote:
Code: Select all  Expand view
(aAlias[24])->(Ordsetfocus(nindex))
(aAlias[24])->(Dbgotop())
RETURN NIL
 


y si le pones
(aAlias[24])->(dbsetorder(nindex))
by artu01
Sat Aug 06, 2022 5:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cerrar un indice Temporal (Solucionado)
Replies: 9
Views: 730

Error que no entiendo por que sucede.

... },VK_RETURN,"<Return>"},; {"Ind1-9.bmp" ,"Orden por Código " , "x Código" , {|| (Consorc->(DbSetOrder(1)),oBrw:SetFocus(),oBrw:refresh(),oDlg:ctitle:='Consprcios ( Ordenado x Código )',oDlg:Refresh()) },VK_C,"<C>" },; {"IndA-Z.bmp" ...
by José Camilo
Thu Mar 10, 2022 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error que no entiendo por que sucede.
Replies: 8
Views: 881

Re: FW_ExceltoDbf version in FW 2102

... 'OCLASS' tester.prg(130) Warning W0001 Ambiguous reference 'NSCOPE' tester.prg(197) Error E0019 #error 'Invalid instance variable name <->(dbsetorder("code"))>' tester.prg(197) Error E0030 Syntax error "syntax error at '->'" tester.prg(197) Warning W0001 Ambiguous ...
by Marc Venken
Mon Mar 29, 2021 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2568

Re: HDORDD. Importando datos desde dos conexiones diferentes.

... ? COUNT TO nRegistros si DBCLEARFILTER si DbDelete si DbDelete() si DbGoBottom() si Dbgoto( nregistro ) si Dbseek( nCodigo ) si dbSelectArea si DbSetOrder(1) si DBSKIP si DBSKIP() ? DELETE ALL FOR EMPTY( FIELD->CODIGO ) .AND. EMPTY( FIELD->NOMBRE ) si EOF si FIELD->CODIGO si Fieldget ...
by xmanuel
Sun Apr 26, 2020 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDORDD. Importando datos desde dos conexiones diferentes.
Replies: 12
Views: 1670

xbrowse Vs listbox: help to structure the body of invoice

... oT:aDat[1] is the number of the invoice now with xbrowse how do I have to do to show only the lines that are of that invoice? SELECT TB TB->(DbSetOrder(1)) TB->( OrdScope(0, { || oT:aDat[1] })) TB->( OrdScope(1, { || oT:aDat[1] }) ) TB->(DbGoTop()) aBrowse     :=  {{"PAITEM" ...
by Silvio.Falconi
Fri Jun 07, 2019 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Vs listbox: help to structure the body of invoice
Replies: 0
Views: 536

Re: ¿ La variable de REDEFINE GET cambia su tamaño ?

... if nIngReg=1 .or. lPasar aIng:=array(2) aIng:={1,Space(30)} lPasar:=.F. endif if ContarReg(BEN)>0 nInd:=Benefi->(Indexord()) Benefi->(dbSetorder(1)) Benefi->(dbGoBottom()) aIng[1]:=Benefi->(Fieldget(2))+1 Benefi->(dbSetorder(nInd)) endif DEFINE DIALOG oDlg RESOURCE "INGBEN" ...
by wyerco613
Sun May 12, 2019 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ La variable de REDEFINE GET cambia su tamaño ?
Replies: 9
Views: 1153

Re: to Nages: test for tdatabase

... me about relational brooms but I've never done it and for me it's a difficult thing. in the single user version I simply did: SELECT PA PA -> (DbSetOrder (1)) PA -> (OrdScope (0, {|| alltrim ((cNumCli))})) PA -> (OrdScope (1, {|| alltrim ((cNumCli))})) PA -> (DbGoTop ()) xbrowse ...
by Silvio.Falconi
Fri May 10, 2019 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5682

Re: To Nages : Explain me how I must make this tdatabase

... to whom I made the software application. In the old management (dbf share) I created the customer code in this way: IF lNew (ODCli) -> (DbSetOrder (1)) (ODCli) -> (DbGoBottom ()) CCLI: = StrZero (Val ((oDCli) -> NumCli) +1.4) (ODCli) -> (DbGoTo (NREC)) (here the other fields) ...
by Silvio.Falconi
Mon Mar 04, 2019 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: strange execution of Index

I made allways servizi->(dbsetorder(number_of_index))
why now I must make servizi->(dbsetorder(tagname))
Incredible!!!!
by Silvio.Falconi
Mon Jan 14, 2019 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange execution of Index
Replies: 12
Views: 2010
Next

Return to advanced search