Re: [Gambas-user] Fwd: confirm 0bca3e2cd2fe186cd8c172cee9ce1858aec6ce7a

2017-01-03 Thread David Villalobos Cambronero
I got it too, don't worry about the pass, we are not going to use it :D Gracias --- David On Tue, Jan 3, 2017 at 12:28 PM, Jussi Lahtinen wrote: > Any clue why I got this? > > > Jussi > > > -- Forwarded message -- > From:

Re: [Gambas-user] We live a dangerous life sometimes...

2011-05-26 Thread David Villalobos Cambronero
Good luck. Hope it goes well. --- David On Thu, May 26, 2011 at 12:39, Fabien Bodard gambas...@gmail.com wrote: good luck 2011/5/26 nando nand...@nothingsimple.com: Best wishes on your voyage! -- Original Message --- From: Benoît Minisini

Re: [Gambas-user] KDE 4.5 / Mandriva 2010.1 / Gambas

2010-08-12 Thread David Villalobos Cambronero
Thanks!! Gracias --- David 2010/8/12 Benoît Minisini gam...@users.sourceforge.net Just a warning for Mandriva users... If you install KDE 4.5 packages on Mandriva 2010.1, then you won't be able to compile the Qt4 component, because a file in the qt4-devel package has a bug. The bad

Re: [Gambas-user] DatePicker and MessageLabel were disabled in revision #3084

2010-07-31 Thread David Villalobos Cambronero
Hi all, I wrote MessageLabel, if some people use it, I'll fix it, otherwise just delete it. Regards --- David 2010/7/31 Benoît Minisini gam...@users.sourceforge.net: Hi, As the subject said, I have disabled DatePicker and MessageLabel in the gb.form component, to see if someone use them.

[Gambas-user] Detect a Window closed in Workspace

2010-04-26 Thread David Villalobos Cambronero
Hi, I got a problem, here is the scenario: I got a WorkSpace, to this work space I add some objects, these objects inherits from Window, and basicaly has an Editor inside of them, I load a text from a file to the Editor, what I need is that when the WorkSpace tab is closed I need to check if

Re: [Gambas-user] Detect a Window closed in Workspace

2010-04-26 Thread David Villalobos Cambronero
You will have to help out a bit more :) Here is the header of the class Added to the Workspace: ' Gambas class file Inherits Window Private $hPHPEditor As Editor Public Sub _new() Me.Arrangement = Arrange.Fill Me.Expand = True $hPHPEditor = New Editor(Me) As PHPEditor

Re: [Gambas-user] Detect a Window closed in Workspace

2010-04-26 Thread David Villalobos Cambronero
2010/4/26 Benoît Minisini gam...@users.sourceforge.net You will have to help out a bit more :) Here is the header of the class Added to the Workspace: ' Gambas class file Inherits Window Private $hPHPEditor As Editor Public Sub _new() Me.Arrangement = Arrange.Fill

