home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / dbasel / 1430 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.4 KB  |  35 lines

  1. Newsgroups: bit.listserv.dbase-l
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.iastate.edu!vincent1.iastate.edu!viking
  3. From: viking@iastate.edu (Dan Sorenson)
  4. Subject: Re: Help ..... Close an activated work area on FOXPRO
  5. Message-ID: <viking.726528768@vincent1.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames IA
  8. References: <9301081421.AA21929@NADC.NADC.NAVY.MIL>
  9. Date: Fri, 8 Jan 1993 21:32:48 GMT
  10. Lines: 23
  11.  
  12. "A. Kaniss" <dashiell@NADC.NADC.NAVY.MIL> writes:
  13.  
  14. >You need to preserve your position in the file you want to
  15. >keep open so try something like this:
  16. >assume you're in selected work area you want to keep open.
  17. >keeper=recno()
  18. >use
  19. >select 1
  20. >use
  21. >use file
  22. >goto keeper
  23.  
  24.     A side note: store the reccount() to an additional variable
  25. and perhaps some other data that could serve to  uniquely identify
  26. that particular record if you are working in an area with multiple
  27. user access.  This allows you to catch it if somebody else adds or
  28. deletes a record and compensate accordingly without having to lock
  29. the entire file.
  30.  
  31. < Dan Sorenson, DoD #1066 z1dan@exnet.iastate.edu viking@iastate.edu >
  32. <  ISU only censors what I read, not what I say.  Don't blame them.  >
  33. <  "Are you *SURE* he's worth a Harley-Davidson?" -- my grandmother  >
  34. < to my girlfriend, about me.  "I'd better not say" -- my girlfriend >
  35.