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

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

From: Robert Covington <artlythere@...>
Date: Sun, 30 Dec 2001 09:37:36 -0500
>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
>
>--
>Pete...                     (the other one)

Do you first have the check

IF gFBHasNavServices THEN gFBUseNavServices = _zTrue

?

What kind of errors? There is one I have seen in PG projects and Nav
Services where you get some printed type about a button error in the file
dialog window, top right corner.


rc