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
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
-
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
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
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",