home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / dbasel / 1148 < prev    next >
Encoding:
Text File  |  1992-11-05  |  1.5 KB  |  43 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!INDYCMS.BITNET!JLEWIS
  3. Message-ID: <DBASE-L%92110506553953@NMSUVM1.BITNET>
  4. Newsgroups: bit.listserv.dbase-l
  5. Date:         Thu, 5 Nov 1992 08:54:48 EST
  6. Sender:       "Discussion on the use of the dBase language and related
  7.               dialects" <DBASE-L@NMSUVM1.BITNET>
  8. From:         jeff lewis <JLEWIS@INDYCMS.BITNET>
  9. Subject:      Re: HELP WITH CAPTURE COMMAND
  10. In-Reply-To:  Message of Wed,
  11.               4 Nov 1992 17:35:21 -0400 from <boudrea@CHARLY.TAC LOG.AF.MIL>
  12. Lines: 29
  13.  
  14. On Wed, 4 Nov 1992 17:35:21 -0400 MSgt Brian J. Boudreaux;393 SUPS/LGSPM;597-206
  15. Capture is an 'EXTERNAL' program not related to clipper.  The programmer used
  16. it to perform a function (maybe a screen capture?).  Your might want to type
  17. CAPTURE at the C prompt and see how it reacts.
  18.  
  19. >Help!!!
  20. >
  21. >I am trying to convert a Clipper 87 based program to Clipper 5.01 that
  22. >is being used on an old NOVELL network under MS DOS 3.2 and
  23. >encountered a problem that has me baffled.
  24. >
  25. >I have not changed the coding at all in a print routine.  When
  26. >compiled, the program runs with no problems under the 87 version
  27. >HOWEVER when using the 5.01 version the system locks up.
  28. >
  29. >the code that I believe is locking the system is as follows:
  30. >
  31. >IF Mc_type = 'PI'
  32. >    RUN CAPTURE P=1 >NUL
  33. >ENDIF
  34. >
  35. >note:  mAYBE i AM DUMB FOR ASKING - WHAT IS CAPTURE?
  36. >
  37. >Is there a difference when using this command under the two versions
  38. >of clipper?
  39. >
  40. >Thanks
  41. >
  42. >Brian J. Boudreaux
  43.