Housing screen defaults

% cd stuserv/screens
% make co F=stuserv
% vi stuserv  {look for stu_serv_rec.sess and stu_serv_rec.yr and update to appropriate values}
% make cii F=stuserv L='Log message here'
{For 2nd screen Student Life uses located in modules/regist/progscr/stuentry/stuhsg_1}
% cd macros/custom
% make co F=periodic
% vi periodic {update SESS_PREV SESS_CUR SESS_NEXT and SESS_GRAD, ACAD_YR_PREV, ACAD_YR_CUR, ACAD_YR_NEXT}
% make cii F=periodic L='Enter log message here'
{Anytime you update a macro you must install the libraries references in the notes below}
{Once you've done the steps below, to confirm that the above stuhsg_1 screen has the correct sess/year defaults do the following:}
% cd regist/progscr/stuentry
% make expand F=stuhsg_1
% more stuhsg_1.exp {search for sess and yr to confirm new defaults are set}

When you need to install libraries for macro change or whatever...

cd macros

make cleanup reinstall F=ALL > & make.out& 

cd include 

make cleanup reinstall F=ALL > & make.out&

 cd src/Lib 

make cleanup reinstall F=ALL > & make.out& 

cd src/Libapp

*** What I missed when I logged call with Keith Wisswell:

% make tinstall F=common while in the macros/custom directory

  {then}

% make reinstall F=custom while in the macros directory

****


Creation date: 11/13/2019 2:20 PM      Updated: 11/13/2019 2:26 PM