[futurebasic] Re: [FB] Nav Services & PG

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 2001 : Group Archive : Group : All Groups

From: Ian Mann <i.mann@...>
Date: Sun, 30 Dec 2001 18:30:56 +0000

The other Pete wrote:

> In my current project, if I set
>
>  gFBUseNavServices = _zTrue
>
> then I get errors when I try to file handling based stuff, but if I comment
> out the gFBUseNavServices = _zTrue then the code works as expected.
>
> Anyone else had problems with gFBUseNavServices = _zTrue ?
>
> FB^3 Release 5
> Macintosh G3/266
> OS 8.6
> RAM: 416Megs
>

You might want to have a look at the variable gFBHasNavServices

What I do is..

IF SYSTEM(_sysvers) > 799 and gFBHasNavServices THEN gFBUseNavServices = _True

I use _True rather than _zTrue - but it just has to be non-zero.

Regards

Ian