Search found 30 matches: nposition

Return to advanced search

Re: Incorrecto numero de argumento para AT

carito wrote:Hola creo que estas usando mal el comando:

en clipper es AT(<cSearch>, <cTarget>) --> nPosition

en harbour es hb_At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos

Saludos,
Carito


Tenias razon. gracias.
by goosfancito
Wed Jan 17, 2024 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incorrecto numero de argumento para AT
Replies: 2
Views: 208

Re: Incorrecto numero de argumento para AT

Hola creo que estas usando mal el comando:

en clipper es AT(<cSearch>, <cTarget>) --> nPosition

en harbour es hb_At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos

Saludos,
Carito
by carito
Wed Jan 17, 2024 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incorrecto numero de argumento para AT
Replies: 2
Views: 208

Re: How write a right name of a field

... name of field If I made a function Estrazione (n,r,p) it must found the n record r route p position. odbf:goto(n) // record croute :=giveroute(r) nposition:=p cfield:= left(croute,2)+ltrim(str(nposition)) // sample NZ3 so odbf:&cfield
by Silvio.Falconi
Fri Apr 29, 2022 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How write a right name of a field
Replies: 6
Views: 481

To Nages : other problem with oPrn:Box

... these coordinates https://i.postimg.cc/ydvNZ40V/table.png Then I insert the position and the align cAlign:= String_Align (nAlign,nPosition) Function String_Align (nAlign,nPosition)local  cPosition,cAlign//position DO CASE          Case nPosizione=1               cPosition:="T"  ...
by Silvio.Falconi
Thu Nov 11, 2021 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : other problem with oPrn:Box
Replies: 0
Views: 185

OrdCreate resolved !!

... RECNO(),,,, ) OrdCreate( ::aIdx[ i, 2, k, 3 ], ::aIdx[ i, 2, k, 2 ], ::aIdx[ i, 2, k, 1 ], &bCode ) NEXT DbCloseArea() ::oMeter:nPosition := ( ( i * 100 ) / Len( ::aIdx ) ) NEXT the "!deleted()" where I can insert ? I tried with bCode := "{ || " + ::aIdx[ ...
by Silvio.Falconi
Thu May 06, 2021 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdCreate resolved !!
Replies: 1
Views: 402

Re: Iniciandome en el manejo de tablas HASH

hb_HDel(<hHash>, <Key>) ➜ hHash
Deletes a key and it’s associated value from a hash table.

hb_HDelAt(<hHash>, <nPosition>) ➜ hHash
removes an entry from a hash table, based on its index position.

by cnavarro
Wed Sep 18, 2019 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciandome en el manejo de tablas HASH
Replies: 22
Views: 5107

Re: New TprogressWheel

... on / wait off but put a sound to do what I didn't understand ... do you want to scan every position? you can insert a sound for each oProgress:nposition
by Silvio.Falconi
Fri Sep 13, 2019 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9464

Re: XBROWSE Border on cells

... OFF is drawing a border on cellclick The border is painted with : oBrw:bPainted := < |hDC| CELL_BORDER( oBrw, hDC, nColRow, nColPos, nOption, nPosition,; nRGBColor, nPensize, nRound, nTranpL, lCol ) RETURN NIL > the new position the border has to be painted : oBrw:bChange := { || nColPos ...
by ukoenig
Tue Apr 16, 2019 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4131

Re: Funciones de Arrays()

Hola. También podés intentar asi:
AINS(aTarget, nPosition, aBlankEle, .t.)
by FranciscoA
Thu Oct 04, 2018 4:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones de Arrays()
Replies: 4
Views: 740

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

... TokenAt([<lNextDelimiter>],[<nCount>],[@<cTokenEnv>])->nPosition TokenEnd([@<cTokenEnv>])->lTokenEnd TokenExit()->lSuccess TokenInit([@<cString>],[<cDelimiter>],[<nSkipWidth>],[@<cTokenEnv>])->lSuccess ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 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

... TokenAt([<lNextDelimiter>],[<nCount>],[@<cTokenEnv>])->nPosition TokenEnd([@<cTokenEnv>])->lTokenEnd TokenExit()->lSuccess TokenInit([@<cString>],[<cDelimiter>],[<nSkipWidth>],[@<cTokenEnv>])->lSuccess ...
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

... nPosition AClone(<aArray>)->aDuplicate ACopy(<aSource>,<aTarget>,[<nSourceStart>],[<nCount>],[<nTargetStart>])->aTarget ...
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: EJECUTAR UN .EXE

... incrustar_calculadora( ocontainer ) METHOD Incrustar( hwnd ) METHOD liberar_programa( hwnd ) METHOD GetMenu( hwnd ) METHOD DeleteMenu( hmenu, nposition, wflags ) METHOD GetMenuItemCount( hmenu ) METHOD DrawMenuBar( hwnd ) METHOD GetWindowLong( hwnd, nindex ) METHOD SetWindowLong( hwnd, nindex, ...
by Claudio Leiva
Mon Mar 27, 2017 9:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EJECUTAR UN .EXE
Replies: 13
Views: 2271

Re: encoding from array

perhaps I found the error For k= 1 to 5 // numeri If nposition[k]= alltrim("a") nline:= 1 elseif nposition[k]= alltrim("b") nline:= 2 elseif nposition[k]= alltrim("c") nline:= 3 endif nNumbers[k]:= aline[nline][k] next ...
by Silvio.Falconi
Sat Feb 27, 2016 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: encoding from array
Replies: 3
Views: 481

Lista de funciones de [x]harbour con sus parametros para edi

... [<alSelectableItems> | <lSelectableItems>], [<cUserFunction>], [<nFirstItem>], [<nFirstRow>]) -> nPosition AClone(<aArray>) -> aDuplicate ACopy(<aSource>, <aTarget>, [<nSourceStart>], [<nCount>], [<nTargetStart>]) ...
by carlos vargas
Wed Feb 11, 2015 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lista de funciones de [x]harbour con sus parametros para edi
Replies: 2
Views: 1030
Next

Return to advanced search