Search found 108 matches: multidimensional

Return to advanced search

Re: Combobox on multidimensional array

Marco,

Please try this:

ArrTranspose(<aItems>)\[2\]
by Antonio Linares
Wed Sep 09, 2015 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1208

Re: Combobox on multidimensional array

Hi Antonio, it runs. Thank you. I have just a problem trying to use the ArrTranspose() into the command syntax, essentially I have to replace the <aItems> with ArrTranspose(<aItems>)[2] but it doesn't runs, sure for a syntax problem. Any ideas ? Thank you. #xcommand REDEFINE COMBOLIST [ ...
by Marco Turco
Wed Sep 09, 2015 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1208

Re: Combobox on multidimensional array

Marco, #include "FiveWin.ch"function Main()   local aArray := {}   local oDlg, cName := "Marc"   AAdd( aArray, { 1, "Marc" } )   AAdd( aArray, { 2, "Luca" } )  &...
by Antonio Linares
Tue Sep 08, 2015 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1208

Combobox on multidimensional array

Hi all, I have a multidimensional array like: aArray:=array(0,2) aadd(1,"Marc") aadd(2,"Luca") aadd(3,"Jannette") aadd(4,"Francis") and I would make a combobox with only the second element list ...
by Marco Turco
Tue Sep 08, 2015 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1208

Re: XBROWSE; EDIT_GET_LISTBOX

... for EDIT_LISTBOX. It should work for EDIT_GET_LISTBOX also. If it does not work, please let us know. Could you please give me the solution to set multidimensional array in Xbrowse EDIT_LISTBOX on run time . Single dimensional array is working fine on run time . If i set multidimensional array ...
by samtinu
Sat Jul 11, 2015 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE; EDIT_GET_LISTBOX
Replies: 7
Views: 2248

duda array

Hola, Tengo un array multidimensional tal que así:   LOCAL aArray := {    { "ORDEN",    "N", 20, 0 }, ;                     ...
by elvira
Sun Jun 21, 2015 8:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: duda array
Replies: 2
Views: 432

Re: Manipulacion de Poligonos...

Hasta ahora, una de las formas que he pensado es: 1.- Determinar la insidencia de cada pieza para caber en una hoja de material Crear una variable multidimensional que contendra las hojas necesarias... empezando con 1, y addiriendo mas con AAdd() Ir llenando la variable anterior con variables multidimensionales ...
by Bayron
Thu May 14, 2015 4:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manipulacion de Poligonos...
Replies: 5
Views: 920

USAR DBCOMBO CON oQry

... RecordSets, Dolphin Query, Any Object like TDataBase (which supports methods GoTop(), RecNo(), GoTo() and FieldGet( with name of the field )), Multidimensional arrays, Array of Hashes. Usage: ALIAS oRs, ALIAS oQry, ALIAS oDbf, ALIAS aData, etc. Mi Query       oQryFam := TDolphinQry():New( ...
by joseluisysturiz
Sun Mar 22, 2015 7:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: USAR DBCOMBO CON oQry
Replies: 4
Views: 1036

New FTDN (July) 2014 (FWH 14.07)

... RecordSets, Dolphin Query, Any Object like TDataBase (which supports methods GoTop(), RecNo(), GoTo() and FieldGet( with name of the field )), Multidimensional arrays, Array of Hashes. Usage: ALIAS oRs, ALIAS oQry, ALIAS oDbf, ALIAS aData, etc. * New: samples\redefine.prg is an utility that ...
by Antonio Linares
Mon Aug 04, 2014 6:41 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (July) 2014 (FWH 14.07)
Replies: 3
Views: 3113

New combo class : TxCombox

A comboclass which uses multidimensional array’s or ADO tables as data source. We have also to tell the program which column (number or name) must update the get (from te combox) A little example (Array from code) , leaving only what ...
by Franklin Demont
Mon Jul 21, 2014 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New combo class : TxCombox
Replies: 2
Views: 782

Re: Copia de matrices

... element in the <aTarget> array will contain a reference to the subarray. Thus, ACOPY() will not create a complete duplicate of a multidimensional array. To do this, use the ACLONE() function. Examples . This example creates two arrays, each filled with a value. The first two elements ...
by hmpaquito
Fri Jul 18, 2014 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Copia de matrices
Replies: 5
Views: 1120

Re: dbcombo para dolphin o ado

... RecordSets, Dolphin Query, Any Object like TDataBase (which supports methods GoTop(), RecNo(), GoTo() and FieldGet( with name of the field )), Multidimensional arrays, Array of Hashes. Usage: ALIAS oRs, ALIAS oQry, ALIAS oDbf, ALIAS aData, etc.
by nageswaragunupudi
Sat Jul 12, 2014 3:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbcombo para dolphin o ado
Replies: 4
Views: 597

Que estoy haciendo mal ??? (xBrowse) - SOLUCIONADO!!!

... y devuelva un valor. Este valor puede ser el numero de elemento seleccionado o su valor. Si el array es unidimensional, todo bien. Ahora cuando es multidimensional, si doy doble click o escape me devuelve el valor correcto, ahora si doy Enter me devuelve el valor de la próxima celda. EJ. {{"Elemento ...
by El Loco
Wed Jun 11, 2014 5:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que estoy haciendo mal ??? (xBrowse) - SOLUCIONADO!!!
Replies: 7
Views: 787

Ejemplo para imprimir un Arreglo con TREPORT

Colegas
Reciban un cordial saludo, necesito un ejemplo para imprimir un arreglo multidimensional con la clase TREPORT
by jnavas
Mon Jun 09, 2014 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo para imprimir un Arreglo con TREPORT
Replies: 1
Views: 412

Xbrowse & Arrays of different sizes

... xBrowse, Columns are days of a month, I assign a function to paint the header with the name of the day and its number. All data is contained in a multidimensional array ( columns are days of the month ) I recreate the array. But I get errors when reasigning the headers. oBrwPla:SetArray(aChangingArray,.T.) ...
by Adolfo
Tue Apr 08, 2014 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse & Arrays of different sizes
Replies: 2
Views: 667
PreviousNext

Return to advanced search