I have a system that display multiple layers of screens (by pressing softkeys which displays collector windows). We store various information in some of the screens registers and the computer programs access data from other files using BTREE.
At one customer we are getting error message ERRMSGR27,4 after seeral records are accessed and updated. When the user goes to another screen, and trys to save a screen all of a suddend the error message appears and the system returns to the TCL.
I modified the frist computer program or the last program that would be run when the record/screen is save to do a FLUSH and GARBGECOLLECT to see it that would help but it didn't. Seems like the system is grabing some memory for each record and not releasing it.
Any ideas why this specific customer would be having this problem???
They have Win95 on a NT network. The work stations do not have anything in there CONFIG.SYS or AUTOEXEC.BAT files.
R27.4 means that the computer is unable to load more items onto the program stack as it has overflowed. There can only be 299 programs in memory at one time ans every {} reference counts as one. Try replacing {} with @Record wherever possible.
World Leaders in all things RevSoft