Re: [Gambas-user] Path for open file write

2008-07-06 Thread Jeff Johnson
Pharm out...That is what I needed to know.. Thanks a bundle On Sunday 06 July 2008 15:21:36 Benoit Minisini wrote: > On dimanche 06 juillet 2008, Jeff Johnson wrote: > > My program also recreates html pages as the program runs, so am I correct > > in thinking that I will not be able to do tha

Re: [Gambas-user] Path for open file write

2008-07-06 Thread Benoit Minisini
On dimanche 06 juillet 2008, Jeff Johnson wrote: > My program also recreates html pages as the program runs, so am I correct > in thinking that I will not be able to do that either. I am converting a > hamradio program from VB, and will also need to do my logging. So my > thinking since everything

Re: [Gambas-user] Path for open file write

2008-07-06 Thread Jeff Johnson
My program also recreates html pages as the program runs, so am I correct in thinking that I will not be able to do that either. I am converting a hamradio program from VB, and will also need to do my logging. So my thinking since everything is RO then I am out of luck on it? On Sunday 06 July

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

2008-07-06 Thread Benoit Minisini
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 does not works > > Thanks for help me I confirm this

Re: [Gambas-user] Path for open file write

2008-07-06 Thread Benoit Minisini
On dimanche 06 juillet 2008, Jeff Johnson wrote: > I know this has probably been replied to many times. > > This works >hFile = OPEN "wxaprs.ini" FOR INPUT > > This works >hFile = OPEN "./wxaprs.ini" FOR INPUT > > > This fails with access forbidden > DIM hFile1 AS File > hFile1 = OPEN "./wx

[Gambas-user] PostgreSQL on another machine from Gambas

2008-07-06 Thread charlesg
Hello all, I would be grateful for some help although I realise this is not really a Gambas problem. I have set up PostgreSQL on 2 machines, one called Scott the other Hardwired using the instructions in http://hocuspokus.net/2008/05/13/install-postgresql-on-ubuntu-804/. I have set up test dat