Search found 108 matches: multidimensional

Return to advanced search

Re: Harbour y arrays en funciones

... { 4, 5, 6 }, { 7, 8, 9 } }   XBrowse( a )return nil Fíjate que la función XBrowse() no lo muestra como un array multidimensional si todos sus elementos no lo son http://img16.imageshack.us/img16/8273/g4p6.png
by Antonio Linares
Tue Jul 02, 2013 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour y arrays en funciones
Replies: 13
Views: 2509

XBrowse - Midi y lRegistered

... modificarlo si realizabas una CLASE que heredaba de otra. Aprovecho para solicitar si alguien puede/quiere indicarme cómo poder mostrar un array multidimensional en xbrowse, por ejemplo el array que devuelve GetAllWin(), de la que incialmente no conoces el número de columnas. Gracias anticipadas ...
by cnavarro
Thu Feb 21, 2013 8:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse - Midi y lRegistered
Replies: 14
Views: 2526

Re: Combobox and multiarray

... the suggest. It runs well used as command line, but I'm unable to create a command "COMBOLIST" that automatically use this function with multidimensional array taking always the 2nd element. Where I'm wrong ? #xcommand REDEFINE COMBOLIST [ <oCbx> VAR ] <cVar> ; [ <items: ...
by Marco Turco
Sun Jan 20, 2013 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox and multiarray
Replies: 4
Views: 1472

Sorting multidimenzional array

... aRezult := { 1, cName, 2011 } aRezult := { 2, cName, 2011 } aRezult := { 3, cName, 2011 } aRezult := { 5, cName, 2012 } I know how to sort data in multidimensional array if I want to sort on only one element. In an example below, I can easily sort by BillNumber for example and get the result like ...
by codemaker
Sun Jun 24, 2012 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting multidimenzional array
Replies: 2
Views: 615

aSort no me ordena array de fechas...

Como lo hago? tengo un array multidimensional donde una de sus columnas con fechas (tipo date), y cuando quiero ordenarlo me tira error. Error description: Error BASE/1073 Argument error: < Args: [ 1] = D 03/04/2012 [ 2] = C  ASort( ...
by goosfancito
Tue Apr 24, 2012 3:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: aSort no me ordena array de fechas...
Replies: 4
Views: 625

Re: duda Aeval

lucas prueba asi: aArray := { {"1","",25},; {"2",nil,35},; {"3","tres",45} } hablando de un multidimensional, para valor nulo en la posicion 2 de tu arreglo: AEVAL(aArray,; {|cValue,n| IF( aArray[n,2] = nil .or empty(aArray[n,2]),; aArray[n,2] ...
by Francisco Horta
Mon Feb 20, 2012 6:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: duda Aeval
Replies: 3
Views: 671

Re: duda Aeval

Buenas tardes
Puede ser porque el tipo de cValue sea "A", no?, ya que el array es multidimensional y cada elemento de aArray es otro array, y AEval no lo recorre.
Espero que pueda servirte de algo y haberme explicado.
Un saludo
by cnavarro
Mon Feb 20, 2012 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: duda Aeval
Replies: 3
Views: 671

duda Aeval

Hola, Tengo un array multidimensional y quiero reemplazar los elementos que tengan nil por otra cosa. Lo ago así: AEVAL(aArray,; {|cValue,n| IF(cValue = nil,; aArray[n] := "nada",)}) Pero únicamente me cambia las cinco primeras ...
by lucasdebeltran
Mon Feb 20, 2012 3:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: duda Aeval
Replies: 3
Views: 671

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

... browse; copy a part of the line in the clipboard; past it in the watch edit field. - New folder for Set() values - done - Monitor the values of (multidimensional) arrays - Syntax highlighting - Options: Chose font, encoding and size. I’m still using OEM-font ‘Terminal’ - Make much as possible ...
by frose
Sat Dec 31, 2011 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 18658

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

... a few variables or the value of an expression (script function) - Not possible to see the Set() values - Not possible to monitor the values of (multidimensional) arrays - No syntax highlightning
by frose
Fri Dec 30, 2011 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 18658

Re: About asort

Hello Marco, Hi all, I need to order a multidimensional array with two criterias. Is there a way to make an order this I use for a dbf sort on lb02/a,lb11/a to &filelb on an Array using asort ? ASORT(<aTarget>, [<nStart>],[<nCount>], ...
by Carlos Mora
Mon Sep 26, 2011 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About asort
Replies: 3
Views: 812

Re: About asort

... message will help. James ---------------------------------------- From: "Victor Spiridonov" <dicch@mail.ru> Subject: Re: Sorting multidimensional array Date: Wednesday, November 05, 2003 11:06 PM "Stephen Quinn" <steveqNOSPAM@integritynet.com.au> wrote in message ...
by James Bott
Mon Sep 26, 2011 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About asort
Replies: 3
Views: 812

About asort

Hi all,
I need to order a multidimensional array with two criterias.
Is there a way to make an order this I use for a dbf sort on lb02/a,lb11/a to &filelb on an Array using asort ?

Thanks in advance.
by Marco Turco
Mon Sep 26, 2011 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About asort
Replies: 3
Views: 812

Re: Imprimir estructura de una base dbf

... indicas es practicamente el mismo que adjunté yo, pues da lo mismo invocar la constante por su nombre, que por la posición que ocupa en el array multidimensional. Lo que me interesa no es la visualización por pantalla, que se consigue así, sinó la salida por impresora mediante un objeto Report. ...
by desdesummer87
Tue May 24, 2011 10:19 am
 
Forum: FiveWin para CA-Clipper
Topic: Imprimir estructura de una base dbf
Replies: 9
Views: 3023

Re: Combobox with multidimensional array

Marco,

Comboboxes will only handle a single dimensional array, so I think you will have to create a temporary array for this.

Regards,
James
by James Bott
Fri Dec 31, 2010 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox with multidimensional array
Replies: 1
Views: 421
PreviousNext

Return to advanced search