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
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.)
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
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,
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
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
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
--
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
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
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
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.
>
>
> ---
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
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
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
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
15 matches
Mail list logo