Re: [Gambas-user] [Feature Request] Offline Documentation

2012-04-18 Thread Mathias Maes
Why would you need a webserver to download files from a webserver? Just simply download them, and show them in the IDE like theyre showed now. Would be much easier. 2012/4/18 Ian Haywood ihayw...@iinet.net.au On Wed, Apr 18, 2012 at 6:33 PM, Demosthenes Koptsis demosthen...@gmail.com wrote:

Re: [Gambas-user] About Visual Studio Express

2012-03-28 Thread Mathias Maes
VB Studio Express is not bad, altough, it bugs (or at least, some time ago, it did) when working with controls that are bound to a databasecolumn. And I think the whole Net suite is too bloated. 2012/3/28 Demosthenes Koptsis demosthen...@gmail.com These days i started to test Visual Studio

[Gambas-user] (no subject)

2012-03-20 Thread Mathias Maes
Hello, Gambas is great, but there is one small thing why it isn't widly used. No cross-platform. Well, I know only a little bit of the inner workings of Gambas, but: I've been looking to a lot of event-driven Basic dialects, and the best one, that was most widely useable: RealBasic. Why? Just

Re: [Gambas-user] (no subject)

2012-03-20 Thread Mathias Maes
product to Windows users? Without porting your code? Because, if the interpreter is ported, your code would stay the same, the interpreter knows what to do with it on the Windows platform. Cheers 2012/3/20 Bruce Bruen bbr...@paddys-hill.net On Tue, 2012-03-20 at 10:03 +0100, Mathias Maes wrote

[Gambas-user] Prepared statements

2012-03-13 Thread Mathias Maes
Hello, Are there prepared statements in Gambas? It is so much safer to deal with a database with them! Thanks -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for

Re: [Gambas-user] Prepared statements

2012-03-13 Thread Mathias Maes
= 1, Caveat) If rSet Not Null Then If rSet.Count 0 Then rSet.MoveFirst Print rSet[CLEF], rSet[Langue] Endif Endif As expected, it prints: Caveat EN Regards, Caveat Regards, Caveat On Tue, 2012-03-13 at 09:01 +0100, Mathias Maes