| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 436.1 |  | SBPEXE::OTTEN | The light at the end of the tunnel is a train | Tue Jul 16 1991 11:26 | 8 | 
|  | Try a 
FILEDEF OFFLINE DISK (filename)
OFFLINE
(your.fex)
David
 | 
| 436.2 | OR | MILPND::MADDEN |  | Tue Jul 16 1991 16:31 | 3 | 
|  |     or FILEDEF &&RPTNAM DISK &&RPTNAM.WP APPEND  - you might have to fiddle 
    	with the &&RPTNAM.WP by creating a variable which equates to the 
    	exact disk file created by ON TABLE HOLD AS &&RPTNAM FORMAT WP.
 | 
| 436.3 | FIXED | USMFG::BHYNES |  | Wed Jul 17 1991 10:38 | 11 | 
|  |     Thanks All,
    
    ref - .1 ,  I tried it and it did not resolve my issue.
    
    ref - .2 ,  It works.   I set &&RNAME equal to &&RPTNAM  and did the
                            following command.
    
                            FILEDEF &&RPTNAM DISK &&RNAME.WP APPEND
    
    Thanks again
    bob
 | 
| 436.4 | .1 was close | MILPND::DANDREA | lather rinse repeat; infinite loop | Fri Jul 19 1991 12:10 | 11 | 
|  |     
    
    	.1	would have worked if it said
    
    		FILEDEF OFFLINE DISK (filename) APPEND
    		OFFLINE CLOSE
    	
    		(your.fex)
    
    
    							NLD
 | 
| 436.5 | need easier !? | BIS1::SCHYNS |  | Wed Dec 18 1991 06:04 | 26 | 
|  |     We have just installed FOCUS 6.1 and I encounter the same problem.
    I have a main menu calling lot of fex following the selections.
    They are hundred FEXes behind with the report name hardcoded in it
    I have then 1 DOC file name per FEX.
    
    As I often have several TABLE FILE in the FEXes, I'm facing the
    report superseeded feature of 6.1 
    
    Of course I could use one of the 2 possibilities you mentionned but
    I don't want to go through 100 procedures and modify one by one hte
    FEXes.
    
    I'm then searching for a command I can place at the beginning of my
    main menu that will have all reports with same name appended instead of
    superseded like
    
    	FILEDEF OFFLINE DISK *.DOC APPEND  (where * would mean all report
    	OFFLINE				    format DOC)
    
    or a SET command if it exists.
    
    Am I dreaming or should I dedicate a day to make my corrections ?
    
    Traditionnal conclusion : any help very much appreciated !
    
    Herve.                                               
 |