[Gambas-user] Find a ( with a Regexp

2010-04-23 Thread David Villalobos Cambronero
Hi, I need to find a ( with an a Regexp. Does anybody knows how to? I've tried but I could not :( -- Regards --- David -- ___ Gambas-user mailing list

Re: [Gambas-user] Find a ( with a Regexp

2010-04-23 Thread David Villalobos Cambronero
No, it has to be inside a Regexp $hRexEpr = New Regexp($sLineSymbol, ^function \() But it does no work :( -- Gracias --- David -- ___ Gambas-user mailing list

Re: [Gambas-user] Licensing problems in Gambas

2009-11-19 Thread David Villalobos Cambronero
Maybe not too usefull but 1- Can we use GPL 3 for wiki? 2- I think the first stet will be write a mail to www.ibpp.org and ask them for permition. :) And we can make a list of all gb.db.firebird users to see if they how many their are, and maybe write a Letter in name of all of them to let

[Gambas-user] Good news!!

2009-10-30 Thread David Villalobos Cambronero
Hi, Benoît All: Days ago one friend call me to ask to by a judge in a scientific exposition, my surprise came when he told me that one of the projects was created with gambas by a couple of students. They made a system to turn lights on off in a house. The use the LPT1 port to interact

[Gambas-user] Set text to a spinbox

2009-10-26 Thread David Villalobos Cambronero
Hi all, How do I write text to a spinbox like the pic shown in the help. See the link: http://gambasdoc.org/help/comp/gb.qt/spinbox Regards -- David -- Come build with us! The BlackBerry(R) Developer

Re: [Gambas-user] Passive wait ???

2009-09-22 Thread David Villalobos Cambronero
What about using MessageLabel? Regards -- David - Original Message From: M0E Lnx m0e@gmail.com To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Tuesday, September 22, 2009 2:55:24 PM Subject: [Gambas-user] Passive wait ??? I'm trying to implement soft

[Gambas-user] Obtain my IP with Gambas

2009-09-09 Thread David Villalobos Cambronero
Hi, is there an easy way to obtain my IP address? Regards -- David -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and

Re: [Gambas-user] Obtain my IP with Gambas

2009-09-09 Thread David Villalobos Cambronero
-- Original Message --- From: David Villalobos Cambronero david_villalobo...@yahoo.com To: Gambas Inglés gambas-user@lists.sourceforge.net Sent: Wed, 9 Sep 2009 07:52:43 -0700 (PDT) Subject: [Gambas-user] Obtain my IP with Gambas Hi, is there an easy way to obtain my IP address

Re: [Gambas-user] Obtain my IP with Gambas

2009-09-09 Thread David Villalobos Cambronero
with Gambas David Villalobos Cambronero a écrit : Hi, is there an easy way to obtain my IP address? by shell, I use: ifconfig | grep inet | cut -d: -f2 | cut -d' ' -f1 | grep -v 127 if you have multiple interfaces, you must add (for each unwanted): | grep -v nnn.nnn.nnn.nnn at the end HTH JY -- I

Re: [Gambas-user] Need help / call for volunteers

2009-08-24 Thread David Villalobos Cambronero
Thanks Joshua, I'll add your code ASAP, just let me finish some small changes. Can we try this, specially on vector Linux? Please. I now adding ./reconf-all, etc are pending, just be paitient. Regards -- David - Original Message From: Joshua Higgins joshigg...@googlemail.com To:

Re: [Gambas-user] Need help / call for volunteers

2009-08-24 Thread David Villalobos Cambronero
The same for any other distro? Regards -- David - Original Message From: M0E Lnx m0e@gmail.com To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Monday, August 24, 2009 11:50:53 AM Subject: Re: [Gambas-user] Need help / call for volunteers Still not

Re: [Gambas-user] Need help / call for volunteers

2009-08-24 Thread David Villalobos Cambronero
Well, I think you're closer than me. So you can finish the job. Regards -- David - Original Message From: Joshua Higgins joshigg...@googlemail.com To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Monday, August 24, 2009 1:48:17 PM Subject: Re: [Gambas-user]

Re: [Gambas-user] Need help / call for volunteers

2009-08-18 Thread David Villalobos Cambronero
Hi, how can I take The distribution The distribution version? It the same for all Linux? Regards -- David - Original Message From: Benoît Minisini gam...@users.sourceforge.net To: gambas-user@lists.sourceforge.net Sent: Tuesday, August 18, 2009 3:08:28 PM Subject: [Gambas-user]

Re: [Gambas-user] Need help / call for volunteers

2009-08-18 Thread David Villalobos Cambronero
Well, right now I'm learning Java (under windows :( ), so I'm very busy, if no body take cake of it I'll take a look on it next week. Regards -- David - Original Message From: Benoît Minisini gam...@users.sourceforge.net To: mailing list for gambas users

Re: [Gambas-user] Question about gb.db

2009-08-14 Thread David Villalobos Cambronero
Have you ever try $Conn.Exec() Regards -- David - Original Message From: Charlie Reinl karl.re...@fen-net.de To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Friday, August 14, 2009 11:10:52 AM Subject: [Gambas-user] Question about gb.db Salut, till now I

[Gambas-user] Executing commands as root

2009-08-05 Thread David Villalobos Cambronero
Hi all, Time ago, someone asked about executing commands as root and pass the root password to SHELL, does anybody remember the solution? Regards -- David -- Let Crystal Reports handle the reporting -

Re: [Gambas-user] Executing commands as root

2009-08-05 Thread David Villalobos Cambronero
agosto 2009 15:45:24 David Villalobos Cambronero ha scritto: Hi all, Time ago, someone asked about executing commands as root and pass the root password to SHELL, does anybody remember the solution? Regards -- David He was me. My error was I opened the shell process

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-03 Thread David Villalobos Cambronero
. Il sabato 1 agosto 2009 19:36:51 David Villalobos Cambronero ha scritto: Hi all, How can I automaticly auto resize the column width of my gridview or tableview. I mean, when I show the view, I want all the columns adjusted to the cell content. Regards -- David You can't automatically

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-03 Thread David Villalobos Cambronero
views. Il sabato 1 agosto 2009 19:36:51 David Villalobos Cambronero ha scritto: Hi all, How can I automaticly auto resize the column width of my gridview or tableview. I mean, when I show the view, I want all the columns adjusted to the cell content. Regards -- David You

[Gambas-user] Column auto reseize in tables views.

2009-08-01 Thread David Villalobos Cambronero
Hi all, How can I automaticly auto resize the column width of my gridview or tableview. I mean, when I show the view, I want all the columns adjusted to the cell content. Regards -- David -- Let Crystal

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread David Villalobos Cambronero
Application.Theme = qt Regards -- David - Original Message From: Pino Zollo pinozo...@gmail.com To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Friday, July 24, 2009 12:47:47 PM Subject: [Gambas-user] gb.qt.kde.html Hi, I have just added the components

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread David Villalobos Cambronero
Really don't know Regards -- David - Original Message From: Pino Zollo pinozo...@gmail.com To: David Villalobos Cambronero david_villalobo...@yahoo.com Sent: Friday, July 24, 2009 1:52:12 PM Subject: Re: [Gambas-user] gb.qt.kde.html Il venerdì 24 luglio 2009 15:40:32 hai scritto

Re: [Gambas-user] A screenshot of Qt 4 WebKit inside Gambas 3

2009-07-23 Thread David Villalobos Cambronero
It looks simply GREAT I can't wait to try it, Come on Benoit, make the commit ASAP :-) Regards -- David - Original Message From: Benoît Minisini gam...@users.sourceforge.net To: richard terry rte...@pacific.net.au; mailing list for gambas users

Re: [Gambas-user] Blob management

2009-06-26 Thread David Villalobos Cambronero
David Villalobos Cambronero wrote: Forgot to add more details. And yes, the example works fine but I don't get it to work in my app. Here is the senario: I got a table with a picture (just a record) and I want to save it to the disk, (PictureDatabase does it by the PictureBox not directly

Re: [Gambas-user] Blob management

2009-06-26 Thread David Villalobos Cambronero
I do this: DIM hResultado AS Result DIM sImagen AS String IF NOT Exist(/tmp/mas) THEN MKDIR /tmp/mas hResultado = $hConn.Exec(SELECT * FROM `Imagenes`) sImagen = hResultado[Imagen].Data --- Fails here Not an object File.Save(/tmp/mas/1.jpg, sImagen) and DIM

Re: [Gambas-user] Blob management

2009-06-26 Thread David Villalobos Cambronero
Hi, first of all thanks to Benoit, Ron and Wener for help me. Just to be clear if someone reads this in the future, these statementst are correct: DIM hResultado AS Result IF NOT Exist(/tmp/mas) THEN MKDIR /tmp/mas hResultado = $hConn.Exec(SELECT * FROM `Imagenes`)

Re: [Gambas-user] Blob management

2009-06-26 Thread David Villalobos Cambronero
Form MySQL 5.1 Manual, page 603: - Data Type - - Storage Required - BLOB, TEXT L+2 bytes, where L 2^16 MEDIUMBLOB, MEDIUMTEXT L+3 bytes, where L 2^24 LONGBLOB, LONGTEXT L+4 bytes, where L 2^32 I just need 2^24

[Gambas-user] Blob management

2009-06-25 Thread David Villalobos Cambronero
Hi, is there a problem with this instuction? hResultado = $hConn.Exec(SELECT Pic FROM Pics) File.Save(/tmp/1.jpg, hResultado[Pic].Data) I can't get them work! Regards -- David --

Re: [Gambas-user] Blob management

2009-06-25 Thread David Villalobos Cambronero
Forgot to add more details. And yes, the example works fine but I don't get it to work in my app. Here is the senario: I got a table with a picture (just a record) and I want to save it to the disk, (PictureDatabase does it by the PictureBox not directly). Driver: mysql, Mandriva 2009.1 32

Re: [Gambas-user] Welcome to QT4!

2009-06-22 Thread David Villalobos Cambronero
Found the first bug, the Underscore ( _ ) is not show in the editor. Mandriva 2009.1 32 bits KDE. Regards -- David - Original Message From: Benoît Minisini gam...@users.sourceforge.net To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Monday, June 22, 2009

Re: [Gambas-user] MySQL database interaction tutorial

2009-05-29 Thread David Villalobos Cambronero
try this:http://gambasdoc.org/help/howto/database or ask me all you need Regards -- David - Original Message From: Keith Clark keithcl...@k-wbookworm.com To: gambas-user@lists.sourceforge.net Sent: Thursday, May 28, 2009 1:30:27 PM Subject: [Gambas-user] MySQL database

Re: [Gambas-user] New feature in /trunk

2009-05-27 Thread David Villalobos Cambronero
Got this error compiling new rev at Mandriva 2009.1 32Bits debug.c: In function 'command_eval': debug.c:726: error: too few arguments to function 'EVAL.Compile' make[5]: *** [debug.lo] Error 1 make[5]: se sale del directorio `/home/david/Gambas3/main/lib/debug' Saludos -- David -

Re: [Gambas-user] Web site translations

2009-05-21 Thread David Villalobos Cambronero
David, Do you need some help with the Spanish translation? Let me know. On Wed, May 20, 2009 at 8:55 AM, David Villalobos Cambronero david_villalobo...@yahoo.com wrote: I just started with the Spanish translation. Regards -- David - Original Message From: Benoît Minisini gam

Re: [Gambas-user] Web site translations

2009-05-20 Thread David Villalobos Cambronero
I just started with the Spanish translation. Regards -- David - Original Message From: Benoît Minisini gam...@users.sourceforge.net To: gambas-user@lists.sourceforge.net Sent: Wednesday, May 20, 2009 8:42:13 AM Subject: [Gambas-user] Web site translations Hi everyone, The Gambas

Re: [Gambas-user] Web site translations

2009-05-20 Thread David Villalobos Cambronero
ok, I'll will Regards -- David - Original Message From: Benoît Minisini gam...@users.sourceforge.net To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Wednesday, May 20, 2009 9:03:30 AM Subject: Re: [Gambas-user] Web site translations I just started with

Re: [Gambas-user] Web site translations

2009-05-20 Thread David Villalobos Cambronero
Hi, My language has special characters like, á, Á, etc. Since those file will be web pages, do I have to place the HTML tags for those special chars? I mean, in the translation do I have to replace á for aacute;? Regards -- David - Original Message From: David Villalobos

Re: [Gambas-user] kdesu vs gksu

2009-05-18 Thread David Villalobos Cambronero
Hi, If Application.Env[KDE_FULL_SESSION] Then Shell kdesu Command Else If Application.Env[GNOME_DESKTOP_SESSION_ID] Then Shell gksu Command Endif Saludos -- David - Original Message From: Jesus Guardon jguar...@telefonica.net To: mailing list for gambas users

[Gambas-user] Help using gb.pcre

2009-03-10 Thread David Villalobos Cambronero
Hi, I need to match some regular expresions, I think I can use Gambas to do it, in the documentation says somethig like this: (?i)\b[a-z0-9._%\...@[a-z0-9._%\-]+\.[a-z]{2,4}\b But how can I use it, any idea? Any help need thanks. Regards -- David

Re: [Gambas-user] Help using gb.pcre

2009-03-10 Thread David Villalobos Cambronero
March 2009 15:44, David Villalobos Cambronero w Hi, I need to match some regular expresions, I think I can use Gambas to do it, in the documentation says somethig like this: (?i)\b[a-z0-9._%\...@[a-z0-9._%\-]+\.[a-z]{2,4}\b But how can I use it, any idea? That regular expression is meant to extract

Re: [Gambas-user] Help using gb.pcre

2009-03-10 Thread David Villalobos Cambronero
ELSE bMail = FALSE ENDIF ENDIF RETURN bMail END I your text matches, it will return true. Sorry for ugly indentation due to plain text formatting email. Jesus David Villalobos Cambronero escribió: Hi, I need to match some regular expresions, I think I can use

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-19 Thread David Villalobos Cambronero
Here is mine: [r...@david david]# pkg-config --cflags qt-mt -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/lib/qt3//include [r...@david david]# pkg-config --libs-only-l qt-mt -lqt-mt -lmng -ljpeg -lpng -lz -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread David Villalobos Cambronero
Hi, it happened to me some day ago, there is what I did to fix it. # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3.8 # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3 # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3 # ln -s

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread David Villalobos Cambronero
Hi, here is mine. It is located in /usr/lib/qt3/lib64/ Regards -- David - Original Message From: Benoît Minisini gam...@users.sourceforge.net To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Wednesday, February 18, 2009 1:00:22 PM Subject: Re: [Gambas-user]

[Gambas-user] Error compiling 3-1802

2009-01-16 Thread David Villalobos Cambronero
Hi I got these error when compile Gambas 3 rv 1802 on Mandriva 2008.1 64 Bits, I'm missing some lib? /usr/bin/ld: cannot find -lqt-mt collect2: ld returned 1 exit status make[5]: *** [gb.qt.kde.html.la] Error 1 make[5]: se sale del directorio `/home/david/Gambas/trunk/gb.qt.kde/src/html'

Re: [Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now

2009-01-15 Thread David Villalobos Cambronero
...@users.sourceforge.net To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Wednesday, January 14, 2009 5:39:12 PM Subject: Re: [Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now On lundi 12 janvier 2009, David Villalobos Cambronero wrote: Not sure

Re: [Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now

2009-01-15 Thread David Villalobos Cambronero
Villalobos Cambronero wrote: Sure, here it is: mysql: 0x7b3680: CALL `sp_Procedimientos` mysql: 0x7b3680: CALL `sp_Tablas` And it fails on the second CALL, showing the messasage I sent you. Atacched the code form my form. Reagards -- David Does the 'CALL' MySQL instruction need

Re: [Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now

2009-01-15 Thread David Villalobos Cambronero
: Thursday, January 15, 2009 8:02:09 AM Subject: Re: [Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now On jeudi 15 janvier 2009, David Villalobos Cambronero wrote: Sure, here it is: mysql: 0x7b3680: CALL `sp_Procedimientos` mysql: 0x7b3680: CALL `sp_Tablas

Re: [Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now

2009-01-07 Thread David Villalobos Cambronero
Hi Benoit, did you have time to take a look at this? Regards -- David - Original Message From: David Villalobos Cambronero david_villalobo...@yahoo.com To: Gambas Inglés gambas-user@lists.sourceforge.net Sent: Friday, January 2, 2009 10:09:23 AM Subject: Error on gb.db.mysql

[Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now

2009-01-02 Thread David Villalobos Cambronero
Hi Benoit All, I think I found an error en the gb.db.mysql component. It is related with this error message: Commands out of sync; you can't run this command now. See the attached example See the following link: http://dev.mysql.com/doc/refman/5.0/en/commands-out-of-sync.html Mandriva

Re: [Gambas-user] Action managment

2008-12-06 Thread David Villalobos Cambronero
for gambas users gambas-user@lists.sourceforge.net Sent: Friday, December 5, 2008 6:38:28 AM Subject: Re: [Gambas-user] Action managment On mercredi 3 décembre 2008, David Villalobos Cambronero wrote: Hi all, I have a problem using Actions. That is what I got: I have a form let's call it FMain

[Gambas-user] Action managment

2008-12-03 Thread David Villalobos Cambronero
Hi all, I have a problem using Actions. That is what I got: I have a form let's call it FMain, in this form I have a work space that I use to emmbed some others form, Let's suppose I emmbed a form in this work space, let's call it Form2, in this form, I insert a class, this class has some

Re: [Gambas-user] Gambas3 looks strange in Mandriva 2009.0

2008-11-26 Thread David Villalobos Cambronero
for gambas users gambas-user@lists.sourceforge.net Sent: Tuesday, November 25, 2008 7:57:27 PM Subject: Re: [Gambas-user] Gambas3 looks strange in Mandriva 2009.0 On mercredi 26 novembre 2008, David Villalobos Cambronero wrote: Hi all, I have installed Gambas 3 in my Mandriva 2009, but it looks very

Re: [Gambas-user] Autocomplete

2008-10-09 Thread David Villalobos Cambronero
octobre 2008, David Villalobos Cambronero wrote: Ok, I'll try. I got an Editor to hinglight MySQL Keywords, but I want that when the user types INS shows a box with some words like INSERT, just as Gambas does. In Gambas if you write PRI then appears a box with PRIVATE and some other Gambas

Re: [Gambas-user] gb.db

2008-10-08 Thread David Villalobos Cambronero
Hi, maybe use gb.db.mysql. Regards -- David - Original Message From: Kari Laine [EMAIL PROTECTED] To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Wednesday, October 8, 2008 10:30:08 AM Subject: [Gambas-user] gb.db Hi, I am writing a test program and I am

[Gambas-user] Autocomplete

2008-10-08 Thread David Villalobos Cambronero
Hi, Benoit, how did you implement the autocomplete feature? Any idea? Regards. -- David - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications

Re: [Gambas-user] Autocomplete

2008-10-08 Thread David Villalobos Cambronero
Villalobos Cambronero wrote: Hi, Benoit, how did you implement the autocomplete feature? Any idea? Regards. -- David Maybe you could ask a less general question? Otherwise I can answer elbow grease :-) -- Benoit Minisini

Re: [Gambas-user] Bleh

2008-10-03 Thread David Villalobos Cambronero
Maybe we should find another host? Regards -- David - Original Message From: Benoit Minisini [EMAIL PROTECTED] To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Friday, October 3, 2008 10:20:59 AM Subject: Re: [Gambas-user] Bleh On vendredi 03 octobre 2008,

[Gambas-user] Catching ,messages in gb.db

2008-09-20 Thread David Villalobos Cambronero
Hi all, If I made DB.Debug = True, then all statements executed by the component will be sent the standard error output, but I need to save those messages into a file, I tried to redirect the error output but I couldn't, any help? Best regards -- David

Re: [Gambas-user] Catching ,messages in gb.db

2008-09-20 Thread David Villalobos Cambronero
- Original Message From: Benoit Minisini [EMAIL PROTECTED] To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Saturday, September 20, 2008 8:53:14 AM Subject: Re: [Gambas-user] Catching ,messages in gb.db On samedi 20 septembre 2008, David Villalobos Cambronero wrote: Hi

Re: [Gambas-user] Catching ,messages in gb.db

2008-09-20 Thread David Villalobos Cambronero
] Catching ,messages in gb.db Le samedi 20 septembre 2008 20:06:14 David Villalobos Cambronero, vous avez écrit : No, let see, if I set DB.Debug = True, then all messages from gb.db will be sent automatically to the the standard error output, I want to tell Gambas that the standard error output

Re: [Gambas-user] Dinamic Arrays in Gambas

2008-07-17 Thread David Villalobos Cambronero
:34:10 David Villalobos Cambronero ha scritto: Hi all, How can I get a dinamic array with more than one dimension. I my program I need to create at execution time a dinamic array, in example: 1 - I will ask the user how many rows. 2 - I will ask the user how many columns. 3 - With this info