Re: [Gambas-user] problem with bold in gridview

2008-07-08 Thread Benoit Minisini
On dimanche 06 juillet 2008, Benoit Minisini wrote: On vendredi 04 juillet 2008, John Dizaro wrote: I am using gambas 2.6 debian GTK How do i use bold in gridview in a cell when i try: DV_t07_carro[LINHA, 10].Font = Font[Bold] or DV_t07_carro[LINHA, 10].Font .Bold = True it

[Gambas-user] Simple Newbie Question - Opening initial Data Form

2008-07-08 Thread NEKey
Very simple question from a new user - please be patient ! The main form is calculating positions, time and distances. I have a sub-form where the start position (initial data) is entered. The main form class file has this; PUBLIC SUB AddData_Click() AddDataForm.Show END which opens the

Re: [Gambas-user] PostgreSQL on another machine from Gambas

2008-07-08 Thread charlesg
Leonardo, Thanks for your reply. The last line in the pg_hba.conf should make the 'server' accept requests from the range 192.168.1.0 to 192.168.1.255. I have just found a solution by adding a connection to the other server with pgAdmin3. Sometimes the obvious solutions are difficult to find

[Gambas-user] Disabling back/forward buttons on the wizard

2008-07-08 Thread richard terry
Is it possible disable these buttons, so that the user cannot more forward until the progammer decides there's enough informaton collected to proceed? Regards Richard - Sponsored by: SourceForge.net Community Choice

[Gambas-user] Setting up passwords for program users

2008-07-08 Thread richard terry
I wondered if anyone had experience/code/examples of how to create/save encrypted passwords in a database? Thanks in advance. Richard - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown

Re: [Gambas-user] Setting up passwords for program users

2008-07-08 Thread richard terry
On Wed, 9 Jul 2008 08:27:38 am Leonardo Miliani wrote: richard terry ha scritto: I wondered if anyone had experience/code/examples of how to create/save encrypted passwords in a database? Thanks in advance. Richard Thanks, I searched the web ++ before a C++ programming mate of mine