Re: [Gambas-user] Conditional edit of a database table

2016-06-16 Thread willy
On 2016-06-16 22:05, Benoît Minisini wrote: > Le 16/06/2016 21:10, wi...@develop.earthshipeurope.org a écrit : >> On 2016-06-13 16:45, wi...@develop.earthshipeurope.org wrote: >>> Hi all, >>> >>> I have been editing tables successfully using something like: >>> >>> rResult = hConn.Edit("error", "

Re: [Gambas-user] Conditional edit of a database table

2016-06-16 Thread Benoît Minisini
Le 16/06/2016 21:10, wi...@develop.earthshipeurope.org a écrit : > On 2016-06-13 16:45, wi...@develop.earthshipeurope.org wrote: >> 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

Re: [Gambas-user] Conditional edit of a database table

2016-06-16 Thread willy
On 2016-06-13 16:45, wi...@develop.earthshipeurope.org wrote: > 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

[Gambas-user] [Gambas Bug Tracker] Bug #951: TableView: After some errors "Click" is not accessible anymore

2016-06-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.951&from=L21haW4- Comment #1 by C THAL: This strange effect unfortunately does not only occur when errors are raised, but also, when a form is created and shown within the Click event, but more seldom. That makes it really annoying. --

[Gambas-user] [Gambas Bug Tracker] Bug #951: TableView: After some errors "Click" is not accessible anymore

2016-06-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.951&from=L21haW4- C THAL reported a new bug. Summary --- TableView: After some errors "Click" is not accessible anymore Type : Bug Priority : Medium Gambas version : 3.8 Product : QT4 component Description ---

[Gambas-user] [Gambas Bug Tracker] Bug #951: TableView: After some errors "Click" is not accessible anymore

2016-06-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.951&from=L21haW4- C THAL added an attachment: table-view-inaccessible-0.0.2.tar.gz -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patter

Re: [Gambas-user] Arguments in Project properties

2016-06-16 Thread Gianluigi
Hello friends, thank you very much, I did not realize that the Arguments page was a ListEditor and I expected that the “+” button worked as in previous versions. A further thank you for your interesting informations. Regards Gianluigi 2016-06-16 7:34 GMT+02:00 zainudin ahmad : > that is a new fe

Re: [Gambas-user] qt5

2016-06-16 Thread Benoît Minisini
Le 16/06/2016 12:23, Ian Haywood a écrit : > On Thu, Jun 16, 2016 at 7:22 PM, Benoît Minisini > wrote: > >> But putting gb.qt5 instead does not logically solve the problem, as we >> could imagine a distribution that provides qt4, qt4 webkit, qt5 and not >> qt5 webkit (as now webkit as been dropped

Re: [Gambas-user] qt5

2016-06-16 Thread Ian Haywood
On Thu, Jun 16, 2016 at 7:22 PM, Benoît Minisini wrote: > But putting gb.qt5 instead does not logically solve the problem, as we > could imagine a distribution that provides qt4, qt4 webkit, qt5 and not > qt5 webkit (as now webkit as been dropped by qt5)... Weird. That's a problem. Will Qt5 have

Re: [Gambas-user] qt5

2016-06-16 Thread Benoît Minisini
Le 16/06/2016 10:32, Ian Haywood a écrit : > On Wed, Jun 15, 2016 at 5:40 AM, Benoît Minisini > wrote: >> Le 14/06/2016 13:21, Ian Haywood a écrit : >>> >>> The problem quite complicated. Gambas looks for Qt4 and Qt5. If both are >>> found, >>> Qt4 is loaded. >> >> No, if Qt5 and Qt4 are present,

Re: [Gambas-user] qt5

2016-06-16 Thread Ian Haywood
On Wed, Jun 15, 2016 at 4:54 AM, Dimitris Anogiatis wrote: > Are the qt4 webkit and qt5 webkit too different that we can't use a symlink > for qt4's webkit to point to qt5's webkit? no they are too different: qt5 webkit won't load with Qt4. > That way we could (theoretically) bridge the gap tempo

Re: [Gambas-user] qt5

2016-06-16 Thread Ian Haywood
On Wed, Jun 15, 2016 at 5:40 AM, Benoît Minisini wrote: > Le 14/06/2016 13:21, Ian Haywood a écrit : >> >> The problem quite complicated. Gambas looks for Qt4 and Qt5. If both are >> found, >> Qt4 is loaded. > > No, if Qt5 and Qt4 are present, Qt5 is used. > > The choice between both is implement