Re: [Gambas-user] LIKE operator bug?

2008-09-08 Thread Benoit Minisini
On lundi 08 septembre 2008, Stefano Palmeri wrote: > I've this code and I want to filter all not-digits from an > alphanumeric string. > > > PUBLIC SUB Main() > > DIM sAllChars, sSingleChar, sFiltered AS String > > sAllChars = "1,2,A,B,C,D,é,é,a,x,ç,5,7,G,°,§,$,&,£,1,2,3,4" > > FOR EACH sSing

Re: [Gambas-user] LIKE operator bug?

2008-09-08 Thread Leonardo Miliani
Stefano Palmeri ha scritto: > Il lunedì 8 settembre 2008 22:50:26 Stefano Palmeri ha scritto: >> I've this code and I want to filter all not-digits from an >> alphanumeric string. >> >> >> PUBLIC SUB Main() >> >> DIM sAllChars, sSingleChar, sFiltered AS String >> >> sAllChars = "1,2,A,B,C,D,é,é

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-08 Thread Leonardo Miliani
Ron_1st ha scritto: > On Sunday 07 September 2008, Leonardo Miliani wrote: >> Benoit Minisini ha scritto: >>> On vendredi 05 septembre 2008, Leonardo Miliani wrote: Ops I forgot the version: 2.8.1, but got the same error with previous versions 2.8 and, if I remember correctly, 2.7. >>

Re: [Gambas-user] LIKE operator bug?

2008-09-08 Thread Stefano Palmeri
Il lunedì 8 settembre 2008 22:50:26 Stefano Palmeri ha scritto: > I've this code and I want to filter all not-digits from an > alphanumeric string. > > > PUBLIC SUB Main() > > DIM sAllChars, sSingleChar, sFiltered AS String > > sAllChars = "1,2,A,B,C,D,é,é,a,x,ç,5,7,G,°,§,$,&,£,1,2,3,4" > > F

[Gambas-user] LIKE operator bug?

2008-09-08 Thread Stefano Palmeri
I've this code and I want to filter all not-digits from an alphanumeric string. PUBLIC SUB Main() DIM sAllChars, sSingleChar, sFiltered AS String sAllChars = "1,2,A,B,C,D,é,é,a,x,ç,5,7,G,°,§,$,&,£,1,2,3,4" FOR EACH sSingleChar IN Split(sAllChars) IF sSingleChar LIKE "[

Re: [Gambas-user] reports in gambas

2008-09-08 Thread Jacky
Le Monday 08 September 2008 21:28:52 Kari Laine, vous avez écrit : > On Mon, Sep 8, 2008 at 5:05 PM, jjmoncar <[EMAIL PROTECTED]> wrote: > > Good morning. > > > > can anyone put an example of how to generate reports with the component > > gb.report? > > > > Hi, Hi, Here is a simple example which

Re: [Gambas-user] reports in gambas

2008-09-08 Thread Kari Laine
On Mon, Sep 8, 2008 at 5:05 PM, jjmoncar <[EMAIL PROTECTED]> wrote: > Good morning. > > can anyone put an example of how to generate reports with the component > gb.report? > > Hi, That module is written in Gambas. Open that as a Gambas Project. Ok this supposes you have installed Gambas source c

Re: [Gambas-user] Trayicon question

2008-09-08 Thread Benoit Minisini
On lundi 08 septembre 2008, Ron wrote: > Benoit Minisini schreef: > > On dimanche 07 septembre 2008, Ron wrote: > >> Hi, > >> > >> I want to add trayicon functionality to my program. > >> So I have dragged a Trayicon object to my main form to start with. > >> > >> When I start my program I get an '

Re: [Gambas-user] Signal #11 - solved

2008-09-08 Thread Benoit Minisini
On dimanche 07 septembre 2008, Hans-Martin wrote: > Am Sonntag, 7. September 2008 14:48:27 schrieb Hans-Martin: > > Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund: > > > Hello all, > > > > > > i have an application running well with 2.7.0 but getting a signal#11 > > > with 2.

