Re: [Gambas-user] invalid object error on variable of database queries

2009-10-08 Thread Dimitris Anogiatis
Vasilli, You're welcome I am glad I could help :) Keep up the good work :) Regards, Dimitris On Thu, Oct 8, 2009 at 3:12 PM, Vassilis K wrote: > Thank you Dimitri > > That was it !!! > > I made so many efforts today to find out what was wrong. > But most of the times the solution is in front

Re: [Gambas-user] invalid object error on variable of database queries

2009-10-08 Thread Vassilis K
Thank you Dimitri That was it !!! I made so many efforts today to find out what was wrong. But most of the times the solution is in front of our eyes and we cannot see it !!! -- Come build with us! The BlackBerry(R) D

Re: [Gambas-user] invalid object error on variable of database queries

2009-10-08 Thread Dimitris Anogiatis
Vasilis, if I'm reading your code correctly you're closing the result set before you use rsAPOD!arithmosAp you could assign the value of rsAPOD!arithmosAp in a variable and use that in the print statement or move MODMain.$Con.Close below the CLOSE hPrinter line. that way the resultset can close

[Gambas-user] invalid object error on variable of database queries

2009-10-08 Thread Vassilis K
Hello again, I have a strange little problem with my database (Mysql) queries. I make many queries and updates together with the click of a button. When I make the queries and updates without using any of the results then everything works fine !! When I want to use a part of the results I get th