Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA
Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!genrad!teddy!panda!talcott!harvard!seismo!brl-tgr!tgr!pencin.dlos@XEROX.ARPA
From: pencin.dlos@XEROX.ARPA
Newsgroups: net.micro.cpm
Subject: Re: DbaseII errors
Message-ID: <7346@brl-tgr.ARPA>
Date: Tue, 15-Jan-85 10:43:50 EST
Article-I.D.: brl-tgr.7346
Posted: Tue Jan 15 10:43:50 1985
Date-Received: Sun, 20-Jan-85 04:46:06 EST
Sender: news@brl-tgr.ARPA
Organization: Ballistic Research Lab
Lines: 5

Check yu code to determine if you are properly 'RETURNING' from you
sub-menu or command modules.Dbase keeps a STACK of 'DO's that must be
popped by issuing a return. If this stack overflows you will get the TOO
MANY FILES OPEN error. Make sure you always return to your MAIN MENU via
a RETURN and not a direct call to that menu.