| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 2406.1 | It's your choice.... | FAILTE::LAAHS | An accumulation of Celts | Fri Mar 12 1993 14:56 | 20 | 
|  |     Stefan,
    
    CM does not place any restrictions on how you make your application
    available to end-users. This also means that it does not do anything 
    aid the decision on how to do it.
    
    It really depnds on how your application has been written. If your text
    elements are being refernced implicitly then you will need to put your
    elements in the TXL or point to them via OA$FILE_SEARCH_ORDER. If you
    reference them explcitily then obviously they will be found regardless
    of where they are.
    
    Forms. If your application has an entry point then you can create an
    initilaistaion script that will open up the forms librbraries using
    OA$FORM_SEARCH_ORDER. Look at the CM_INIT_ENVIRONMENT.SCP and the
    system manager init scripts for examples of how to do both of the
    abobve.
    
    HTH,
    Kevin
 | 
| 2406.2 | Some more questions... | BERN02::MUELLERS | Stefan A Mueller 761-4864 | Fri Mar 12 1993 16:22 | 17 | 
|  |     Kevin,
    
    Thanks for your answer. It's exactly what I needed. But I have some
    more questions: 
    
    1. OA$FILE_SEARCH_ORDER: for unprivileged users it's OA$LIB:. Does this
    mean, that TXLs are always looked up before the search order?
    
    2. OA$FILE_SEARCH_ORDER: how to change for 'normal' (unprivileged)
    users? I searched down all the *.*msg files in OA$BUILD but didn't find
    this symbol. I also couldn't find a *.A1$ESO which name does not begin
    with CM.
    
    3. OA$FILE_SEARCH_ORDER: of how many characters may this symbol consist
    of?
    
    Stefan
 | 
| 2406.3 | Its a special symbol | FAILTE::64551::LAAHS | An accumulation of Celts | Mon Mar 22 1993 15:00 | 26 | 
|  |    
 >   1. OA$FILE_SEARCH_ORDER: for unprivileged users it's OA$LIB:. Does this
 >   mean, that TXLs are always looked up before the search order?
  
	There is another special symbol called OA$TXL_SEARCH_ORDER that can 
take a value between 0 and 3. This determines whether the TXL is search 
before or after OA$FILE_SEARCH_ORDER and whether the CMTXL is searched before 
or after the A1TXL.
  
>    2. OA$FILE_SEARCH_ORDER: how to change for 'normal' (unprivileged)
>    users? I searched down all the *.*msg files in OA$BUILD but didn't find
>    this symbol. I also couldn't find a *.A1$ESO which name does not begin
>    with CM.
 
	It is not a message symbol. It is a special symbol like 
OA$PROFILE_blah etc. To change it interactively you need either access to CM 
or the interactive privilege. Typically you would set it up in an 
initialisation script for the application.
   
>    3. OA$FILE_SEARCH_ORDER: of how many characters may this symbol consist 
>   of?
 
	Good question. The only answer I know is 'lots' :-) 
Kevin   
 | 
| 2406.4 | Jolly big!! | IOSG::SHOVE | Dave Shove -- REO2-G/M6 | Mon Mar 22 1993 17:16 | 11 | 
|  |     
� >    3. OA$FILE_SEARCH_ORDER: of how many characters may this symbol consist 
� >   of?
 
�	Good question. The only answer I know is 'lots' :-) 
    
    It's defined as a dynamic string, so its maximum length is to all
    practical purposes infinite (I expect it's actually 65,535 or something
    like that).
    
    D.
 |