Re: [Gambas-user] Why Vassilis' code raised a "Result not available"
On Mon, 2009-10-19 at 10:41 +0200, Benoît Minisini wrote: > And, finally, to Kad Mann: Vassili used a bunch of Labels and not a GridView > because he used them for drawing a camping schema. I'm keeping my mouth shut :) ---
[Gambas-user] Why Vassilis' code raised a "Result not available"
Hi, I renamed the subject, because the thread was too deep for my screen. :-) The following code: PUBLIC SUB Form_Open() DIM i AS Integer DIM rsThesi AS Result MODMain.Connect() rsThesi = MODMain.$Con.exec("select * from egrafes where elenchosAnax = 0") rsThesi.MoveFirst WHI