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
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,é,é
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.
>>
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
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 "[
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
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
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 '
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.
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
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
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
-
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
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
> >
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
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
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
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
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
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
20 matches
Mail list logo