Toni wrote:
> Hi,
> I'm having problems with the XML-RPC component.
> The same piece of code (and actually the compiled program too) works
> fine in one computer an gives an error in another.
>
> System where it works: Ubuntu 9.10 32bits
> System where it fails: Ubuntu 8.10 64bits
> Both systems h
The package on Ubuntu is annoyingly incomplete. Go into Synaptic, search on
Gambas and install the rest of what should have been in the package.
Even better compile Gambas from source although 2.13 is fine for testing.
rgds
--
View this message in context:
http://old.nabble.com/Make-Installati
Hi,
I'm having problems with the XML-RPC component.
The same piece of code (and actually the compiled program too) works
fine in one computer an gives an error in another.
System where it works: Ubuntu 9.10 32bits
System where it fails: Ubuntu 8.10 64bits
Both systems have the same Gambas versi
Good Morning:
Not sure whether this is a bug or I have failed to do something
correctly. If there is an link to solve this problem please forgive me
and direct me to the appropriate link. - thanks
I am using Gambas 2.13 on Ubuntu 9.10
As an investigation project to Gambas' viability, I built a
2009/11/10 Jean-Yves F. Barbier <12u...@gmail.com>:
> Fabien Bodard a écrit :
>> 2009/11/10 Jean-Yves F. Barbier <12u...@gmail.com>:
>>> Hi,
>>>
>>> I use a postgresql database, and I need to display dates (in a modified
>>> TableView) according to DB (ISO: -mm-dd, with separator '-', not '/'),
Fabien Bodard a écrit :
> 2009/11/10 Jean-Yves F. Barbier <12u...@gmail.com>:
>> Hi,
>>
>> I use a postgresql database, and I need to display dates (in a modified
>> TableView) according to DB (ISO: -mm-dd, with separator '-', not '/'),
>> otherwise it displays 10/11/2009, but waits for an inpu
2009/11/10 Jean-Yves F. Barbier <12u...@gmail.com>:
> Hi,
>
> I use a postgresql database, and I need to display dates (in a modified
> TableView) according to DB (ISO: -mm-dd, with separator '-', not '/'),
> otherwise it displays 10/11/2009, but waits for an input such as 2009-11-10
> when I s