Re: [Gambas-user] What is wrong with my query syntax?

2017-12-29 Thread Doug Hutcheson
process. Kind regards, Doug On Sat, 2017-12-30 at 15:43 +1000, Doug Hutcheson wrote: > Hi everyone. This is carried over from the thread I should not have > started at , for which I apologise. > > Many thanks for the suggestions put forward. > > I think I need to clarify a litt

[Gambas-user] What is wrong with my query syntax?

2017-12-29 Thread Doug Hutcheson
Hi everyone. This is carried over from the thread I should not have started at , for which I apologise. Many thanks for the suggestions put forward. I think I need to clarify a little. I am trying to establish a connection to a PostgreSQL database. At http://gambaswiki.org/wiki/howto/database?h

Re: [Gambas-user] config -C is not finding some files installed on my system

2017-09-19 Thread Doug Hutcheson
On Tue, 2017-09-19 at 18:59 +1000, Doug Hutcheson wrote: > On Tue, 2017-09-19 at 09:35 +0200, Karl Reinl wrote: > > Am Dienstag, den 19.09.2017, 17:14 +1000 schrieb Doug Hutcheson: > > > Is there some other LLVM component I need to install? > > > > > > >

Re: [Gambas-user] config -C is not finding some files installed on my system

2017-09-19 Thread Doug Hutcheson
On Tue, 2017-09-19 at 09:35 +0200, Karl Reinl wrote: > Am Dienstag, den 19.09.2017, 17:14 +1000 schrieb Doug Hutcheson: > > Is there some other LLVM component I need to install? > > > > Salut Doug, > > I'm not using jit, but I saw this in the mailing list. >

Re: [Gambas-user] config -C is not finding some files installed on my system

2017-09-19 Thread Doug Hutcheson
On Tue, 2017-09-19 at 16:02 +1000, Doug Hutcheson wrote: > On Tue, 2017-09-19 at 15:00 +1000, Doug Hutcheson wrote: > > On Mon, 2017-09-18 at 16:06 +0200, Karl Reinl wrote: > > > Am Montag, den 18.09.2017, 11:07 +1000 schrieb Doug Hutcheson: > > > > I am trying to

Re: [Gambas-user] config -C is not finding some files installed on my system

2017-09-18 Thread Doug Hutcheson
On Tue, 2017-09-19 at 15:00 +1000, Doug Hutcheson wrote: > On Mon, 2017-09-18 at 16:06 +0200, Karl Reinl wrote: > > Am Montag, den 18.09.2017, 11:07 +1000 schrieb Doug Hutcheson: > > > I am trying to compile Gambas downloaded from Git the other day > > > and > >

Re: [Gambas-user] config -C is not finding some files installed on my system

2017-09-18 Thread Doug Hutcheson
On Mon, 2017-09-18 at 16:06 +0200, Karl Reinl wrote: > Am Montag, den 18.09.2017, 11:07 +1000 schrieb Doug Hutcheson: > > I am trying to compile Gambas downloaded from Git the other day and > > config is failing to find files that exist on my system, causing a > > nu

Re: [Gambas-user] config -C is not finding some files installed on my system

2017-09-18 Thread Doug Hutcheson
gsl.so) are > system/distribution GSL headers and libraries. > > Try "locate gsl_". > > You may need to ensure the GSL development package is installed. > > > -- > Lee > > > On 09/17/2017 09:07 PM, Doug Hutcheson wrote: > > I am trying to compi

[Gambas-user] config -C is not finding some files installed on my system

2017-09-17 Thread Doug Hutcheson
I am trying to compile Gambas downloaded from Git the other day and config is failing to find files that exist on my system, causing a number of modules to be disabled. For example, the output of config includes these lines:--

Re: [Gambas-user] Connect to and control LibreOffice

2017-08-22 Thread Doug Hutcheson
On Tue, 2017-08-22 at 12:41 +0200, Benoît Minisini wrote: > Le 22/08/2017 à 05:47, Doug Hutcheson a écrit : > > On the page http://gambaswiki.org/wiki/doc/intro?nh is this > > information: > > > > Gambas is build on top of many free softwares, and could not exist

[Gambas-user] Connect to and control LibreOffice

2017-08-21 Thread Doug Hutcheson
On the page http://gambaswiki.org/wiki/doc/intro?nh is this information: Gambas is build on top of many free softwares, and could not exist without them. So I would like to thank every people involved in the following projects: * Linux * KDE * GCC and all of the GNU tools, of course. * The Qt

[Gambas-user] Connect to and control LibreOffice

2017-08-17 Thread Doug Hutcheson
On the page http://gambaswiki.org/wiki/doc/intro?nh is this information: Gambas is build on top of many free softwares, and could not exist without them. So I would like to thank every people involved in the following projects: * Linux * KDE * GCC and all of the GNU tools, of course. * The Qt

Re: [Gambas-user] Declaring 'Public pbSwitch As Object[16]' throws error 'Syntax error in FMain.class:3'

2017-08-15 Thread Doug Hutcheson
On Wed, 2017-08-16 at 02:02 +0200, Tobias Boege wrote: > On Wed, 16 Aug 2017, Doug Hutcheson wrote: > > Thanks for the explanation, Tobias. Having fixed the declaration, I > > am > > able to run the code, but all I see is an empty form with no > > controls. > >

Re: [Gambas-user] Declaring 'Public pbSwitch As Object[16]' throws error 'Syntax error in FMain.class:3'

2017-08-15 Thread Doug Hutcheson
Thanks for the explanation, Tobias. Having fixed the declaration, I am able to run the code, but all I see is an empty form with no controls. Sigh. I will keep hacking until I understand enough to make it work. Gambas is great work, by the way - just what I needed. Cheers, Doug On Tue, 2017-08-1

[Gambas-user] Declaring 'Public pbSwitch As Object[16]' throws error 'Syntax error in FMain.class:3'

2017-08-15 Thread Doug Hutcheson
I have just found Gambas and have the usual learning curve. Sigh. I have copied the code from http://gambaswiki.org/wiki/comp/gb/object/a ttach into a new project and tried stepping through it. The first statement is the declaration 'Public pbSwitch As Object[16]' and this throws ''Syntax error in