[Gambas-user] Gambas 3.8 on Launchpad naming error?

2015-08-02 Thread Christof Thalhofer
Hello, there seems to be an naming error: Paket: gambas3-gb-form-media Neu: ja Zustand: Installiert Automatisch installiert: nein Version: 3.7.1-24.34~ubuntu14.04.1 Has now a new name ... Paket: gambas3-gb-media-form Neu: ja Zustand: Installiert Automatisch installiert: nein Version: 3.8.0-27.3

Re: [Gambas-user] Gambas 3.8 is out ~~~>Holidays!

2015-08-02 Thread Christof Thalhofer
Hello, Am 01.08.2015 um 17:30 schrieb Benoît Minisini: > I'm leaving Paris for two weeks now (actually tomorrow morning) Happy holidays! Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital signature -

Re: [Gambas-user] Gambas 3.8 on Launchpad naming error?

2015-08-02 Thread Sebastian Kulesz
On Sun, Aug 2, 2015 at 1:38 PM, Christof Thalhofer wrote: > Hello, > > there seems to be an naming error: > > Paket: gambas3-gb-form-media > Neu: ja > Zustand: Installiert > Automatisch installiert: nein > Version: 3.7.1-24.34~ubuntu14.04.1 > > Has now a new name ... > > Paket: gambas3-gb-media-f

[Gambas-user] Problem with MySQL syntax with DataSource and DataView

2015-08-02 Thread Martin McGlensey
Hello, I have the code below in my MySQL/Mariadb project. DataSource1.Connection = modMain.$Con DataSource1.Table = "tblparcel_numbers" DataSource1.Filter = db.Subst("tblparcel_numbers.Key = &1", frmEntry.DataControl10.Value) DataSource1.Sort = "Parcel_No" DataV

Re: [Gambas-user] Problem with MySQL syntax with DataSource and DataView

2015-08-02 Thread Adrien Prokopowicz
Le Sun, 02 Aug 2015 22:07:35 +0200, Martin McGlensey a écrit: > Hello, > > > I have the code below in my MySQL/Mariadb project. > > > DataSource1.Connection = modMain.$Con > > DataSource1.Table = "tblparcel_numbers" > > DataSource1.Filter = db.Subst("tblparcel_numbers.Key = &1",