Search found 34 matches: arr

Return to advanced search

Array BUG?

I make a array with arr := array(30) and then aFill(arr,{}).
When I now say aadd(arr[1],{1,2,3,4}]) all arrays in arr become this aadd() not only arr[1]!
Whe i fill the arr with aeval(arr,{|,index|aadd(arr[index],{1,2,3,4}}) then is it ok.
I use xHarbour.
by byte-one
Thu Feb 21, 2013 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array BUG?
Replies: 2
Views: 657

Re: XBROWSE RESTRINGIR MULTISELECT

Saludos Francisco, disculpa te contradiga en lo que dices que no funciona la multi-seleccion con Shift+flecha-Abj/flecha Arr , me pusistes a dudar de lo que dije, asi que volvi a revisarlo y estoy en lo correcto, a mi me funciona sin ningun problema Shift + flecha arriba e igual flecha ...
by FranciscoA
Tue Oct 23, 2012 2:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 5045

Re: XBROWSE RESTRINGIR MULTISELECT

... una tecla" Saludos. Saludos Francisco, disculpa te contradiga en lo que dices que no funciona la multi-seleccion con Shift+flecha-Abj/flecha Arr , me pusistes a dudar de lo que dije, asi que volvi a revisarlo y estoy en lo correcto, a mi me funciona sin ningun problema Shift + flecha arriba ...
by joseluisysturiz
Tue Oct 23, 2012 1:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 5045

Re: Switching from xHarbour to Harbour

... # include "xhb.ch" # include "xhbcls.ch" # INCLUDE "xset.ch" // From xharbour , in include # define ATAILh(Arr) Arr[LEN(Arr)] # endif # endif xSet.ch : Missing defines from set.ch (HARBOUR) , i.e. _SET_ERRORLOG_ ATAILh(Arr) : Xharbour accepts ATAIL(Arr) := ...
by Franklin Demont
Sat Sep 29, 2012 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from xHarbour to Harbour
Replies: 3
Views: 1155

Re: Conversion XHARBOUR to HARBOUR

... i reported 2 problems : 1) GLOBAL (EXTERNAL) 2)Set values from xharbour (200 ...) Now i have another difference between harbour and xharbour Arr[1] := {"a",1} ATAIL(Arr[1]) := 2 // Accepted by xharbour , not harbour or clipper Frank
by Franklin Demont
Wed Sep 12, 2012 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion XHARBOUR to HARBOUR
Replies: 5
Views: 1229

Re: XBROWSE ARRAY AUTOSORT

... Now i am working with FWH12.03 , but it seems that there is a problem with ordering the first time in next situation : @ 0,0 XBROWSE oBrw ARRAY Arr PIXEL OF oDlg FONT oFont; COLUMNS aCol; HEADERS aHead; COLSIZES aWidth; SORT aSort; I checked aCol : 1,2,3,4 aSort: 4,2,3,4 If i understand well ...
by Demont Brecht
Sun Apr 01, 2012 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ARRAY AUTOSORT
Replies: 6
Views: 1215

Re: Bug in navigation key VK_ENTER

Carlos,

Tu ejemplo aqui va bien con FWH 12.01. No hay diferencia entre flecha izq, der, arr, aba y luego pulsar enter
by Antonio Linares
Sat Feb 11, 2012 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in navigation key VK_ENTER
Replies: 15
Views: 4533

Xbrowse array autosort and seek with secundury keys

... TXBrwColumn WITH DATA bOrder After defining the browse : oBrw:aCols[1]:bOrder := {|x|UPPER(TRIM(x[1])+TRIM(x[2]))} There are a few changes in SortArrayData (aSort(oBrw:aArrayData,.....) and in SeekOnArray (nAt := ASCAN(aData , .....) Here some code to test : #include "FiveWin.ch" #include ...
by Frank Demont
Sun Feb 13, 2011 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse array autosort and seek with secundury keys
Replies: 2
Views: 1043

Re: ¿Que pasa en este codigo?

Ariel y Antonio,

Gracias, ya lo puse a funcionar. Como muestra Antonio, había que declarar oLbx y arr como variables locales.

Eso era todo. :D
Abrazos y Gracias de nuevo...
by jllinas
Tue Jan 06, 2009 1:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Que pasa en este codigo?
Replies: 6
Views: 715

Frank, > I changed your example. Please provide my modified example to test it here, thanks As you could see i have changed local oDlg, oBrw, arr := { "one", "two", "three" } , StartNr := 3 IN local oDlg, oBrw, arr := { "zone", "two", "three" } , StartNr := 3 Your solution seems to work , but ...
by demont frank
Fri Oct 10, 2008 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Error in refresh
Replies: 16
Views: 3780

Download link

... Xbrowse , with a few changes , is used to perform the browses See XXBROWSE.PRG 3 ) Using this object =============== This class can be used in Array from program , array from dbf , dbf seek 1) Array , declared in the program See module0 for details oComBox := TxCombox():new(Arr) Creates the ...
by demont frank
Tue Sep 23, 2008 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Any Class for Databse Look up with Multiple Columns
Replies: 18
Views: 3064

... below i pass .XML file link EK_SAVEARR( { "http://www.teramoest.it/dblog/feedrss.asp", ; "http://rss.terra.com.br/0,,EI4795,00 .xml " }, "feeds.arr" ), "" )
by Rochinha
Thu Sep 11, 2008 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple RSS reader for your applications...
Replies: 55
Views: 14139

... feedrss with my url http://www.teramoest.it/dblog/feedrss.asp but I try it but it make error when I insert this url into source iif( !file("feeds.arr") , ; EK_SAVEARR( { " http://www.teramoest.it/dblog/feedrss.asp ", ; "http://rss.terra.com.br/0,,EI4795,00.xml" }, "feeds.arr" ), "" ) and it make ...
by Silvio
Mon Sep 01, 2008 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple RSS reader for your applications...
Replies: 55
Views: 14139

Check Boxes

... as '1' or '0'. if '1' means .t., otherwise .f. So everytime I change something on the checkbox, I evaluate the codeblock to transform the locigal arrays (checkboxes - arr[1]-[48]) into '1' and '0' and save it on a single variable. Works fine with me. You have a very nice button... Are you using ...
by Antonio Linares
Wed Aug 27, 2008 7:43 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93184

ok now run BUT I I try with my XML page and I write iif( !file("feeds.arr") , ; EK_SAVEARR( { "http://www.teramoest.it/dblog/feedrss.asp", ; "http://rss.terra.com.br/0,,EI4795,00.xml" }, "feeds.arr" ), "" ) and it make this error Application =========== Path ...
by Silvio
Tue Aug 26, 2008 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple RSS reader for your applications...
Replies: 55
Views: 14139
PreviousNext

Return to advanced search