Re: [Gambas-user] collection of collection problem

2017-03-27 Thread PICCORO McKAY Lenz
2017-03-27 12:38 GMT-04:00 Fabien Bodard : > Hi Lenz, > > GambasForge was not an Community project but my own project at first. > That's why it is not conventionnal. > umm isuspect that but my hope was due the "framework" word as propaganda (i dont remenber where i read.. well whatever) http://g

Re: [Gambas-user] collection of collection problem

2017-03-27 Thread Fabien Bodard
Hi Lenz, GambasForge was not an Community project but my own project at first. That's why it is not conventionnal. The goal was just to give a place for french people to share gambas programs and code piece. This was also for me my first try on gambas cgi. Why hidding urls ? well in fact it's n

Re: [Gambas-user] collection of collection problem

2017-03-26 Thread PICCORO McKAY Lenz
in the more and more lack of documentation in spanish and differences respect others languajes (i'm not programer), triying to develop a web page in gabmas (to large scale) its dificult later to mantain.. just taking a look to the gambas forge at the svn in sourceforge.. for people that "wants" to

Re: [Gambas-user] collection of collection problem

2017-03-25 Thread Jorge Carrión
Fabian: +1 :) 2017-03-25 16:51 GMT+01:00 Fabien Bodard : > A long thought in bazaar... > > > I think, the first job is to teach a new time to developpers how to > develop. There is nothing great in the code i've sended, juste the > evidence. > > I've start learnin coding in gwbasic and qbasic...

Re: [Gambas-user] collection of collection problem

2017-03-25 Thread PICCORO McKAY Lenz
2017-03-25 11:51 GMT-04:00 Fabien Bodard : > A long thought in bazaar... > > documentation. Unfortunately, we do not have time to write it because > we have grown up and have a lot of work now. All I can do is swing > from time to time a spade on the mailing list to help the newcomers to > under

Re: [Gambas-user] collection of collection problem

2017-03-25 Thread Linus
Fabien, Thank you for this great explication and I completely agree with it. :) Thank you again to all persons that make Gambas possible and usable…since more than 12 years... Olivier Cruilles > Le 25 mars 2017 à 11:51, Fabien Bodard a écrit : > > A long thought in bazaar... > > > I think

Re: [Gambas-user] collection of collection problem

2017-03-25 Thread Fabien Bodard
A long thought in bazaar... I think, the first job is to teach a new time to developpers how to develop. There is nothing great in the code i've sended, juste the evidence. I've start learnin coding in gwbasic and qbasic... well not the best to start. Now we have better languages like python, ja

Re: [Gambas-user] collection of collection problem

2017-03-24 Thread PICCORO McKAY Lenz
2017-03-24 10:52 GMT-04:00 Fabien Bodard : > Sorry but despite your article ... that i've read all the content I > can't understand your need ... And I'm sur there is a way to do it > simpler with Gambas. > U'r code are correct, the problem is the understand for people that come from other program

Re: [Gambas-user] collection of collection problem

2017-03-24 Thread Fabien Bodard
Sorry but despite your article ... that i've read all the content I can't understand your need ... And I'm sur there is a way to do it simpler with Gambas. What I've understand : ' Gambas module file Public Sub Main() Dim hCon As New Connection(Subst("mysql://&1@&2:3306/&3", $servername, $us

Re: [Gambas-user] collection of collection problem

2017-03-23 Thread PICCORO McKAY Lenz
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:

Re: [Gambas-user] collection of collection problem

2017-03-23 Thread Fabien Bodard
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 --

Re: [Gambas-user] collection of collection problem

2017-03-22 Thread Gianluigi
I do not understand why you can not use arrays of arrays ( e.g. myCollection[][]) Regards Gianluigi 2017-03-22 11:26 GMT+01:00 PICCORO McKAY Lenz : > yeap.. maybe u said "oh, please crear a class map for your data", or > whatever.. > > but when u work with a big organization and want to migrate

Re: [Gambas-user] collection of collection problem

2017-03-22 Thread PICCORO McKAY Lenz
yeap.. maybe u said "oh, please crear a class map for your data", or whatever.. but when u work with a big organization and want to migrate linux.. have some "guindowsers" uses, and i must use a step by step and clear "similar" desing .. so in this way other also can follow the develop process..

Re: [Gambas-user] collection of collection problem

2017-03-22 Thread Fabien Bodard
Why did you want to use collections ?... as it slow down all the stuff ? can you be more precise in your need so i can help you 2017-03-21 23:06 GMT+01:00 PICCORO McKAY Lenz : > 2017-03-21 11:24 GMT-04:00 Charlie : >> Can you simplify the code so we can run it or upload the program. > > lets get s

Re: [Gambas-user] collection of collection problem

2017-03-21 Thread PICCORO McKAY Lenz
2017-03-21 11:24 GMT-04:00 Charlie : > Can you simplify the code so we can run it or upload the program. lets get simple: i want a registri "order" that have many "products" so : object (1 element with many attrs) and one of those attrs, its the cod_contenido , of the products of the order att

Re: [Gambas-user] collection of collection problem

2017-03-21 Thread Charlie
Can you simplify the code so we can run it or upload the program. - Check out www.gambas.one -- View this message in context: http://gambas.8142.n7.nabble.com/collection-of-collection-problem-tp58654p58659.html Sent from the gambas-user mailing list archive at Nabble.com. -

[Gambas-user] collection of collection problem

2017-03-20 Thread PICCORO McKAY Lenz
i try to put inside a collection another, and i only refers it selft: rset = $conexion.Exec("SELECT * FROM alm_despacho WHERE cod_despacho = '" & cod_despacho & "'") If rset.Available Then For Each rset columnas = New Collection(gb.IgnoreCase) columnas.Add(r