Re: [Gambas-user] Unknown field -- Case sensitive fields?

2011-10-19 Thread fvegaf
Why did it change from gambas 1 to Gambas 2? The same code was working fine in Gambas 1. fvegaf wrote: > > I'm getting the error "unknown field: codigo" > > This os the code: > '- > cQuery = "Select Empleado, Codigo from Empleado where empleado=101010" > resEmp = con1.Exec(cQ

Re: [Gambas-user] Issue 129 in gambas: For-loop does not work on large ranges

2011-10-19 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #2 on issue 129 by benoit.m...@gmail.com: For-loop does not work on large ranges http://code.google.com/p/gambas/issues/detail?id=129 (No comment was entered for this change.)

Re: [Gambas-user] graph-plot-axis

2011-10-19 Thread wally
Merci beaucoup Fabian :) On Wednesday, October 19, 2011 21:52:36 Fabien Bodard wrote: > this is a demo on how to draw it > > 2011/10/19 wally : > > Hello, > > > > i need only the linear axis (x,y cartesian scale). > > I tried to draw it in drawing area but the numbers are not really > > sha

Re: [Gambas-user] Issue 130 in gambas: Undo / Redo in the form editor

2011-10-19 Thread gambas
Comment #1 on issue 130 by gambas...@gmail.com: Undo / Redo in the form editor http://code.google.com/p/gambas/issues/detail?id=130 yes ... good idea ! -- The demand for IT networking professionals continues to grow,

[Gambas-user] Issue 130 in gambas: Undo / Redo in the form editor

2011-10-19 Thread gambas
Status: Accepted Owner: benoit.m...@gmail.com Labels: Version-TRUNK Type-Enhancement Priority-Low OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 130 by benoit.m...@gmail.com: Undo / Redo in the form editor http://code.google.com/p/gambas/issues/detail?id=130 Implement Undo & Redo fea

Re: [Gambas-user] Issue 126 in gambas: Is deleting graphical controls irreversible?

2011-10-19 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #1 on issue 126 by benoit.m...@gmail.com: Is deleting graphical controls irreversible? http://code.google.com/p/gambas/issues/detail?id=126 Undo is not implemented in the form editor. You can just reload a form tha

Re: [Gambas-user] Issue 127 in gambas: Gambas 3.0 RC5 compile issues

2011-10-19 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #2 on issue 127 by benoit.m...@gmail.com: Gambas 3.0 RC5 compile issues http://code.google.com/p/gambas/issues/detail?id=127 Fixed in revision #4192 --

Re: [Gambas-user] graph-plot-axis

2011-10-19 Thread Fabien Bodard
this is a demo on how to draw it 2011/10/19 wally : > > Hello, > > i need only the linear axis  (x,y cartesian scale). > I tried to draw it in drawing area but the numbers are not really > sharp readable. For sure i did something wrong. > I need tickmarks and some values on e.g.  every 10th tickma

Re: [Gambas-user] file size limit on sql file in gambas????

2011-10-19 Thread Benoît Minisini
Le 18/10/2011 20:16, Ivan Williams a écrit : > Greetings once more > > I have been doing some experimenting with the unable to locate database error > in gambas. I am able to open smaller files but when I attempt to open the > most current current version of the file (2.4 GB) in size the program

Re: [Gambas-user] graph-plot-axis

2011-10-19 Thread wally
Hello, i need only the linear axis (x,y cartesian scale). I tried to draw it in drawing area but the numbers are not really sharp readable. For sure i did something wrong. I need tickmarks and some values on e.g. every 10th tickmark. Best would be to have a QWT Widget avaiable in Gambas. wally

Re: [Gambas-user] graph-plot-axis

2011-10-19 Thread Fabien Bodard
do you want a chart componant ? or just a ruber ? or the circle ? All is possible 2011/10/19 wally : > How can i make a x, y axis similar to the attached examples > using gambas3 ? Maybe an example is available. > > > ---

Re: [Gambas-user] file size limit on sql file in gambas????

2011-10-19 Thread Fabien Bodard
what can be stored in 2GB ..; that's a big database !! :-)... i think you must use dbms server such as mysql, or postgresql 2011/10/19 Caveat : > ISTR at one time Benoit saying that the drivers for some of the dbs > weren't that smart and may read the whole table into memory. > > How much RAM do y

Re: [Gambas-user] Unknown field -- Case sensitive fields?

2011-10-19 Thread Fabien Bodard
2011/10/19 fvegaf : > > This is the Mysql results shown in a terminal: > > > mysql> select Empleado, Codigo from Employees where empleado=9316; > +--++ > | Empleado | Codigo | > +--++ > |     9316 |   2917 | > +--++ > > > And this is the Structure of

Re: [Gambas-user] Unknown field -- Case sensitive fields?

2011-10-19 Thread fvegaf
This is the Mysql results shown in a terminal: mysql> select Empleado, Codigo from Employees where empleado=9316; +--++ | Empleado | Codigo | +--++ | 9316 | 2917 | +--++ And this is the Structure of the table mysql> show columns from Employ

Re: [Gambas-user] Issue 129 in gambas: For-loop does not work on large ranges

2011-10-19 Thread gambas
Comment #1 on issue 129 by emil.len...@gmail.com: For-loop does not work on large ranges http://code.google.com/p/gambas/issues/detail?id=129 A working alternative to the current MUST_CONTINUE-macros would be the following pseudo code: if (val == end) continue loop; else { int sign1 = v