[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference ilbbak::ibi_focus

Title:FOCUS, from INFORMATION BUILDERS
Moderator:ZAYIUS::BROUILLETTE
Created:Thu Feb 19 1987
Last Modified:Mon May 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:615
Total number of notes:1779

549.0. "DEC formfeeds in OFFLINE output ??" by DEMAND::MADDEN () Tue May 04 1993 10:45

    I recall seeing a setting once for generating DEC formfeeds instead 
    	of Fortran form controls in OFFLINE output.  Does anyone know what
    	it is or am I mistaken??
    
    	Thanks 
    	Richard
    
T.RTitleUserPersonal
Name
DateLines
549.1HOLD FORMAT DOCRDGE44::ALEUC9ungry of orshamWed May 05 1993 03:0711
    Hi Richard,
    
    Try          ON TABLE HOLD AS XXX FORMAT DOC
                                             ^^^
    
    XXX.doc then has "<FF>" formfeeds, not Fortran Carriage control
    
    
    Cheers,
    
    Paul
549.2Postscript (as in afterthought)RDGE44::ALEUC9ungry of orshamWed May 05 1993 03:0914
    re: .1
    
    PS - You don't need any 
    
                      FILEDEF OFFLINE
                      OFFLINE
                      et cetera... 
    
    with this command.                             
    
    TTFN
    
    Paul
    
549.3DEMAND::MADDENWed May 05 1993 16:205
    Yes, I'm aware of .DOC but its limited to 8 chars so I'd have to rename 
    the files.   I thought there was a way to control it in the the
    OFFLINE.
    
    Thanks 
549.4Try thisRDGE44::ALEUC9ungry of orshamThu May 06 1993 03:4914
    Sorry, 
    
    but there was no mention of file name limits (is that your problem ?)
    If it is ...
    
    	FILEDEF XXX DISK MORETHAN8CHARACTERS.FILE_EXTENSION
    	TABLE FILE...
    	ON TABLE SAVE AS XXX FORMAT DOC
    	         ^^^^
    	END
    
    Cheers,
    
    Paul
549.5DEMAND::MADDENWed May 12 1993 11:221
  RE -1  THANKS