well, this its a funny case, the code of the firts mail are the correct way
, but one line are incorrect.. that's why not working

in any case i put how must be done in this article:
http://qgqlochekone.blogspot.com/2017/03/gambas3-collections-of-collections-as.html

my error, a typo in the line:
  filasdet.Add(columnas, rsetd!cod_contenido)
must be:
  filasdet.Add(columnasdet, rsetd!cod_contenido)

and in the article i try to explain why i done that


Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2017-03-23 8:25 GMT-04:00 Fabien Bodard <gambas...@gmail.com>:

> Please tel me how you make the array in php. And in java. Or give me a
> link.
> I'll try to answer this evening
> For me you need arrays of collections.
> Array are the lines storage and collection the line itself.
>
> Colresult[2]!storage[3]!article
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to