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
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
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
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
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 "./wxaprs.ini" FOR OUTPUT CREATE
This fails with access forbidden
DIM hFi
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 "./wxaprs.ini" FOR OUTPUT CREATE
This fails with access forbidden
DIM hFi