[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

245.0. "Access for users for own areas/applications?" by UTROP2::LANGENBERG_C () Mon Mar 16 1992 19:40

    Hello,
    
    a question about the new areas for V3.0...
    
    I've created an application, and moved this application to live,
    in an own area.
    
    I can't seem to find a menu option to give access to the users
    for my application.
    Do I have to do this manually?
    
    What do I need to give this access?
    How do I extend the standard ALL-IN-1 search lists with my logicals
    in the easiest way?
    How do I open the form libraries for the users in the easiest way?
    
    If this is documented somewhere, please point me to the right 
    direction....
    
    Thanks!
    
    Clarie
    
    
T.RTitleUserPersonal
Name
DateLines
245.1Application initializationSIOG::T_REDMONDThoughts of an Idle MindMon Mar 16 1992 20:0619
    Once you've created and populated a new application and its area(s),
    you have to explicitly grant access to the elements stored in those
    area(s) to users. Most applications provide an initialization procedure
    to do this.  CM uses CM_INITIALIZE.SCP etc.  The steps that might be
    taken include:
    
    o Define any logicals and/or symbols required by the application.
    
    o Call INSTALL to make some functions available to ALL-IN-1.
    
    o Define OA$FORM_SEARCH_ORDER to include any required form libraries
    
    o Define OA$FILE_SEARCH_ORDER to include the live locations.
    
    You might set up an .A1$ESO and .A1$LSO to handle the element and form
    search orders. Emulate the code in CM_INITIALIZE.SCP to see how search
    orders can be restored. 
    
    Tony
245.2Pointer to doc and a typoAIMTEC::WICKS_AVote Bill'n'Opus for a weirder USAMon Mar 16 1992 20:5213
    Clarie,
    
    Chapter 19 and 20 of the Management Guide have some information on this
    but not really enough to complete the task fully. 
    
    Tony's suggestions are all good things to do but they aren't included in
    the standard doc set that our customers will be receiving.
    
    One small correction the script is actually called CM_INIT_ENVIRONMENT.
    
    Regards,
    
    Andrew.D.Wicks
245.3SIOG::T_REDMONDThoughts of an Idle MindMon Mar 16 1992 23:384
    Right, the script si CM_INIT_ENVIRONMENT.SCP.  CM_INITIALIZE comes from
    the far reaches of my idle mind.
    
    Tony
245.4thanksUTROP2::LANGENBERG_CTue Mar 17 1992 10:4410
    
    Hello,
    
    thanks again for your fast responses!
    At the moment I'm teaching the V3.0 technical update course, and
    the more information I can pass on the better.
    
    CM has great functionality in V3.0, but it's a lot in the beginning.
    
    Clarie