Re: [Gambas-user] EXEC vs. SHELL

2009-06-17 Thread Jason Hackney
What Doriano typed only needs some minor touching up. I'd be happy to assist with any English cleanup for that or anything further...however, being rather pressed for time at the moment, I may not be able to get to it until late tomorrow evening. > > As to your English, we might ask some native sp

Re: [Gambas-user] Regexp pattern in string question

2009-06-17 Thread Benoît Minisini
> Hi, has anyone dealed with regexp patterns, how to define this regexp > pattern in a string? > > ^(/\S+) - - /\[(/\d+)/\w+/\d{4}:(/\d+):/\d+:/\d+ [/\d+-]+/\]!]" > > So for example : > > DIM sPattern as String = "^(/\S+) - - > /\[(/\d+)/\w+/\d{4}:(/\d+):/\d+:/\d+ [/\d+-]+/\]!]" > > RegExpFind (sPa

[Gambas-user] Regexp pattern in string question

2009-06-17 Thread Ron
Hi, has anyone dealed with regexp patterns, how to define this regexp pattern in a string? ^(/\S+) - - /\[(/\d+)/\w+/\d{4}:(/\d+):/\d+:/\d+ [/\d+-]+/\]!]" So for example : DIM sPattern as String = "^(/\S+) - - /\[(/\d+)/\w+/\d{4}:(/\d+):/\d+:/\d+ [/\d+-]+/\]!]" RegExpFind (sPattern, "text t

Re: [Gambas-user] Translated strings from settings file

2009-06-17 Thread Benoît Minisini
> Hi guys, > > I'm using the gb.settings component to read a settings file and > manipulate it's values in my application. > My question is > My application is also translated into other languages... How would > can I make sure the strings coming from the settings file get > translated also? >

Re: [Gambas-user] Can the console be cleared from within program code

2009-06-17 Thread Benoît Minisini
> ?? sometimes when I'm debugging and use the console, there is already lines > in there, is is possible to programmatically clear this? > > richard > PRINT Chr$(12); -- Benoît -- Crystal Reports - New Free Runtime and

[Gambas-user] Can the console be cleared from within program code

2009-06-17 Thread richard terry
?? sometimes when I'm debugging and use the console, there is already lines in there, is is possible to programmatically clear this? richard -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simpli

Re: [Gambas-user] gbr2 crash at different points

2009-06-17 Thread Benoît Minisini
> Hello, > > we used to send you an core dump created with gcore, but the admin of the > mailinglist blocked it, because it is bigger than 256k. > > Regards > > A.Fröhlke > This is automatic - Every 500+ subscribers will receive your mail, so it can't be big! Send the mail to my private e-mail (g

Re: [Gambas-user] EXEC vs. SHELL

2009-06-17 Thread Benoît Minisini
> Doriano Blengino schrieb: > > Rolf-Werner Eilert ha scritto: > >> Doriano Blengino schrieb: > >>> Rolf-Werner Eilert ha scritto: > Could someone explain me why there are two different ways of executing > shell commands and how they differ in practice? I mean, when do I want > EXEC

Re: [Gambas-user] EXEC vs. SHELL

2009-06-17 Thread Rolf-Werner Eilert
Doriano Blengino schrieb: > Rolf-Werner Eilert ha scritto: >> Doriano Blengino schrieb: >> >>> Rolf-Werner Eilert ha scritto: >>> Could someone explain me why there are two different ways of executing shell commands and how they differ in practice? I mean, when do I want EX

Re: [Gambas-user] EXEC vs. SHELL

2009-06-17 Thread Doriano Blengino
Rolf-Werner Eilert ha scritto: > Doriano Blengino schrieb: > >> Rolf-Werner Eilert ha scritto: >> >>> Could someone explain me why there are two different ways of executing >>> shell commands and how they differ in practice? I mean, when do I want >>> EXEC and when will I want SHELL? What

[Gambas-user] Q) re:listeners/notification

2009-06-17 Thread richard terry
Not sure what this would be called in gambas but I need to know how to do something like this. My main clinical form as on its toolbar a columnview containing a list of reminders or recalls due for the patients, so that it is visually available to the user at all times. The actual recalls can