T.R | Title | User | Personal Name | Date | Lines |
---|
245.1 | Application initialization | SIOG::T_REDMOND | Thoughts of an Idle Mind | Mon Mar 16 1992 20:06 | 19 |
| 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.2 | Pointer to doc and a typo | AIMTEC::WICKS_A | Vote Bill'n'Opus for a weirder USA | Mon Mar 16 1992 20:52 | 13 |
| 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.3 | | SIOG::T_REDMOND | Thoughts of an Idle Mind | Mon Mar 16 1992 23:38 | 4 |
| Right, the script si CM_INIT_ENVIRONMENT.SCP. CM_INITIALIZE comes from
the far reaches of my idle mind.
Tony
|
245.4 | thanks | UTROP2::LANGENBERG_C | | Tue Mar 17 1992 10:44 | 10 |
|
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
|