THE WELCH COMPANY
440 Davis Court #1602
San Francisco, CA 94111-2496
415 781 5700


S U M M A R Y


DIARY: September 28, 1993 10:04 AM Tuesday; Rod Welch

Fix menu color restoration under Executive Services.

1...Summary/Objective


..............
Click here to comment!

CONTACTS 

SUBJECTS
SDS, Product Definition
Executive Services, 910121
Data Security; LAN
Color management

0706 -    ..
0707 - Summary/Objective
0708 -
070801 - I did more work on developing concept of data privacy by providing a
070802 - means for Users to lock out a record from other users.  Just added to
070803 - work at ref SDS 3 line 126.
070804 -
070805 -
070806 - Now, want to fix problem with restoring colors in Schedule opened
070807 - under Executive Services, reported at ref SDS 3 line 110.
070808 -
070809 -     Color management seems to work okay for menus in SDS records
070810 -     under Executive services.  Only problem seems to be in Schedule.
070811 -
070812 -
0709 -
0710 -
0711 - 000003
0712 -
071201 - Line 1232 - entry 804, this closes the menu system.  Tested here with
071202 - debug, and it appears the problem occurs at macro 942, to restore
071203 - colors and profile.
071204 -
071205 -
071206 -
071207 -
0713 -
0714 -
0715 - 000005
0716 -
071601 - Line 1995 - entry 942, this sets colors for the Schedule, and seems
071602 - to be failing in an Executive session.  It actually runs the entire
071603 - Schedule profile, which is necessary to reassign the function keys,
071604 - which are disconnected in menus.
071605 -
071606 -
071607 - Line 2140 - testing with debug where colors are assigned.  Looks like
071608 - macro 946 is the problem.
071609 -
071610 -
071611 - Line 2205 - entry 946, this does the actual work of resetting the
071612 - colors, and appears the source of the problem.  Testing with debug
071613 - here.  It shows we kick out when @0 > 0.  Not sure why we are showing
071614 - an error level already, but added setcnt 0 0.
071615 -
071616 -
071617 -
0717 -