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

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

From: Pete <furbies@...>
Date: Mon, 31 Dec 2001 17:02:58 +1100
Robert Covington on 31/12/01 1:37 AM  scrawled:

>> 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

The error I've noticed is:

Use FILES$(chooseFolder) to select a folder

Recurse through the selected folder and any sub folders looking for files of
interest

Use FILES$(saveFile) to decide where to save the list of files I've found

Try to save the file to disk. File Error happens here in the runtime.

Pete...