[Gambas-user] Conditional edit of a database table

2016-06-13 Thread willy
Hi all, I have been editing tables successfully using something like: rResult = hConn.Edit("error", "id=&1", iId) This comes in handy when wanting to edit a record with a certain id and works just fine for simple cases. But I have a table where the fields id and company (in table error)

Re: [Gambas-user] picturebox

2016-06-13 Thread Buster Seven
Thanks Gianluigi On Mon, Jun 13, 2016 at 5:04 PM, Gianluigi wrote: > PictureBox1.Picture = MyImage.Copy(X, Y, W, H).Picture > > 2016-06-13 4:32 GMT+02:00 Shane : > > > I tried that but I get the error Image is read only > > mypicbox.picture.image =

Re: [Gambas-user] Closing Process input stream

2016-06-13 Thread Benoît Minisini
Le 11/06/2016 17:27, Tobias Boege a écrit : > Hi, > > I just tried to feed a Python script to Gimp from within a Gambas project. > It didn't really work out that easily because Gimp wants to read the script > from standard input (AFAIK it does not recognise a path to the script file). > So I have

Re: [Gambas-user] picturebox

2016-06-13 Thread Gianluigi
PictureBox1.Picture = MyImage.Copy(X, Y, W, H).Picture 2016-06-13 4:32 GMT+02:00 Shane : > I tried that but I get the error Image is read only > mypicbox.picture.image = myimage.copy(x,y,width,height) > > On 12/06/16 22:18, Gianluigi wrote: > > Looking for this? > >