Search found 32 matches: indexord

Return to advanced search

Re: "PROBLEMILLA" CON TCBROWSE FWH

... know when de user has changed the index clicking on header, then I can write the fieldname in Dialog. For example something like this: 'On change indexord()' msginfo("Active index is "+str(indexord())). My problem is I don't know identifier when user is clicking on header with Xbrowse ...
by pacotre
Sun May 24, 2020 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "PROBLEMILLA" CON TCBROWSE FWH
Replies: 20
Views: 2191

Re: HDORDD. Importando datos desde dos conexiones diferentes.

... TAG ARTICULOS1 FOR !Deleted() ? INDEX ON FIELD->SERIE + StrZero (FIELD->NUMERO,20 ) TAG FACTURAS1 FOR !Deleted() ? indexord() ? LOCATE FOR ALLTRIM(CLIENTES->NOMBRE) = ALLTRIM(CNOMBRE) .AND. ALLTRIM(CLIENTES->APELLIDOS) = ALLTRIM(CAPELLIDOS) si OrdSetFocus(“CLIENTES2”) ...
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: 1674

Re: To James Bott - Error Using TData

Alert( "Arquivo: " + Dbf() + " Indice:" + Str( IndexOrd() ) )
by karinha
Mon May 27, 2019 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5125

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

... hacerlo, aquí el código: 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 ...
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: strange execution of Index

I think the problem for Silvio is that the index "order" is not the number 3. may be you can use IndexOrd to see what number it is. or get informations by this piece of code (untested): cMsg := ""for j = 1 to OrdCount()   if !Empty( IndexKey( ...
by AntoninoP
Mon Jan 14, 2019 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange execution of Index
Replies: 12
Views: 2013

Xbrowse < :nColSel > col-pos change at runtime rel. to index

... " + DBF() + " Index ==> " + (cFileName)->(INDEXKEY(nOrder)) + ; " Order ==> " + ALLTRIM( STR( (cFileName)->(INDEXORD()) ) ) ) --------------------------------- The File-change and indexord at runtime on RADIO-selection The file- and index-change works but ...
by ukoenig
Sat Mar 03, 2018 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3542

Re: funciones de FWH y Harbour en un archivo .txt

... IIf(<lCondition>,<expTrue>,<expFalse>)->Value IndexExt()->cExtension IndexKey(nOrder)->cKeyExp IndexOrd()->nOrder Inkey([<nWaitSeconds>],[<nEventMask>])->nInkeyCode Int(<nExp>)->nInteger InvertAttr(<xColor>)->nInvertedAttribute ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... HMerge Hour HScan HSet HSetAACompatibility HSetAutoAdd HSetCaseMatch HSetPartition HSetValueAt HtmlToAnsi HtmlToOem I2Bin If IIf IndexExt IndexKey IndexOrd Inkey Int InvertAttr IsAffirm IsAlNum IsAlpha IsAscii IsBegSeq IsBit IsCntrl IsColor IsColour IsDbExcl IsDbFlock IsDbRLock IsDigit IsDigit ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: macro substitution & in fieldnames

... := SELECT(), cRegis IF SELECT(XARCH) == 0 USE (WPATH + "\" + XARCH) SHARED NEW ENDIF DBSELECTAR(XARCH) cRegis:=RECNO() ORD_ACT = INDEXORD() SET ORDER TO XORDEN DBSEEK((XCLAVE)) IF FOUND() .AND. !DELETED() RET = EVAL(FIELDBLOCK(XCAMPO)) ELSE DBGOBOTTOM() RET = SPACE(LEN(EVAL(FIELDBLOCK(XCAMPO)))) ...
by puenteda
Wed Oct 26, 2016 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: macro substitution & in fieldnames
Replies: 7
Views: 1771

Re: Problema con listbox

... codigo: FUNCTION facturar( nAlb, cClient, cAltera ) LOCAL oDlg, oBtnCancel, oBtnalb, oBtncli, oBtnrep, oNegre, nfac LOCAL fich := Dbf(), nind := IndexOrd(), cTitle := 'F A C T U R A C I O N' lacces = validapl( ProcName(), ' ' ) IF lacces = 'N' .OR. blo_quea RETURN( .T. ) ENDIF IF ValType( nAlb ...
by sajarm
Tue Oct 27, 2015 1:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con listbox (Solucionado)
Replies: 16
Views: 2951

Re: rror description: Error BASE/1003 Variable does not exist:

... lAgenda,lSalvabile) //****************************************************************************** local nArea:=select(),nOldPos,nIndice:=indexord() select pratiche nOldPos:=recno() if lInsert goto bottom skip dDataInizio:=date() cFascicolo:=STR_FASC_ANON cCodFascicolo:=padr("abcd",LUNG_COD_CONTRO) ...
by Salvo1087
Fri Jan 21, 2011 9:37 am
 
Forum: All products support
Topic: rror description: Error BASE/1003 Variable does not exist:
Replies: 13
Views: 3790

SET INDEX TO (problemas)-SOLUCIONADO

... //Hasta aqui todo correcto mientras no sean mas de 7 indices (el 8 no funciona y siguientes no funcionan)        ? Select()        ? indexord() //v_orden = indexord() menos cuando llega al 8 que me pone 0  Parece que xharbour tiene problemas en las nuevas versiones para cargar ...
by Andrés González
Mon Jul 12, 2010 10:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SET INDEX TO (problemas)-SOLUCIONADO
Replies: 7
Views: 1181

Re: NtxPos( IndexOrd(), RecNo() )

Thanks to you both for your suggestions. I ended up using the OrdKeyNo() call in place of the NTXPOS function and that seems to work perfectly. I'm sure there are advantages to using newer browses, but at this point there are enough other things to work on, I'm taking the quickest path toward conver...
by MichaelMo
Fri Nov 20, 2009 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: NtxPos( IndexOrd(), RecNo() )
Replies: 3
Views: 639
Next

Return to advanced search