Re: [Gambas-user] Trayicon question

2008-09-08 Thread Ron
Benoit Minisini schreef: > On dimanche 07 septembre 2008, Ron wrote: > >> Hi, >> >> I want to add trayicon functionality to my program. >> So I have dragged a Trayicon object to my main form to start with. >> >> When I start my program I get an 'Embedding has failed' error. >> Since the message

[Gambas-user] reports in gambas

2008-09-08 Thread jjmoncar
Good morning. can anyone put an example of how to generate reports with the component gb.report? thanks in advance. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

Re: [Gambas-user] generating pdf ?!

2008-09-08 Thread Benoit Minisini
On lundi 08 septembre 2008, Sevoir wrote: > Hi all, > > > Can I generating any pdf file from gambas2 ? > > Regards, Norbert > See the pdf command-line tools: ps2pdf and so on... Then you just have to generate ps from gambas, by using the gb.qt Printer object. Regards, -- Benoit Minisini -

Re: [Gambas-user] Trayicon question

2008-09-08 Thread Benoit Minisini
On dimanche 07 septembre 2008, Ron wrote: > Hi, > > I want to add trayicon functionality to my program. > So I have dragged a Trayicon object to my main form to start with. > > When I start my program I get an 'Embedding has failed' error. > Since the message is so sparse, I have no clue where to l

Re: [Gambas-user] Signal #11

2008-09-08 Thread Benoit Minisini
On dimanche 07 septembre 2008, Kari Laine wrote: > On Sun, Sep 7, 2008 at 3:48 PM, Hans-Martin <[EMAIL PROTECTED]> wrote: > > Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund: > > > Hello all, > > > > > > i have an application running well with 2.7.0 but getting a signal#11 > >

Re: [Gambas-user] Signal #11

2008-09-08 Thread Benoit Minisini
On dimanche 07 septembre 2008, Hans-Martin Bundeshund wrote: > Hello all, > > i have an application running well with 2.7.0 but getting a signal#11 with > 2.8.2 > > PUBLIC SUB ButtonPartner_Click() > DIM hForm AS FPartnerStart > > signal#11 --> hForm = NEW FPartnerStart(BenutzerID)<-- signal

Re: [Gambas-user] French mailing list is die ?

2008-09-08 Thread Benoit Minisini
On dimanche 07 septembre 2008, François wrote: > > lolo, if i'm asking that, it's because i already have report bugs but > Benoit doesn't answer me (it's strange, though :) ) . > > Not really a lots messages at the moment. I have *one* bug report from you on the french mailing-list, and I forgot^W

Re: [Gambas-user] Gambas 2.8 packages for Debian?

2008-09-08 Thread José Luis Redrejo
I've them for Debian sid & lenny. I'll upload it to Debian this week. For etch you'll have to wait a little more (for etch a gtk backport must be used). Regards. José L. 2008/9/8 Ron <[EMAIL PROTECTED]> > > Anyone has Gambas 2.8 packages for Debian etch (4.0r3)? > Or has a nice script or documen

[Gambas-user] Gambas 2.8 packages for Debian?

2008-09-08 Thread Ron
Anyone has Gambas 2.8 packages for Debian etch (4.0r3)? Or has a nice script or document to build them? Thanks. Regards, Ron_2nd - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the cool

[Gambas-user] generating pdf ?!

2008-09-08 Thread Sevoir
Hi all, Can I generating any pdf file from gambas2 ? Regards, Norbert - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great pr

[Gambas-user] Suggestion for IDE behaviour

2008-09-08 Thread richard terry
I keep a directory in my project where I keep a text file for changes I want to make to forms I note at run-time that like all forms, any file in here is not editable. I wondered if it would be possible to allow files not used during the running of the project to be editable at run-time - as I f