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

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

785.0. "Specifying document conversion types" by KAOFS::D_STREET () Tue Jun 02 1992 19:05

    Hello,
    
    	 I have an ALL-IN-1 V3.0 customer who has a question about: 
        13.9 Specifying Document Conversion Types
         (ALL-IN-1 Management V3.0)
    
    	 The last step is to provide a convert function that is to be used
    	to perform the conversion. 
    
    	 What is the convert function ? A .SCP,.COM,.EXE?? or something
    	else? Also once defined, where will ALL-IN-1 go looking for it?
    
    	 Any information that will help clairfy the situation (for me and
    	the client) would be great.
    
    
    						Derek Street
    	
T.RTitleUserPersonal
Name
DateLines
785.1a little more information requiredKAOFS::D_STREETTue Jun 02 1992 19:149
     hello again,
    	 In addition the client would like to know the rules for passing
    	parameters (like what to convert and where to put it). In fact, 
    	a general overview would be helpful since the manual leave alot
    	of the details un-answered.
    
    						Thanks...
    
    							Derek.
785.2See Application Programming Guide alsoIOSG::NEWLANDRichard Newland, IOSG, REO1-D/4ATue Jun 02 1992 20:1019
There is more about Document Conversions in section 21.3.4 of the V3.0
Application Programming Guide.

The contents of the 'Convert function' field are executed as an ALL-IN-1
function.  This can be a single ALL-IN-1 function or more commonly a 'DO
script' to execute an ALL-IN-1 script, or a 'COMMAND file' to execute a DCL
command procedure.  ALL-IN-1 will look for Scripts or Command procedures in
the normal directories - see descriptions of 'DO' and 'COMMAND' functions
for details. 

The parameters for a Convert function are listed in Table 21-8 of the 
Application Programming Guide.  

There are two scripts, OA$DO:CHECK_CONVERT.SCP and OA$DO:FILECONVERT.SCP,
which are used by ALL-IN-1 to determine when a convert function is used
and to invoke the convert function.
    
    
Richard