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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!news.encore.com!csar!foxtail!sdd.hp.com!zaphod.mps.ohio-state.edu!darwin.sura.net!europa.asd.contel.com!paladin.american.edu!auvm!!""
  3. Status:  N
  4. Message-ID: <9211042335.AA26282@charly.taclog.af.mil>
  5. Newsgroups: bit.listserv.dbase-l
  6. Date:         Wed, 4 Nov 1992 17:35:21 -0400
  7. Sender:       "Discussion on the use of the dBase language and related
  8.               dialects" <DBASE-L@NMSUVM1.BITNET>
  9. From:         "(MSgt Brian J. Boudreaux;393 SUPS/LGSPM;597-2068)"
  10.               <boudrea@CHARLY.TACLOG.AF.MIL>
  11. Subject:      HELP WITH CAPTURE COMMAND
  12. Lines: 24
  13.  
  14. Help!!!
  15.  
  16. I am trying to convert a Clipper 87 based program to Clipper 5.01 that
  17. is being used on an old NOVELL network under MS DOS 3.2 and
  18. encountered a problem that has me baffled.
  19.  
  20. I have not changed the coding at all in a print routine.  When
  21. compiled, the program runs with no problems under the 87 version
  22. HOWEVER when using the 5.01 version the system locks up.
  23.  
  24. the code that I believe is locking the system is as follows:
  25.  
  26. IF Mc_type = 'PI'
  27.     RUN CAPTURE P=1 >NUL
  28. ENDIF
  29.  
  30. note:  mAYBE i AM DUMB FOR ASKING - WHAT IS CAPTURE?
  31.  
  32. Is there a difference when using this command under the two versions
  33. of clipper?
  34.  
  35. Thanks
  36.  
  37. Brian J. Boudreaux
  38.