home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bbdo11.zip / P.FXP (.txt) < prev    next >
MS Visual FoxPro App  |  1993-01-19  |  136KB  |  2,574 lines

  1. MKTPROBE
  2. mnthsamplef
  3. ZIPGROUPS REPORT
  4. Print a summary of 3,5 & 9 digit zip code groups (Y/N)
  5. (Your Primary Sort should be Zip Code, ie. ZIP only, or ZIP and STATE).
  6. Print zip code group COUNTS only when group size is greater or equal to:
  7. (default of 1 means all groups listed, even if only one in group)
  8. 99,999
  9. ZRPT.MEM
  10. zipgrps
  11. ZIP CODE GROUPINGS REPORT for FF$+
  12.    NOTE: select ZIP CODE sort first
  13.           # in 9-DIGITS             # in 5-DIGITS        # in 3-DIGITS
  14. ------------------------------------------------------------------------
  15. d@`FF
  16. ctr=(ctr-1+&extranumf)
  17. 999,999,999c
  18.  IN: 
  19. 999,999,999c
  20.  IN: 
  21. 999,999,999c
  22.  IN: 
  23. TOTAL in Mailing=F
  24. 999,999,999c
  25. ZIPCTR
  26. MNTHSAMPLECTR
  27. CTRTOT
  28. ZCTR3TST
  29. CTR5TST
  30. BWINCOL
  31. NTHSAMPLE
  32. GOLOGIC
  33. LESIZE
  34. SETUPP
  35. FILE04
  36. GK_ESC
  37. FILENAME
  38. SKIPREC
  39. SKIPNUM
  40. SKIPNAME
  41. CHECK
  42. EXTRANUMF
  43. CTRTST
  44. PLETHREE
  45. QUICKLBL
  46. quicklbl.lbx2
  47. QUICK LABEL FILE: QUICKLBL.LBX Not found
  48. PREVIEW
  49. PRINT
  50. quicklbl.mem2
  51. quicklbl.mem
  52. SENDING TO: FF
  53. quicklbl.mem
  54. qlbl*
  55. LBLNAME
  56. LEMREC
  57. WHOLEA
  58. GK_ESC
  59. QUICKLBL
  60. QLBLROW
  61. QLBLCOL
  62. EXPORT
  63.  FILE TYPE BEING 
  64. Cancel
  65. Comma Delimited ASCII file
  66. Standard Data Format (Columns) ASCII file
  67. FoxPro/dBase file 
  68. Lotus 1-2-3 file v.1a
  69. DIF (Data Inter. Format)
  70. Microsoft Multiplan
  71. Microsoft Multiplan v4.01
  72. Microsoft Excel v2.0
  73. Symphony v1.1
  74. IMPORT
  75. Paradox v3.5
  76. FrameWork II
  77. EXPORT
  78. FoxPro W/FoxPro type MEMO field
  79. Wordstar or NewWord MailMerge file
  80. MicroSoft WORD MailMerge file
  81. WordPerfect MailMerge file
  82. Word Writer MailMerge file
  83. WordPlus-PC MailMerge file
  84. Smart MailMerge file
  85. filetypef
  86. DEACTIVATE POPUP
  87. outpop
  88. FILENAME
  89. IMPORT
  90. SELECT "IMPORT FROM" FILE: Then <TAB> to OPEN
  91. ENTER "EXPORT TO" FILE NAME: Then <TAB> to SAVE
  92. IMPORT
  93.  FROM 
  94.  TO 8
  95. IF FILE('&newfile') .AND. mtype='EXPORT' 
  96. ALREADY EXISTS.  OVERWRITE THIS FILE (Y/N)?
  97. IF .NOT. FILE('&newfile') .AND. mtype='IMPORT'
  98.  This IMPORT file cannot be found. Re-Check its name.
  99. IF (FILE('&newfile') .AND. mtype='IMPORT') .OR. (.NOT. FILE('&newfile') .AND. mtype='EXPORT')
  100. Ready to 
  101.  this file NOW (Y/N) ?
  102. Enter a field "Delimiter" 
  103. (if other than a comma is desired)
  104. IMPORT
  105.  READING IMPORT FILE & UPDATING INDEX FILES - 
  106.  WRITING EXPORT FILE OF REQUESTED RECORDS - 8
  107. 8888888
  108. IMPORT
  109. APPE FROM &newfile TYPE DELIM 
  110. APPE FROM &newfile TYPE DELIM WITH &mdelim 
  111. APPE FROM &newfile 
  112. APPE FROM &newfile TYPE PDOX 
  113. APPE FROM &newfile TYPE FW2 
  114. APPE FROM &newfile TYPE &t 
  115. COPY TO &newfile DELIM WHILE INKEY()<>gk_esc
  116. COPY TO &newfile DELIM WITH &mdelim WHILE INKEY()<>gk_esc
  117. COPY TO &newfile WHILE INKEY()<>gk_esc 
  118. COPY TO &newfile FOXPLUS WHILE INKEY()<>gk_esc
  119. COPY TO &newfile TYPE &t WHILE INKEY()<>gk_esc
  120. FILETYPE
  121. MDELIM
  122. LEADJUST
  123. MTYPE
  124. POPCOL
  125. ZOUTPOP
  126. FILEDESC
  127. NEWFILE
  128. BBOTT
  129. TEMPEXT
  130. TEMPFILE
  131. EGOLOGIC
  132. OUTPUT5
  133. WINCOL
  134. GK_ESC
  135. HEAD2
  136. G_LCKFL
  137. CONVWORD
  138.  Select F
  139.  file 
  140. or <ESC>
  141. POPFILE[1,1]f
  142. NO FILES FOUND MATCHING:
  143. DEACTIVATE POPUP
  144. ATYPE
  145. KEEPEXT
  146. LEATITLE
  147. POPFILE
  148. POPCOL
  149. RETVAL
  150. selerpt
  151. THIS LINE IS NOT ELIGIBLE FOR EDITING
  152. EXAMPLE OF BOOLEAN LOGICF
  153. Use of parentheses will assist you in developing more complex FLEXI-
  154. SELECTIONS.  For example, the following lines select different records:
  155.   Z='444'.or.Z='555'.and.LN='SMI'     (Z='444'.or.Z='555').and.LN='SMI'
  156. ==================================  ====================================
  157.      JIM  SMITH      55555                JIM  SMITH       55555
  158.      JIM  JONES      44444                BILL SMITH       55555
  159.      BILL JONES      44444
  160.      BILL SMITH      55555
  161. Press Any Key to Continue
  162. selesort
  163. Edit - Boxes at top illustrate ways to manipulate data
  164. Edit - Your HEADING DEFINITION
  165. Edit - Your PRINT DEFINITION
  166. Edit - Your DESCRIPTION
  167. MAKECDX
  168. LETAGNUMBER
  169. DBFVALUE
  170. MENU2
  171. WINCOL
  172. ZLC_MENU2
  173. MEMVAL
  174. OPERATE
  175. BPOPCOL
  176. MEMVALH
  177. MEMVALP
  178. EMEMVSAVE
  179.     SEARCH/REPLACE - A POWERFUL FEATURE.  MAKE SURE YOU HAVE BACKUPs
  180. REMEMBER, ALL EXISTING DATA WILL BE REPLACED BY ANY NEW DATA YOU 
  181. ENTER HERE.   YOU ARE URGED TO RE-VERIFY THAT YOU HAVE ALREADY USED
  182. FLEXI-SELECT TO SELECTED THE CORRECT RECORDS - ALL RECORDS SEEN HERE
  183. WILL BE CHANGED.  REVIEW REPORT or LISTING FIRST!
  184.        (To force a field to BLANK or 0, FILL the field with 1's)
  185. (To force the proper Case (Initial Caps) in character fields, enter:PROPER)
  186. m.fldnumf
  187. CURSORzj
  188.  SEARCH WHICH FIELD ???? 
  189. <Enter> to Select Field:
  190.  REPLACE WITH ????? 
  191. newval=SPACE(LEN(&fldname))  
  192.   /  /  #
  193. REPLACE ALL 
  194.  WITH THIS NEW VALUE:
  195. REPLACE ALL 
  196.  WITH VALUES FROM ANOTHER FIELD:
  197. PROPER
  198.  Proper Case 
  199. MAKE SURE You have Flexi-Selected the appropriate records first.
  200. Selected records: 
  201. ALL records
  202. REPLACE 
  203.  with 
  204. Continue
  205. Cancel
  206.  WORKING - SEARCHING AND REPLACING VALUES 
  207. IF newval=REPL('1',LEN(&fldname))
  208. REPL ALL &fldname WITH SPACE(LEN(&fldname)) WHILE INKEY()<>gk_esc
  209. PROPER
  210. REPL ALL &fldname WITH PROPER(&fldname) WHILE INKEY()<>gk_esc
  211. REPL ALL &fldname WITH newval WHILE INKEY()<>gk_esc
  212. REPL ALL &fldname WITH &fromfield WHILE INKEY()<>gk_esc
  213. IF newval=VAL(REPL('1',FSIZE(&fldname)))
  214. REPL ALL &fldname WITH 0 WHILE INKEY()<>gk_esc
  215. REPL ALL &fldname WITH newval WHILE INKEY()<>gk_esc
  216. 11/11/11#
  217. REPL ALL &fldname WITH CTOD('  /  /  ') WHILE INKEY()<>gk_esc
  218. REPL ALL &fldname WITH newval WHILE INKEY()<>gk_esc
  219. REPL ALL &fldname WITH newval WHILE INKEY()<>gk_esc
  220. SEARCHRE
  221. POPCOL
  222. LEGK_ESC
  223. FLDNUM
  224. REPLVAL
  225. FLDARRY
  226. ZREPLFIELD
  227. CURS_STAT
  228. FINDWIND
  229. BFINDWIND2
  230. FLDNAME
  231. NEWVAL
  232. EFROMFIELD
  233. DISPNEWVALLN_CONT
  234. ALG_GETDL
  235. GC_OSEOL
  236. G_LCKFL
  237. DOALL
  238. DOALL
  239. IF .NOT. FILE('&tempfile'+'.dbf') 
  240. .DBF not found
  241. IF .NOT. FILE('&tempfile'+'.ndx')
  242. INDEX ON UPPER(start) TO &tempfile     
  243. USE &tempfile 
  244. SET INDEX TO &tempfile
  245. Press any key to continue OR Home
  246. SELECT &currarea
  247. MSTART
  248. MAXROW
  249. ZHTITLE
  250. CURRAREA
  251. BHWIN
  252. HAREA
  253. HLPWIN
  254. EPOPCOL
  255. TEMPFILE
  256. FILE04
  257. VALG_OPNFL
  258. LHREC
  259. HLPROW
  260. START
  261. ALGK_ESC
  262. PAUSE
  263. Enter decimal control codes for printer - one at a time.  RETURN=Done
  264. Enter Part F
  265.  of code
  266. MAXIMUM NUMBER OF CODES
  267. &var=SUBSTR(longchr,3,LEN(longchr)-9) 
  268. Press ESC key to re-do.   Any other key to continue.
  269. PROMPT
  270. LELONGCHR
  271. ENTRY
  272. GK_ESC
  273. CHECK for DUPLICATES when Adding records   
  274. SALELEAD
  275. INSTALLATION PRINTER CODES: (eg. CHR(27)+CHR(64))
  276. SELECT TRAY/PRINTER #1   
  277. SELECT TRAY/PRINTER #2   
  278. SELECT CODE-LEFT BRACKET 
  279. SELECT CODE-RIGHT BRACKET
  280. XDUPCHECK
  281. LEFILE00
  282. SALEOPT
  283. WINCOL
  284. XTRAYONE
  285. ZXTRAYTWO
  286. XLTRA
  287. XLTRB
  288. config.mem2
  289. Your 'FILE=' command in this workstation's CONFIG.SYS
  290. may be insufficient.  If you have any problems, try
  291. changing FILES= to FF
  292. The current setting is F
  293. Consider changing CONFIG.SYS. 
  294.  SETUP 
  295. COMPANY/ORGANIZATION NAME ? 
  296. SALELEAD
  297. If printing BarCodes on labels, Enter Y if you will use a 
  298. Hewlett/Packard compatible laser?
  299. SALELEAD
  300. PRININT
  301.  TO ACCESS MULTIPLE PAPER SOURCES/PRINTERS 
  302. xtrayone
  303. printers with two paper feed trays, command to activate tray #1-letterhead
  304. xtraytwo
  305. printers with two paper feed trays, command to activate tray #2-plain bond
  306. PRIN2
  307.  TO CHANGE FONTS WITHIN LETTERS 
  308. xltra
  309. SELECT special Font desired when encountering [ while printing letters.
  310. xltrb
  311. DE-SELECT special Font desired when encountering ] while printing letters.
  312. config
  313. config.mem
  314. NOCHANGE
  315. P_CODES
  316. p_codes//
  317. p_name
  318. Generic printer
  319. P_CODES
  320. SELE &currarea
  321. LN_FILES
  322. ELW_DSPAL
  323. INITCOLR
  324. WINCOL
  325. ZTEMPCON
  326. FILE00
  327. BXLASER
  328. HELPPROC
  329. PRINTINT
  330. ECONFIG
  331. DISPSET
  332. ALCOLORCH
  333. LGC_PRNTID
  334. GC_PRNDESTCURRAREA
  335. LLN_OPNFLP
  336. G_OPNFL
  337. DEFAULT
  338. P_NAME
  339. P_OUTPORT
  340. P_CODES
  341. MPRINT
  342. SRCH.fmt
  343. SET FORMAT TO &screenf
  344. GET.fmt
  345. SET FORMAT TO &screenf
  346. ADDING RECORD #: FFFQ
  347.    Previously Added:
  348. ESCREENF
  349. FILE04
  350. OLDSTR
  351. DIFFERENT
  352. FIELD USED in SEARCH SCREEN is RECORD# or field does not allow CONTINUE
  353. CONTINUING TO LOOK FOR 
  354.    ESC key to Stop
  355. NO MORE RECORDS
  356. BGOLOGIC
  357. ETEMPC
  358. TEMPF
  359. RECNUMTOP
  360. windows.dbf2
  361. Windows
  362. DEFINE WINDOW &mname FROM ulr,ulc TO lrr,lrc COLOR &standard, &enhanced, &border DOUBLE FLOAT GROW TITLE ' '+TRIM(titlename)+' ' &tempopt1 &tempopt2
  363. DEFINE WINDOW &mname FROM ulr,ulc TO lrr,lrc COLOR &standard, &enhanced, &border FLOAT GROW TITLE ' '+TRIM(titlename)+' ' &tempopt1 &tempopt2
  364. DEFINE WINDOW &mname FROM ulr,ulc TO lrr,lrc COLOR SCHEME &colorsc DOUBLE FLOAT GROW TITLE ' '+TRIM(titlename)+' ' &tempopt1 &tempopt2
  365. DEFINE WINDOW &mname FROM ulr,ulc TO lrr,lrc 
  366. WINDOWS.DBF file missing
  367. WINDOWS
  368. MNAME
  369. ENAME
  370. STANDARD
  371. C_STANDARDENHANCED
  372. C_ENHANCEDBORDER
  373. C_BORDER
  374. BM_STANDARDM_ENHANCEDM_BORDER
  375. ETEMPOPT1
  376. OPTION1
  377. TEMPOPT2
  378. LOPTION2
  379. LCOLORSC
  380. DOUBLE
  381. MEMVAL
  382. MCHOICE
  383. MSORT
  384. MSELECT
  385. MFORMAT
  386. LABEL
  387. REPORT
  388. ltr88
  389. IF FILE('&tempfile')  
  390. REST FROM &tempfile ADDI
  391. MSORT
  392. FFFFFF
  393. USE LAST NAME SORT
  394. REVIEW or ADD a SORT88
  395. MSELECT
  396. FFFFFF
  397. ACCEPT ALL RECORDS
  398. REVIEW or ADD a SELECTION88
  399. MFORMAT
  400. FFFFFF
  401. LABEL
  402. LETTER
  403. REPORT
  404. REVIEW or ADD a 
  405. REPORTLABEL
  406. RUN DOS/DBASE PROGRAM
  407. DBFVALUE
  408. MTYPE
  409. ETEMPFILE
  410. FILE04
  411. MEMVAL
  412. DMSORT
  413. MSELECT
  414. EDMFORMAT
  415. EXTRANOTES
  416. Ctrl-PgDn to edit Notes
  417. FREP.MEM
  418. Sending Page FF
  419.  to: 
  420. PAGE FF
  421.  Flexi-Report 
  422. @ PROW()+1,0 SAY 'Flexi-SORT=' + key(&val)
  423. Flexi-SELECT=
  424. ===============================================================================
  425. macfrtemp=&macfr
  426. More? (Y/N)
  427. SALES,F
  428. TOTAL SALES:F
  429. 999,999,999.99c
  430. TOTAL RECORDS:F
  431. 999,999,999c
  432. SALES,F
  433.  Press any key
  434. frep*
  435. MCHOICE
  436. MEMVALP
  437. EMACFR
  438. FRCTR
  439. CTRPAGE
  440. DCTRTOT
  441. GOLOGIC
  442. EDSETUPP
  443. FILE04
  444. BGL_CONT
  445. RDG_LCKFL
  446. EDGK_ESC
  447. EXCON
  448. MFILTER
  449. LTEMPHEAD
  450. LMEMVALH
  451. TEMPCTR
  452. STFREPCOLS
  453. LMACFRTEMP
  454. MPRINT
  455. GOAHEAD
  456. SALES
  457. TPORT
  458. C_SETPR
  459. BOTHCTR
  460. BOTHCTR
  461. alterf
  462. browtype.mem2
  463. browtype
  464. CHANGE
  465. browtype
  466. browtype
  467. ALTER
  468. BROWTYPE
  469. memofldnmf
  470. IF TYPE('&memofldnm')<>'M'
  471. Available only for MEMO type fields
  472.  Options for Memo Fields 
  473. \<Edit Text                               
  474. \<Search for Text                         
  475. \-                                        
  476. Export/Send Text to a \<File-Overwrite    
  477. Export/Send Text to a File-\<Additive     
  478. \<Import/Bring a file into Text-Additive  
  479. Import/Bring a file into Text-\<Overwrite 
  480. DEACTIVATE POPUP
  481. WRITE TEXT to Which file?
  482. TEMP.TXT
  483. COPY MEMO &memofldnm TO &editfile 
  484. WRITE TEXT to Which file (ADD)?
  485. TEMP.TXT
  486. COPY MEMO &memofldnm TO &editfile ADDITIVE
  487. MOVE Which file into TEXT (ADD)?
  488. APPE MEMO &memofldnm FROM &editfile
  489. MOVE Which file into TEXT?
  490. APPE MEMO &memofldnm FROM &editfile OVERWRITE
  491. MEMOFLDNM
  492. WTYPE
  493. EEDITNT
  494. WINCOL
  495. POPCOL
  496. DMEDIT
  497. HELPEDIT
  498. FILE00
  499. EDITFILE
  500.   Enter "Y" to insert FF$+
  501.  in first empty line
  502. SCOREBOARDz
  503. MODIFY MEMO &meditfld  
  504. SET SCOREBOARD &lc_scor
  505. MEDITFLD
  506. GOAHEAD
  507. ELC_SCOR
  508. FINDFIELD
  509. SHOWLIST
  510. SRCHEMPTY
  511. SRCHVAL
  512. FILELOOK
  513. FOR HELP IN THIS FIELD, MAKE A .DBF FILE WITH THE NAME: 
  514. IF USED('&file')
  515. SELE &file
  516. IF TYPE('&t')<>'M' .AND. EMPTY(TAG(ctr)) 
  517. INDEXING ON FIELD F
  518. INDEX ON &t TAG (FIELD(ctr))
  519. srchvalf
  520. goodsrch=LOOKUP(&srchfld,srchval,&srchfld,'&srchfld')
  521.  VALUE NOT FOUND 
  522. IF srchval=TRIM(&srchfld) .AND. !showlist
  523.  FILE
  524. PRODUCT
  525. LOCK 1
  526.  Value to search for (Case Sensitive):   <ESC>=Done 
  527.  <ENTER> to Insert value   <ESC>=Quit 
  528.   <F2>=Search 
  529.       <F3>=Search 
  530.     <F4>=Add 
  531.   <F5>=Delete/Recall      <F6>=Pack file      <F7>=Print file
  532.   <F8>=Import a file      <F9>=Export this file  <CTRL-E>=Edit
  533. DO getval WITH 1
  534. DO getval WITH 2 
  535. DO popadd
  536. DO popdele
  537. DO poppack
  538. DO popprin 
  539. DO popimp
  540. DO popexp
  541. CTRL+E
  542. DO poped
  543. ENTER
  544. DO enterval   
  545. SHOWLIST
  546. SRCHEMPTY
  547. POPCAREA
  548. POP_OPNFL
  549. G_OPNFL
  550. ORIGORDR
  551. SRCHFLD
  552. DSRCHVAL
  553. EDPOPCLEAR
  554. ECKEY
  555. RSTART
  556. FILELOOK
  557. LFLDONE
  558. LFLDTWO
  559. MSORT
  560. STMSELECT
  561. LMFORMAT
  562. BEXTRA
  563. RAREA
  564. ENTER
  565. GK_ESC
  566. ENTER
  567. CTRL+E
  568. origordr
  569. SELECT &popcarea
  570. ENTER
  571. WLIST
  572. HEMPTY
  573. CAREA
  574. _OPNFL
  575. GORDR
  576. CHVAL
  577. EDINST
  578. EORIGORDR
  579. POP_OPNFL
  580. FILELOOK
  581. LPOPCAREA
  582. CTRL+E
  583.  EDIT MODE 
  584. CTRL+E
  585. DO poped
  586. WLIST
  587. FILELOOK
  588. RSTART
  589. GK_ESC
  590. IMPORT
  591. IMPEXP1
  592. EXPORT
  593. IMPEXP1
  594. DELETED - (RECORDS MARKED DELETED PERMANENTLY ERASED AFTER PACKING)
  595. G_LCKRC
  596.  ADD Mode   <ESC> when done
  597. G_LCKFL
  598. LISTPRIN
  599. Packing - Removing records marked deleted
  600. POP_OPNFL
  601. G_OPNFL
  602.  FOUND
  603.           NOT FOUND:
  604. val=&file
  605. fldone
  606. fldtwo
  607. BROWSE NOWAIT NOMENU WIND filelook &bextra 
  608. WHICHFLD
  609. OLDVAL
  610. GETVALREC
  611. GK_ESC
  612. GK_ENTER
  613. SHOWLIST
  614. FLDONE
  615. DFLDTWO
  616. Select Printer or <ESC>
  617. SENDING TO: FF
  618.   <ESC>=Quit 
  619. PRINREC
  620. GL_CONT
  621. C_SELPR
  622. GK_ESC
  623. C_SETPR
  624. IF FILE('&tempfile')  
  625. REST FROM &tempfile ADDI
  626. memval[ii]f
  627. memval[ii]=KEY(&val)
  628. FILLMEM
  629. memval[1]=FIELD(2)+IIF(TYPE('&third')<>'M','+'+FIELD(3),'')+IIF(TYPE('&fourth')<>'M','+'+FIELD(4),'')
  630. memvalh[1]=SUBS(FIELD(2),1,FSIZE(FIELD(2)))+REPL(' ',MAX(0,FSIZE(second)-LEN(second)))+IIF(TYPE('&third')<>'M',SUBS(FIELD(3),1,FSIZE(FIELD(3)))+REPL(' ',MAX(0,FSIZE(third)-LEN(third))),'')+IIF(TYPE('&fourth')<>'M',SUBS(FIELD(4),1,FSIZE(FIELD(4)))+REPL(' ',MAX(0,FSIZE(fourth)-LEN(fourth))),'')
  631. memvalp[1]=FIELD(2)+IIF(TYPE('&third')<>'M','+" "+'+FIELD(3),'')+IIF(TYPE('&fourth')<>'M','+" "+'+FIELD(4),'') 
  632. ACCEPT ALL RECORDS (No record selection)
  633. <INS>ert to ADD FIELDS for a FLEXI-REPORT
  634. NO SPECIFIC EXPORT FILE FORMATS. (Use all fields, default order).
  635. ltrlbl
  636. memval[mchoice]f
  637.  NO value for selection #F
  638. AVOIDBOX
  639. FLEXI-SORT (Y/N or Sort #)
  640. USE LAST NAME SORT
  641. REVIEW or ADD a SORT88
  642. FLEXI-SELECT (Y/N or Select #)
  643. ACCEPT ALL RECORDS
  644. REVIEW or ADD a SELECTION88
  645. FLEXI-
  646. LABEL
  647. REPORT
  648. (Y/N or 
  649. Format #)   
  650. LABEL
  651. REPORT
  652. [N=Run an F
  653. LABEL
  654. .LBL 
  655. .FRM 8
  656. file from DOS]
  657. REVIEW or ADD a 
  658. REPORTLABEL
  659. RUN DOS/DBASE PROGRAM
  660. AVOIDBOX
  661. GK_ESC
  662. DBFVALUE
  663. MCHOICE
  664. MSORT
  665. MSELECT
  666. MFORMAT
  667. MEMVAL
  668. MEMVALP
  669. MEMVALH
  670. DTEMPFILE
  671. DFILE04
  672. VALUE
  673. OPNFL
  674. MAKECDX
  675. LLBLDESC
  676. LLTRDESC
  677. FIRSTEMPTYVALSORT
  678. YMTYPE
  679. DEFINE WINDOW temp FROM 6,45 TO IIF(TYPE('&currfld')='C',16,15),72 COLOR SCHEME popcol SHADOW 
  680. DEFINE POPUP gtsele FROM 0,0 TO IIF(TYPE('&currfld')='C',8,7),25 
  681. 2nd, Select Operator:
  682.  EQUALS,  NOT EQUAL, etc.
  683.   Equal to        
  684.   NOT Equal to     
  685.   Greater than     
  686.   Greater or Equal to
  687.   Less than       
  688.   Less or Equal to  
  689. IF TYPE('&currfld')='C'
  690.   Contains  
  691. DEACTIVATE POPUP
  692.  = <>> >=< <=$ $ 
  693. 3rd, enter value 
  694. 3rd, enter value: 
  695. CASE TYPE('&currfld')='C'
  696. fldget=IIF(temp=7,SPACE(20),SPACE(FSIZE('&currfld')))  
  697. CASE TYPE('&currfld')='D'
  698.   /  /  #
  699. CASE TYPE('&currfld')='N' 
  700. UPPER(
  701. CASE TYPE('&currfld')='C'
  702. UPPER(
  703. CASE TYPE('&currfld')='D'
  704.   /  /  
  705. DTOC(
  706. "  /  /  "
  707. CTOD("
  708. CASE TYPE('&currfld')='N'
  709. .NOT.
  710. You can LINK more selections by selecting AND/OR, or Quit
  711.  QUIT (Done) 
  712.      AND     
  713.      OR      
  714. DEACTIVATE POPUP
  715. .AND.
  716. CURRFLD
  717. GTSELE
  718. POPCOL
  719. TEMP2
  720. EIGHTWO
  721. WINCOL
  722. FLDGET
  723. MEMVAL
  724. DMCHOICE
  725. DGK_ESC
  726. ANDOR
  727. SET ORDER TO 1 &ascedesc
  728. SET ORDER TO 2 &ascedesc
  729. UPPER(FF
  730. SET ORDER TO TAG memval[mchoice] &ascedesc
  731. SORTING FILE...
  732. UPPER(FF
  733. tempndx
  734. SORT:F
  735. SORTBOX
  736. MCHOICE
  737. MSORT
  738. TRYCDX
  739. MEMVAL
  740. MEMVALP
  741. CHECK
  742. HOICE
  743. MSORTFLD
  744. ADDNDX
  745. IF TYPE('&mfilter')<>'L' .AND. LEN(TRIM(mfilter))>0
  746. Invalid Logic - Edit:
  747. FINDING RECORDS...
  748. SET FILTER TO &mfilter
  749. NO RECORDS FOUND. Press any key.
  750. ALL RECORDS SELECTED
  751. GK_ESC
  752. SELEBOX
  753. MFILTER
  754. MCHOICE
  755. MEMVAL
  756. rptsort
  757.  <ESC> DONE 
  758. RECNO()
  759. DO assignva
  760. SELECT &currarea
  761. CURRAREA
  762. TITLEVAR
  763. DBFVALUE
  764. POPCOL
  765. SAVE ALL LIKE memval* TO &tempfile
  766. TEMPFILE
  767. FILE04
  768. DBFVALUE
  769. AVOIDBOX
  770.  <ESC> or Choose F
  771. FIELDS TO COMPARE FOR DUPLICATES
  772. EXPORT FIELDS,
  773. a FLEXI-SELECT,
  774. a FLEXI-SORT,
  775. a FLEXI-REPORT,8888
  776.  Pick a line, then A-dd fields   Del/Ins a line  F10-Quit 
  777.  <INS>=Add   <DEL>   <E>dit8
  778. F10=Toggle Sort: 
  779. DO ascedesc
  780. DEACTIVATE POPUP
  781. DO addfld
  782. DO popdelfld
  783. DO menu2
  784. PASSDBF
  785. DBFVALUE
  786. DEFBAR
  787. MEMVALDEF
  788. SELEGET
  789. TITLELIS
  790. TEMPSORT
  791. ASCEDESC
  792. OPERATE
  793. WINCOL
  794. DFIRSTEMPTYCTR
  795. MEMVAL
  796. POPCOL
  797. PTYINS
  798. TYDEL
  799. RSTEMPTYMCHOICE
  800. YMEMVSAVE
  801. ASCENDING
  802. DESCENDING
  803. ASCENDING8
  804. F10=Toggle Sort: 
  805. ASCEDESC
  806. TEMPSORT
  807.  SELECT FIELDS for REPORT 
  808. eximdup
  809.  SELECT FIELDS-NO MULTIPLES! 
  810.  SELECT a FIELD 1st 
  811.  SELECT MAJOR SORT 1st 
  812. No dbfvalue8888
  813. duprptlbl
  814. FLDLTOT
  815. ADDCTR
  816. MEMVAL
  817. FIRSTEMPTYMEMVALP
  818. TYMEMVALH
  819. TYMCHOICE
  820. TYDBFVALUE
  821. YGK_ESC
  822. ANDOR
  823. POPSTRU
  824. DGTSELE
  825. YOPERATE
  826. TYPOPCOL
  827. MAKECDX
  828. TAGNUMBER
  829. DBFVALUE
  830. YFILE00
  831. TYCTR
  832. MEMVAL
  833. TYMEMVALP
  834. YMEMVALH
  835. OPERATE
  836. POPCOL
  837. DFIRSTEMPTY
  838. filenmf
  839. TEMPNDXFF
  840. INDEX ON &ndxexpr TO &filenm 
  841. SET INDEX TO &filenm
  842. SET INDEX TO ndxnm[1],&filenm
  843. SET INDEX TO ndxnm[1],ndxnm[2],&filenm
  844. SET INDEX TO ndxnm[1],ndxnm[2],ndxnm[3],&filenm
  845. SET INDEX TO ndxnm[1],ndxnm[2],ndxnm[3],ndxnm[4],&filenm
  846. SET INDEX TO ndxnm[1],ndxnm[2],ndxnm[3],ndxnm[4],ndxnm[5],&filenm
  847. SET INDEX TO ndxnm[1],ndxnm[2],ndxnm[3],ndxnm[4],ndxnm[5],ndxnm[6],&filenm
  848. SET INDEX TO ndxnm[1],ndxnm[2],ndxnm[3],ndxnm[4],ndxnm[5],ndxnm[6],ndxnm[7],&filenm
  849. SET ORDER TO totndxs+1 &ascedesc
  850. NDXEXPR
  851. FILENM
  852. NDXNM
  853. MNDXORD
  854. YTOTNDXS
  855. TYCURRAREA
  856. LN_OPNFL
  857. YG_OPNFL
  858. RECNO()
  859. fieldln=FSIZE('&currfld')
  860. rptsortdup
  861. memvalp[mchoice]=memvalp[mchoice]+IIF(TYPE('&currfld')='D',IIF(dbfvalue='sort','DTOS(','DTOC(')+tf+')',IIF(TYPE('&currfld')='N','STR('+tf+','+LTRIM(STR(fieldln))+IIF(decimals>0,","+LTRIM(STR(decimals)),'')+')',IIF(TYPE('&currfld')='L','IIF('+tf+',"T","F")',tf)))+'+'
  862. duprptlbl
  863.  LENGTH of fields SELECTED, F
  864.  EXCEEDS WIDTH of 
  865. NORMAL REPORT, 80
  866. SORT, 100
  867. LABEL, 5088
  868.  characters
  869. Adding #FF
  870. lblcont
  871. sortexim
  872. CURRFLD
  873. DBFVALUE
  874. GK_ESC
  875. YDECIMALS
  876. YFIELDLN
  877. MEMVAL
  878. YMCHOICE
  879. VALUE
  880. MEMVALP
  881. MEMVALH
  882. DFLDLTOT
  883. TYOPERATE
  884. YPOPCOL
  885. temp1
  886. temp1
  887. temp1e/
  888. IF TYPE('A->&afield')<>'M'
  889. RECNO()
  890. REPL FIELD_TYPE WITH TYPE('A->&afield')
  891. CASE TYPE('A->&afield')='C'
  892. num=LEN(A->&afield)
  893. CASE TYPE('A->&afield')='D'
  894. CASE TYPE( 'A->&afield') $ 'N'
  895. num=LENNUM(A->&afield)
  896. RECNO
  897. temp2
  898. temp1
  899. temp1.DBF
  900. SELE &newarea
  901. temp2
  902. temp2e/
  903. SELE &newarea
  904. SELE &newarea
  905. NEWFLD
  906. MEMVAL
  907. MCHOICE
  908. TEMP1
  909. YG_OPNFL
  910. YNEWAREA
  911. AFIELD
  912. YFIELD_NAMENUM
  913. FIELD_LEN
  914. FIELD_TYPETEMP2
  915. OPNFL
  916. TYRECNO
  917. TEMPORD
  918. NDXORD
  919. TAGORD
  920. P_CODES
  921. P_CODES.DBF2
  922. P_CODES.CDX2
  923. P_CODES.DBF OR P_CODES.CDX file not found
  924. p_codes
  925. p_codes//
  926. p_name
  927. POSTSCRIPT
  928. Printer
  929. p_codes
  930. EDITP_CODES
  931. P_CODES.DBF2
  932. P_CODES.CDX2
  933. P_CODES.DBF OR P_CODES.CDX file not found
  934. p_codes
  935. p_codes//
  936. p_name
  937. POSTSCRIPT
  938. Printer
  939. Port OR \\<MachineName>\<PrinterName>=LPT1 OR \\SPOOLER (Novell)
  940. Setup
  941. Reset Printer
  942. FORM Length
  943. Form Feed
  944. 6 lines per inch
  945. 8 lines per inch
  946. 10 characters per inch
  947. 12 characters per inch
  948. Compressed Font
  949. Landscape Mode (twisted 90 degrees)
  950. Portrait (normal) mode
  951. STOP printing bold
  952. Start Underlining
  953. Stop Underlining
  954. Start Italics
  955. Stop Italics
  956. Start Superscript
  957. Stop Superscript
  958. Start Subscript
  959. Stop Superscript
  960. Fixed spacing
  961. Proportional spacing
  962. Carriage Return & Line Feed
  963. Horizontal movement code #1
  964. Horizontal movement code #2
  965. Top Margin Setup
  966. p_codes
  967. If you deleted records, Permanently remove deleted records now?
  968. p_codes
  969. p_codese/
  970. p_name
  971. p_codes
  972. SELE &currarea
  973. LC_FILE
  974. LC_KEYVAR
  975. LC_TITLE
  976. CURRAREA
  977. YG_DSPALT
  978. YLN_RETURN
  979. LN_OPNFLP
  980. G_OPNFL
  981. MEP_NAME
  982. BROWWIN
  983. SELECTED
  984. EDEFAULT
  985. CHGDEFA
  986. YP_CODES
  987. L_CNVASC
  988. P_OUTPORT
  989. P_SETUP
  990. P_RESET
  991. TYP_FLEN
  992. YP_FF
  993. P_6LPI
  994. P_8LPI
  995. P_10CPI
  996. P_12CPI
  997. P_COMPRESSP_LANDSCAPP_PORTRAITP_BOLDON
  998. P_BOLDOFF
  999. P_ULINEON
  1000. P_ULINEOFFP_ITALON
  1001. P_ITALOFF
  1002. P_SUPERON
  1003. P_SUPEROFFP_SUBON
  1004. tP_SUBOFF
  1005. P_FIXED
  1006. P_PROPTNALP_CRLF
  1007. P_HORZMV1
  1008. P_HORZMV2
  1009. P_TOPMARG
  1010. LOCKSTATUSLN_CONT
  1011. G_GETDLG
  1012. GK_ESC
  1013. Checking Other records marked as DEFAULT
  1014. G_LCKRC
  1015. DEFAULT
  1016. SELECTED
  1017. YGK_ENTER
  1018. lc_value = &lc_varnam.
  1019. CHR(F
  1020. Printer Decimal Code syntax is:CHR(??)CHR(??)
  1021. lc_chrval = &lc_chrstr.
  1022. REPL &lc_varnam WITH lc_value
  1023. LL_RETURN
  1024. LC_VARNAM
  1025. LC_VALUE
  1026. LN_START
  1027. YLN_END
  1028. YLC_CHRSTR
  1029. LC_CHRVAL
  1030. G_DSPALT
  1031.  SETUP-SELECT MONITOR 
  1032. \<Color     
  1033. \<Laptop    
  1034. \<Gas Plasma
  1035. \<Monochrome
  1036. DEACTIVATE POPUP
  1037. WINCOL
  1038. SETUP
  1039. POPCOL
  1040. YXCOLOR
  1041. YCOLORCH
  1042. config
  1043. XCOLORCH
  1044. XCOLOR
  1045. CONFIG
  1046. content = &fldnam
  1047. SET ALTERNATE TO &newfile
  1048. fldcontent = STR(&fldnam)
  1049. fldcontent = DTOC(&fldnam)
  1050. fldcontent = IIF(&fldnam,'T','F')
  1051. fldcontent = TRIM(&fldnam)
  1052. fldcontent = &fldnam
  1053. FILEHDR
  1054. FLDEOR
  1055. YFLDSEP
  1056. YISTRIM
  1057. FLDBEG
  1058. FLDEND
  1059. FILETYPE
  1060. FLDNUM
  1061. EFLDNAM
  1062. FLDTYP
  1063. YFLDWID
  1064. CONTENT
  1065. FLDCONTENT
  1066. lc_titlef
  1067.  Select Printer or <ESC> 
  1068.  Select Printer or <ESC> 
  1069. ln_rptcolsf
  1070. ln_defcpif
  1071. ll_fixdcpif
  1072. ln_lpif
  1073. lc_pstylef
  1074. lc_pstrokef
  1075. ln_tmarginf
  1076. lc_porientf
  1077. PRINTER
  1078. PRINTER
  1079. p_codes
  1080. p_codes//
  1081. p_name
  1082. Default Printer: 
  1083. Destination: 
  1084. Select
  1085. Cancel
  1086. Default Printer: 
  1087. Destination: 
  1088. Print
  1089. Select
  1090. Cancel
  1091.  Select FILE, PRINT PORT, PRINTER or <ESC> 
  1092.    Send to Disk File
  1093.    LPT1
  1094.    LPT2
  1095.    LPT3
  1096.    COM1
  1097.    COM2
  1098.    COM3
  1099.    COM4
  1100.    <ENTER> here to CHANGE PRINTERS IN LIST
  1101. DEACTIVATE POPUP
  1102. <Ctrl-Enter> to Select default   <Esc>=Cancel
  1103. TEMP.TXT
  1104. File 
  1105.  already exists.
  1106. Write-Over
  1107. Append
  1108. Re-Enter
  1109. Non-existent directory: 
  1110. Re-Enter
  1111. Invalid File Name: 
  1112. Re-Enter
  1113. P_CODES
  1114. Your Selected printers="Y"  Default printer="Y"
  1115. Printer Not Ready
  1116. Retry
  1117. Select Again
  1118. Cancel
  1119. p_codes
  1120. LC_TITLE
  1121. LN_RPTCOLSLN_DEFCPI
  1122. LL_FIXDCPILN_LPI
  1123. YLC_PSTYLE
  1124. LC_PSTROKELN_TMARGINLC_PORIENTLL_RETURN
  1125. LL_HOTKEY
  1126. LN_RESULT
  1127. LC_SALIAS
  1128. LN_OPNFL
  1129. LN_CNT
  1130. LC_PRNDESTLL_RESULT
  1131. LN_RESEL
  1132. TLN_RESP
  1133. YLN_OPNFLP
  1134. LN_BAR
  1135. G_OPNFL
  1136. GC_IDRVDBFMPRINT
  1137. GC_PRNTID
  1138. G_GETDL
  1139. GC_OSEOL
  1140. GC_PRNDESTC_SETPCD
  1141. TLW_SELPR
  1142. LU_SELPR
  1143. FGC_OSTYPE
  1144. P_NAME
  1145. SELECTED
  1146. P_CODES
  1147. FLC_PROMPT
  1148. FILEPICK
  1149. LC_PATH
  1150. STG_VALDR
  1151. STG_GETDLG
  1152. BROWFILE
  1153. C_SETPR
  1154. path and file name
  1155. Spaces not allowed in 
  1156. None of [,],', or 
  1157.  allowed in 
  1158. Path must end in :.
  1159. File must not end in :.
  1160.  not found.
  1161.  not found.
  1162. Spaces not allowed in 
  1163. None of [,],', or 
  1164.  allowed in 
  1165. Path must end in /.
  1166. File must not end in /.
  1167.  not found.
  1168.  not found.
  1169. Spaces not allowed in 
  1170. None of +,&,|,/,[,],', or 
  1171.  allowed in 
  1172. None of +,&,*,|,/,[,],', or 
  1173.  allowed in 
  1174. Path must not include period.
  1175. Path must end in \.
  1176. File must not end in \.
  1177. File too short.
  1178. File too long.
  1179. Drive letter not present in 
  1180. Drive separator (:) not present.
  1181. Drive separator (:) present more than once.
  1182. Directory specified by path does not exist.
  1183.  not found.
  1184.  not found.
  1185. Unable to check directory - too many files open.
  1186. Unable to check directory - disk full.
  1187. Directory specified by path does not exist.
  1188. LC_VALUE
  1189. LC_OSTYPE
  1190. LN_ETYPE
  1191. LC_MSG
  1192. CPILC_CHKFL
  1193. YLL_DISP
  1194. LL_RETURN
  1195. LL_WRNONLYLC_DESC
  1196. NTLC_TRMVAL
  1197. LC_CHKFXP
  1198. LC_TEXT
  1199. LN_OPNFL
  1200. GC_OSTYPE
  1201. GC_OSEOL
  1202. GC_EXTNDX
  1203. GC_TMPF1
  1204. GC_EXTTXT
  1205. G_DSPALT
  1206. SALELEAD
  1207. SALELEAD
  1208. #####
  1209. #####.#
  1210. #####.##
  1211. #####.###
  1212. ##########
  1213. ######
  1214. #####-###
  1215. AMERENGL
  1216. ADMNFF
  1217. SBTULEVEL7j
  1218. FORMFEED
  1219. GC_SYCINSTGC_SVERSN
  1220. GD_SDATE
  1221. GC_SDATE8
  1222. GC_BELL
  1223. YGN_RETRY
  1224. GN_MAXWA
  1225. GN_FSTBAR
  1226. GN_EXTBAR
  1227. GC_FOXUSR
  1228. GN_MSGLINEGN_PADLINEGC_SEPCHR
  1229. GN_MOUSE
  1230. GC_DECPIC0GC_DECPIC1GC_DECPIC2GC_DECPIC3GC_USERID
  1231. GC_WKSTID
  1232. GC_LOCLID
  1233. GL_ULEVEL
  1234. GC_AUDTTYPGC_CLCKTYPGC_PRNTID
  1235. GC_USRMNU1GC_USRCMD1GC_USRMNU2GC_USRCMD2GC_DEFCOMPGL_MREMINDGN_HLPCOL
  1236. GC_PROCID
  1237. GL_COLORD
  1238. GC_OSTYPE
  1239. GC_OSCHR
  1240. GC_OSEOL
  1241. GC_TASK
  1242. STGC_SUBTASKGC_PRNDESTGC_APPLID
  1243. GC_ADESC
  1244. GC_VERSN
  1245. GC_COMPANYGC_WKSLOC
  1246. GC_COMPID
  1247. GL_CHKRULEGL_CONFRMEGL_CONFRMSGL_LNTAX
  1248. GL_MULTI
  1249. @GL_HOTKEY
  1250. GL_AUDITL
  1251. GL_LOGINR
  1252. GL_PASSWD
  1253. GL_WKSTNS
  1254. GL_NDXPATHGC_EXTDBF
  1255. GC_EXTCDX
  1256. GC_EXTTXT
  1257. GC_EXTDBT
  1258. GC_EXTNDX
  1259. GC_EXTFRM
  1260. GC_EXTLBL
  1261. GC_IDRVDBFGC_IDRVNDXGC_IDRVPRGGC_IDRVTMPGC_HELPID
  1262. GK_ESC
  1263. GK_ENTER
  1264. GK_RGT
  1265. GK_LFT
  1266. GK_UP
  1267. tGK_DN
  1268. ^GK_PGUP
  1269. DGK_PGDN
  1270. 4GK_HOME
  1271. GK_END
  1272. GK_CTLEND
  1273. GK_SPACE
  1274. GL_CONT
  1275. GK_CTLHOMEGK_DEL
  1276. GK_INS
  1277. GC_CLSETN
  1278. GC_TMPF1
  1279. TGS_016
  1280. >GS_017
  1281. GS_177
  1282. GS_194
  1283. GS_197
  1284. GS_205
  1285. FGS_219
  1286. GS_220
  1287. <GS_223
  1288. GS_251
  1289. GC_DOCPIC
  1290. GC_BATPIC
  1291. GC_ACCTPICWINCOL
  1292. |POPCOL
  1293. XCOLOR
  1294. XUNLOCK
  1295. LN_CONT
  1296. DLL_CONT
  1297. uTITLEVAR
  1298. TRYCDX
  1299. SPCFIELDUPASCEDESC
  1300. uCURRINDEX
  1301. XINSTALL
  1302. XUSES
  1303. LN_OPNFL
  1304. tFREPCOLS
  1305. FREPCPI
  1306. FREPDCPI
  1307. uFREPLPI
  1308. FREPSTYLE
  1309. FREPSTROKEFREPTMARGIFREPORIENTFREPLENGTHFREPOFF
  1310. FILE00
  1311. LTRTMARG
  1312. LTRTMAR2
  1313. LTRNLQ
  1314.     LTRLMARG
  1315. WLTRPAUSE
  1316. ILTRFORM
  1317. NGLTRFORMA
  1318. 'LTRBEG
  1319. tr)LTREND
  1320.    LTRLENGTH
  1321. LTRTRAYS
  1322. DLTRINCDISTXTRAYONE
  1323. FXTRAYTWO
  1324.  XLTRA
  1325.     XLTRB
  1326. fileLBLDESC
  1327. & LTRDESC
  1328. n LBLACROS
  1329. iLBLSPACE
  1330.  LBLLNGTH
  1331.  LBLLINES
  1332. lLBLNEWPG
  1333. iLBLPAUSE
  1334. .LBLROW
  1335.    LBLCOL
  1336.   LBLCOPY
  1337. EDLBLSTATE
  1338. iLBLEJECT
  1339. SLBLEXTRA
  1340. ELBLLINE
  1341. O LBLROWIN
  1342. (LBLCOLIN
  1343. oXCON
  1344. ened,XDUPCHECK
  1345. XMAINFILE
  1346. ISKIPNUM
  1347. NGSKIPREC
  1348. 'CKEY
  1349. tr)MNTHSAMPLELONELTR
  1350. CURRAREA
  1351. DCURRWIN
  1352. STVALIDTEST
  1353. MCHOICE
  1354.  MSORTFLD
  1355.  MFORMAT
  1356. leMSORT
  1357. & MSELECT
  1358. n MTYPE
  1359. iMPRINT
  1360.  TEMPC
  1361.  TEMPF
  1362. lCURRFLD
  1363. iGOLOGIC
  1364. .NOGO
  1365.    DIDEDIT
  1366.   ALTFILE
  1367. EDMREC
  1368. iBOTHCTR
  1369. SSETUPCTR
  1370. EGOAHEAD
  1371. O MFILTER
  1372. (SKIPNAME
  1373. oDBFVALUE
  1374. ,DIFFERENT
  1375. MEMVAL
  1376. MEMVALP
  1377. IMEMVALH
  1378. NGFIRSTEMPTYFTITLE
  1379. tr)FTITLE2
  1380. LEMDATE
  1381. MDRIVE
  1382. DMFILE
  1383. STXLASER
  1384. SETCON
  1385.  SETDEV
  1386.  SETPRN
  1387. leXTICKADD
  1388.  VALUEHEAD
  1389. VALUEPRINTVALUEFIELDKEY
  1390. LC_SEED
  1391. EXPORT
  1392. If desired, Select a SORT for the Export file
  1393. If desired, Select Specific records for the Export file
  1394.  SELECT FIELDS 
  1395. Change the ORDER or NUMBER of fields normally written to your file (Y/N)?
  1396. (If Yes, a temporary copy of your file will be created with selected fields)
  1397. MAKING TEMPORARY COPY OF FILE WITH NEW FIELDS
  1398. SELE &file00
  1399. MTYPE
  1400. INSTFILETYPE
  1401. VALUEFIELDFIELDLIST
  1402. NEWSTRUCT
  1403. MCHOICE
  1404. POPOPTIONSFSORT
  1405. FSELE
  1406. NSORDERBOX
  1407. WINCOL
  1408. INEGOLOGIC
  1409. EMEMVAL
  1410. SNEWSTRUC
  1411. OUT_IN2
  1412. C0FILE00
  1413. 1SELEBOX
  1414. SORTBOX
  1415. FORMFEED
  1416. p_codes
  1417. p_codes//
  1418. p_name
  1419. This report requires FF
  1420.  columns to print.
  1421. Proceed
  1422. Reselect
  1423. Cancel
  1424. This report requires the printer be 
  1425. set to 10 characters
  1426. per inch.  
  1427.  has no 10 cpi printing 
  1428. code defined.
  1429. You must manually set your printer, or 
  1430. reselect another printer.
  1431. Proceed
  1432. Reselect
  1433. Cancel
  1434. This report requires the printer be set to 12 characters
  1435. per inch.  
  1436.  has no 12 cpi printing 
  1437. code defined.
  1438. You must manually set your printer, or reselect 
  1439. another printer.
  1440. Proceed
  1441. Reselect
  1442. Cancel
  1443. 333333
  1444. This report requires a FF
  1445.  column printer, and 
  1446. printer 
  1447. is defined as having 
  1448.  columns at 10 cpi with no printing 
  1449. code defined to set it to 12 cpi.
  1450. You must manually set your printer, or reselect 
  1451. another printer.
  1452. Proceed
  1453. Reselect
  1454. Cancel
  1455. This report requires a FF
  1456.  column printer, and 
  1457. printer
  1458.  columns with 
  1459. no compressed printing code defined.
  1460. You must manually set your printer, or 
  1461. reselect another printer.
  1462. Proceed
  1463. Reselect
  1464. Cancel
  1465. Times
  1466. fonts
  1467. /Times
  1468. Italic
  1469. Roman
  1470. PSAPI.PLB
  1471. DRIVER
  1472. p_6lpi
  1473. p_8lpi8
  1474. p_portrait
  1475. p_landscap8
  1476. DEFAULT
  1477. ELITE
  1478. CONDENSED
  1479. p_codes
  1480. LN_RPTCOLSLN_DEFCPI
  1481. LL_FIXDCPILN_LPI
  1482. LC_PSTYLE
  1483. LC_PSTROKELN_TMARGINLC_PORIENTLL_FILE
  1484. NSLL_RETURN
  1485. LN_RESULT
  1486. LC_SALIAS
  1487. LL_WAIT
  1488. SLN_RESEL
  1489. LN_OPNFLP
  1490. LN_FIRST
  1491. 1G_OPNFL
  1492. GC_IDRVDBFP_NAME
  1493. GC_PRNTID
  1494. G_GETDLG
  1495. SGC_OSEOL
  1496. SP_CODES
  1497. LSPGWIDTH
  1498. YPP_10CPI
  1499. PIP_12CPI
  1500. PIP_COMPRESSPFPAUSE
  1501. G_PDPGSIZEG_PDFILES
  1502. G_PDLMARGIG_PDFONTSIG_PDFONT
  1503. G_PDLEADIN_PDPARMS
  1504. G_PDSTYLE
  1505. G_PDSTROKEHORIZPTS
  1506. EVERTPTS
  1507. SKG_PDORIENTFONTS
  1508. FONTNAME
  1509. ITALIC
  1510. YSEPARATOR
  1511. REGULAR
  1512. INCL_REG
  1513. EP_OUTPORT
  1514. P_SETUP
  1515. MSP_RESET
  1516. P_FLEN
  1517. @P_FF
  1518. P_BOLDON
  1519. TP_BOLDOFF
  1520. P_ULINEON
  1521. P_ULINEOFFP_ITALON
  1522. HP_ITALOFF
  1523. P_SUPERON
  1524. P_SUPEROFFP_SUBON
  1525. P_SUBOFF
  1526. P_FIXED
  1527. P_CRLF
  1528. P_HORZMV1
  1529. P_HORZMV2
  1530. LN_LOOP
  1531. INSECOND
  1532. PSTRING
  1533. p_codes
  1534. p_codes//
  1535. p_name
  1536. p_codes
  1537. LC_P_NAME
  1538. LL_VERBOS
  1539. LC_SALIAS
  1540. LC_RUNOFF
  1541. LC_RUNON
  1542. LC_CHR
  1543. OKELN_OPNFLP
  1544. G_OPNFL
  1545. GC_IDRVDBFP_NAME
  1546. GC_PRNTID
  1547. GC_PRNDESTP_CODES
  1548. SP_OUTPORT
  1549. <ESC> done
  1550.  CHOOSE - EXACT SPELLING versus SOUNDEX (Sound-a-like) DUPLICATE CHECK 
  1551. Enter E to check for duplicates based on Exact matches 
  1552. Enter S to check for duplicates based on Sound-Alike (Phonetic) Match
  1553. ("Schultz" and "Schults" are a Phonetic Match)
  1554. (Blank=Quit)
  1555. IF TYPE('&second')='M'
  1556. Sorry, this function does not allow a memo type field in the second position
  1557. SOUNDEX(
  1558. mformat
  1559.  Automatically MARK for Deletion 
  1560.  Enter Y to AUTOMATICALLY mark for deletion records that are duplicates.
  1561.  IMPORTANT Since you have no control over AUTOMATIC deletion, Enter Y only
  1562.  after FIRST reviewing the printed listings produced by this process.
  1563.  If you do not want ALL of the records on the listings to be automatically
  1564.  deleted, you will need to delete each record manually.
  1565. DUPLICATES REPORT Print/Screen/Quit (P/S/Quit)? - RECOMMENDED 
  1566. ASSUME "GOOD" RECORD IS MOST RECENTLY ADDED RECORD (Y/N)? 
  1567. Building Index file
  1568. UPPER(
  1569. tempndx
  1570. UPPER(
  1571. tempndx
  1572. STR(RECNO(),8)+' '+
  1573. SENDING TO: FF
  1574. @ 1,0 SAY 'B&B '+file00+' Duplicate Records using '+IIF(goahead='E','EXACT','SOUNDEX')+' MATCH Option on '+memval[mchoice]
  1575. Records marked
  1576.  "DUPL"
  1577.  will be deleted when Automatic Deletion option is selected
  1578.  are being marked for deletion automatically8
  1579.          REC # F
  1580. ------------------------------------------------------------------------------------------------------------------------------------
  1581. mcompare=IIF(goahead='S',¯os,UPPER(¯or))
  1582. IF (goahead='S' .AND. ¯os=mcompare) .OR. (goahead='E' .AND. UPPER(¯or)=mcompare)
  1583. @ dupctr,0 SAY 'GOOD: '+¯op
  1584. .NOT. EOF() .AND. .NOT. BOF() .AND. ((goahead='S' .AND. ¯os=mcompare) .OR. (goahead='E' .AND. UPPER(¯or)=mcompare))
  1585. @ dupctr,0 SAY 'DUPL: '+¯op
  1586. Press a key...  <ESC>=exit
  1587. TOTAL DUPLICATES FOUND=F
  1588. DUPLICATES WERE DELETED AUTOMATICALLY
  1589. Done. Press any key
  1590. DBFVALUE
  1591. TITLENON
  1592. TITLEVAR
  1593. GOAHEAD
  1594. MACROR
  1595. OKEMACROS
  1596. MACROP
  1597. SECOND
  1598. BFTHIRD
  1599. FOURTH
  1600. MEMVAL
  1601. ESTMEMVALP
  1602. SMEMVALH
  1603. MCHOICE
  1604. POPOPTIONSDUPVAL
  1605. BFGOLOGIC3
  1606. MPRINT
  1607. SGOLOGREV
  1608. SGK_ESC
  1609. STEMP
  1610. YPADDNDX
  1611. PISKIPDIR
  1612. IGL_CONT
  1613. SC_SELPR
  1614. ZECTR
  1615. DUPCTR
  1616. RGILL_CONT
  1617. SILL_RETURN
  1618. G_LCKRC
  1619. C_SETPR
  1620. priorchkf
  1621. srchtermf
  1622. CURSORzj
  1623. <ESC> to stop
  1624. Search for:
  1625. <Enter> to select Field:
  1626. Find at Beginning (faster), OR
  1627. Anywhere?
  1628. @*RHN \?Beginning;\Anywhere
  1629. Continue Prior Anywhere
  1630. Match?
  1631. @*RHN \Yes;\?No
  1632. @*HN \!OK;\?CANCEL
  1633. SRCHTERM
  1634. OKSRCH
  1635. PRIORCHK
  1636. FLDARRY
  1637. FLDCNT
  1638. FLDNUM
  1639. KEFLDNAME
  1640. CURS_STAT
  1641. FINDWIND
  1642. FGTFLD
  1643. ANYWHERE
  1644. PRIOR
  1645. TOKFUNC
  1646. Searching.  This may take a few moments  <ESC> to Abort
  1647. Searching  <ESC> to Abort
  1648. =LOOKUP(&fldname,TRIM(srchterm),&fldname,'&fldname')
  1649. Locating ...
  1650. CASE TYPE('&fldname') $'CM'
  1651. LOCA FOR UPPER(srchterm) $ UPPER(&fldname) WHILE INKEY()<>gk_esc
  1652. CASE TYPE('&fldname') $'FN'
  1653. LOCA FOR VAL(ALLTRIM(srchterm))=&fldname WHILE INKEY()<>gk_esc
  1654. CASE TYPE('&fldname')="D"
  1655. {}"()
  1656. LOCA FOR CTOD(srchterm)=&fldname WHILE INKEY()<>gk_esc
  1657. CASE TYPE("&fldname")='L'
  1658. LOCA FOR &fldname
  1659. LOCA FOR !&fldname
  1660. CASE TYPE('&fldname')='U'
  1661. FIELD 
  1662.  NOT FOUND
  1663. NOT FOUND
  1664. FOUND IT!
  1665. OKSRCH
  1666. SRCHTERM
  1667. THISREC
  1668. ANYWHERE
  1669. PRIOR
  1670. KEPRIORCHK
  1671. FLDNAME
  1672. FLDNAME
  1673. FLDNUM
  1674.  File Maintenance 
  1675. DEACTIVATE POPUP
  1676. \<Recall ALL records from Deletion status
  1677. \<PACK-Permanently Remove records marked deleted
  1678. Re\<index files
  1679. Select Groups of records to \<Delete
  1680. \<Modify structure of a .DBF file 
  1681. \<Create a NEW .DBF (eg. F2 Help file in Browse)
  1682. Select Specific records for Recall from Deletion status??
  1683. Proceed with Recalling FF
  1684.  Records (Y/N)?
  1685.  RECORDS RECALLED.  Press Any key
  1686. Packing File ...  Please Wait ...
  1687. FILE PACKED
  1688. Please Wait ...   REINDEXING .CDX and .IDX files
  1689. FILLMEM
  1690. FILE REINDEXED
  1691. Select specific records to Delete?
  1692. Locating Deleted Records....
  1693. DELETE FF
  1694.  RECORDS (Y/N)?
  1695. No Deleted Records Found
  1696. *.DBF/
  1697.  REMINDER - FIELD NAMES 
  1698. REMINDER!
  1699. If you added or deleted fields, You MAY need to DELETE some
  1700. files containing definitions with old field names, such as
  1701. <?=your data file name>.REP, <?>.FMT, <?>.PRX  <?>SORT.MEM
  1702. <?>SELE.MEM  <?>DUP.MEM, etc.   We also recommend deleting
  1703. the <?>.CDX sort file, which will be recreated.
  1704. Re-opening file: 
  1705. Re-Opening file: 
  1706. FILEOPTS
  1707. PMSTART
  1708. POPMAINT
  1709. WINCOL
  1710. POPCOL
  1711. PFILE
  1712. EMCHOICE
  1713. POPOPTIONSFSELE
  1714. FSELEBOX
  1715. YWHERE
  1716. GOAHEAD
  1717. TG_LCKFL
  1718. SLN_OPNFL
  1719. G_OPNFL
  1720. FILE00
  1721. ONSMAKECDX
  1722. CURRAREA
  1723. SNEWFILE
  1724. POPFILE
  1725. You are running a Network Application On a NON-NETWORK version of FoxPro
  1726. NETWORK
  1727. You are running a Network Application On a NON-NETWORK version of FoxPro
  1728. NETWORK
  1729. DEFINE
  1730. P_CODES
  1731. Your Selected printers="Y"  Default printer="Y"
  1732. EDITP_CODES
  1733. If entering your Printer's Decimal codes use:CHR(##) they'll be converted
  1734. SELECT
  1735. temp.mem
  1736. PCHOICE
  1737. C_SETPR
  1738. GC_PRNTID
  1739. BROWFILE
  1740. ESETUPP
  1741.  Printer File Maintenance 
  1742. DEACTIVATE POPUP
  1743. \<Add to Selected Printers
  1744. \<Edit Printer Codes
  1745. \<Send Codes to Printer
  1746. DO prininit WITH 'DEFINE'
  1747. DO prininit WITH 'EDIT'
  1748. DO prininit WITH 'SELECT'
  1749. MOPTS
  1750. PRINPOP
  1751. WINCOL
  1752. POPCOL
  1753. lc_tagf
  1754. LC_DBF
  1755. LC_ALIAS
  1756. LL_EXCLU
  1757. LL_AGAIN
  1758. LC_TAG
  1759. LL_NOUP
  1760. ELN_OPNFL
  1761. MAKECDX
  1762. STAGEXISTS
  1763. FLDEXISTS
  1764. CONSOLEz
  1765. DEVICEz
  1766. PRINTERz
  1767. Press Any Key
  1768. PRINT
  1769. LC_TEXT
  1770. LN_TOP
  1771. LN_LFT
  1772. LN_COLOR
  1773. LL_BELL
  1774. LN_LEVEL
  1775. ELC_LEVEL
  1776. LC_CONS
  1777. SLC_DEV
  1778. LC_PRN
  1779. LN_RETURN
  1780. LN_HIGH
  1781. LN_LEN
  1782. SLN_WTOP
  1783. LN_WBOT
  1784. LN_WLFT
  1785. NSLN_WRGT
  1786. LN_RESULT
  1787. LN_SCHEME
  1788. LC_TEXT1
  1789. LC_TEXT2
  1790. SLC_TEXT3
  1791. SLC_TEXT4
  1792. SLN_TEXT
  1793. YPLC_CON
  1794. PIGC_OSEOL
  1795. ILW_DSPAL
  1796. WINCOL
  1797. GC_BELL
  1798. LC_TEXT
  1799. LN_LEVEL
  1800. G_DSPAL
  1801. CONSOLEz
  1802. DEVICEz
  1803. PRINTERz
  1804. SETCON
  1805. SETDEV
  1806. SETPRN
  1807. PRINT
  1808. SETCON
  1809. SETDEV
  1810. SETPRN
  1811. The file: 
  1812.  is NOT OPEN during a file lock.
  1813. File lock attempted F
  1814.  times on 
  1815. Retry
  1816. Cancel
  1817. LC_ALIAS
  1818. LN_RETRY
  1819. LL_AGAIN
  1820. LC_NAME
  1821. LC_DBF
  1822. LN_TMP
  1823. ELL_RETURN
  1824. LN_RESULT
  1825. GL_MULTI
  1826. G_DSPBX
  1827. GN_RETRY
  1828. G_GETDLG
  1829. File: 
  1830.  NOT IN USE during Record Lock.
  1831. File: 
  1832.  is at END OF FILE during Record Lock.
  1833. Retry record lock on 
  1834. LC_ALIAS
  1835. LN_RETRY
  1836. LL_AGAIN
  1837. LC_NAME
  1838. LC_DBF
  1839. LN_TMP
  1840. ELL_RETURN
  1841. LN_RESULT
  1842. GL_MULTI
  1843. G_DSPBX
  1844. GN_RETRY
  1845. G_GETDLG
  1846. mtypef
  1847. REPORT
  1848. REPORT
  1849. Sending 
  1850.  to: 
  1851. SCREEN8
  1852. REPORT
  1853. LABEL
  1854. REPORT
  1855. LABEL
  1856. LC_FRMFILELL_PRNT
  1857. MTYPE
  1858. LN_RECNO
  1859. _PDPARMS
  1860. EGK_ESC
  1861. HELPFILE
  1862. HELPFILE
  1863. HELPFILE//
  1864.  HELP OPTIONS 
  1865. \<Search for Text  
  1866. \<Edit a Help Topic
  1867. \<Add a Help Topic 
  1868. DEACTIVATE POPUP
  1869. <CTRL><PgDn> on Memo field to EDIT
  1870.  Search for Text 
  1871. Enter text to search for in:
  1872. Searching for FF
  1873. Search for: FF
  1874.      <CTRL-W>Save   <CTRL-Q>Cancel   <ESC>
  1875. HELPFILE
  1876. UPPER(ALLTRIM(helpstr)) $ UPPER(helpfile->details)
  1877. lc_cond = "UPPER(ALLTRIM(helpstr)) $ UPPER(&searchfl->extranotes)"
  1878. LOCATE WHILE .NOT. EOF() FOR &lc_cond
  1879. Search again (Y/N)?
  1880. lw_hlpedt
  1881. HELPFILE
  1882. HELPFILE
  1883. ln_strt = ATC(ALLTRIM(helpstr), &searchfl->extranotes)
  1884. HELPFILE
  1885. MODIFY MEMO &searchfl->extranotes RANGE ln_strt,ln_end WINDOW lw_hlpedt  
  1886. lw_hlpedt
  1887. End of File
  1888. helpfile
  1889. helpfilee/
  1890. helpfile
  1891. helpfile//
  1892. helpfile
  1893. HELPFILE
  1894. SELE &currarea
  1895. HTEMP
  1896. FILECURRAREA
  1897. LL_CONT
  1898. LN_OPNFL
  1899. EG_OPNFL
  1900. LEMOPTS
  1901. EHEDIT
  1902. EHELP
  1903. SEARCHFL
  1904. HLPSRH
  1905. WINCOL
  1906. HELPSTR
  1907. GK_ESC
  1908. GOAHEAD
  1909. NSLL_CNTSRH
  1910. LW_HLPEDT
  1911. LC_COND
  1912. LL_FOUND
  1913. LN_STRT
  1914. SHELPFILE
  1915. SDETAILS
  1916. SLN_END
  1917. CONSOLEz
  1918. DEVICEz
  1919. PRINTERz
  1920. lc_but1f
  1921. lc_but2f
  1922. lc_but3f
  1923. lc_but4f
  1924. PRINT
  1925. LC_TEXT
  1926. LELN_TOP
  1927. LN_LFT
  1928. LN_COLOR
  1929. LL_BELL
  1930. ELN_LEVEL
  1931. ELC_LEVEL
  1932. ELC_DEFBT
  1933. LC_BUT1
  1934. LC_BUT2
  1935. LC_BUT3
  1936. LC_BUT4
  1937. LC_CONS
  1938. LC_DEV
  1939. LC_PRN
  1940. LN_RETURN
  1941. LN_DEFBT
  1942. LN_NUMBUT
  1943. LN_HIGH
  1944. LN_PLEN1
  1945. LN_PLEN2
  1946. SLN_PLEN3
  1947. SLN_PLEN4
  1948. SLN_BUTLEN
  1949. LN_LEN
  1950. LN_WTOP
  1951. ILN_WLFT
  1952. LN_BUT
  1953. LN_SCHEME
  1954. LN_TEXT
  1955. LC_TEXT1
  1956. ILC_TEXT2
  1957. ILC_TEXT3
  1958. LC_TEXT4
  1959. NGK_ESC
  1960. GK_ENTER
  1961. LC_CON
  1962. OKELC_BUT
  1963. GC_OSEOL
  1964. LN_BTWBUT
  1965. LN_WBOT
  1966. LN_WRGT
  1967. LL_BELLRG
  1968. LW_GETDL
  1969. WINCOL
  1970. GC_BELL
  1971. L_HLDWIN
  1972. LW_GETDL
  1973. ELN_RETURN
  1974. lc_but1f
  1975. lc_but2f
  1976. lc_but3f
  1977. lc_but4f
  1978. LC_TEXT
  1979. ELN_LEVEL
  1980. LN_DEFBT
  1981. LC_BUT1
  1982. LC_BUT2
  1983. ELC_BUT3
  1984. ELC_BUT4
  1985. ELN_RETURN
  1986. G_GETDL
  1987. CONSOLEz
  1988. DEVICEz
  1989. PRINTERz
  1990. lc_textF
  1991. IF TYPE('&mac')<>'C'
  1992. &mac=''
  1993. PRINT
  1994. LN_TOP
  1995. ELN_LFT
  1996. LN_COLOR
  1997. LL_BELL
  1998. LC_TEXT01
  1999. LC_TEXT02
  2000. LC_TEXT03
  2001. LC_TEXT04
  2002. LC_TEXT05
  2003. LC_TEXT06
  2004. LC_TEXT07
  2005. LC_TEXT08
  2006. LC_TEXT09
  2007. LC_TEXT10
  2008. LC_TEXT11
  2009. LC_TEXT12
  2010. LC_TEXT13
  2011. LC_TEXT14
  2012. LC_TEXT15
  2013. LL_HOTKEY
  2014. LC_CONS
  2015. SLC_DEV
  2016. SLC_PRN
  2017. SLN_NUMLN
  2018. LN_LEN
  2019. LN_HIGH
  2020. ILN_MARGIN
  2021. LN_WTOP
  2022. LN_WBOT
  2023. LN_WLFT
  2024. LN_WRGT
  2025. ILN_RESULT
  2026. LN_SCHEME
  2027. LN_GET
  2028. NGL_HOTKEY
  2029. LC_CON
  2030. ELW_DSPBX
  2031. GC_BELL
  2032. IF TYPE('&t')<>'M'                     
  2033. INDEXING .CDX FILE F
  2034.  FOR FILE:
  2035. INDEX ON &t TAG (FIELD(cdxctr))
  2036. Done Indexing
  2037. FILLMEM
  2038. FILLMEM
  2039. CDXCTR
  2040. _BELL
  2041. G_LCKFL
  2042. MEMVAL
  2043. MEMVALP
  2044. MEMVALH
  2045. CONSOLEz
  2046. DEVICEz
  2047. PRINTERz
  2048. ESCAPE
  2049. CURSORz
  2050. ?? CHR(7)
  2051. SET CONSOLE &erconsol
  2052. SET DEVICE TO &erdevice
  2053. USER7
  2054.  ERROR INFORMATION 
  2055. The following file is missing: FF
  2056. OR... If this is a .PRG file, you may need to Compile
  2057. this file with FoxPro to make an .FXP file.
  2058. Someone else is using the file required at this point.
  2059. Persuade other user to exit this Application.
  2060. Attempt a 'retry' when the file is available exclusively.
  2061. SET CURSOR &curs_set
  2062. One of the following problems has occurred:
  2063. 1.  This is a demo version of this product and 
  2064.     the  database which contains more records than permitted. 
  2065. 2.  One of the indexes is out of date.
  2066. You don't have enough 'file handles!'
  2067. 1.  Increase the FILES= statement in your CONFIG.SYS.
  2068. 2.  If on a Novell LAN, increase the FILE HANDLES= statement 
  2069.     in the SHELL.CFG file (Workstation OR Server).
  2070. A 'memo field' file containing free form text has been 
  2071. erased or does not properly match its corresponding database 
  2072. file.  It's impossible to continue until this has been fixed.
  2073. Your computer does not have enough memory.
  2074. report
  2075. label
  2076. labels
  2077. There is a problem with the 
  2078.  form file.  
  2079.  can not be generated until the problem is corrected.
  2080. Commonly, there is an error in the field definition
  2081. There is a problem with a 'memory' .MEM file. 
  2082. You have run out of space on the LAN subdirectory, your local 
  2083. hard disk, or on the floppy disk.
  2084. Information about this problem will be sent to
  2085. the printer before returning you to DOS.  Please
  2086. give a copy to your LAN administrator.
  2087. There is no more space on your hard disk or,
  2088. if you are writing to a floppy disk, on that
  2089. floppy disk.  See file ERROR.TXT for more information
  2090. An object/binary file has been corrupted.
  2091. Someone else locked the record you need.
  2092. User Name:
  2093. If you try again it may now be available.
  2094. There's a slight problem.  An attempt was made to write to 
  2095. a read-only file.  Your input can not be saved.
  2096. There's a problem with the DIF (VisiCalc) file you
  2097. are attempting to import.  It may not actually be a
  2098. DIF file, the file header may be corrupted, or the
  2099. data elements may not match the database file in use.
  2100. There's a problem with the Multiplan SYLK file that
  2101. is being imported.  The SYLK file may be corrupted
  2102. or it may be that the file is a Multiplan 4.01 file
  2103. which uses the MOD file structure rather than SYLK.
  2104. RapidFile
  2105. Framework II
  2106. Lotus 1-2-3 v2.0
  2107. Lotus 1-2-3 v1.0
  2108. Lotus 1-2-3 v3.0
  2109. Symphony v1.0
  2110. Excel Version2.0
  2111. Symphony v1.18888888
  2112. The file from which you are attempting to import
  2113. data is not a valid '+ftype+' file.
  2114. An attempt was made to use an unavailable print device.  
  2115. Either the printer you want is not sharable (If on a LAN,
  2116. make sure that the capture command has been issued to
  2117. use the desired printer).  Also, you have several options
  2118. when selecting your printer.  You can select a port directly,
  2119. LPT1, LPT2, or Edit the Printer file, and insert the \\capture
  2120. commands into the PORT field.  Or, if your print device 
  2121. requires a PATH, it may not be set up.  This can only
  2122. be fixed by returning to DOS, correcting PATH= command there 
  2123. and then entering this application again.
  2124. There is a problem with your printer.  Check the following:
  2125. 1.  Is the printer turned on?
  2126. 2.  Is the printer on-line? (A green light on the printer
  2127.     usually indicates the printer is on-line.)
  2128. 3.  Is the printer out of paper or is there a paper jam?
  2129. An internal SQL error has occurred.  This may disrupt  
  2130. memory management, therefore, you will be returned to DOS.  
  2131. You can then restart the application.
  2132. The temporary file for the SQL query has been corrupted.  
  2133. Not able to find the SQL index required for this query.
  2134. Check PATH statement.
  2135. Unable to build the temporary index required for the SQL query.
  2136. Possible causes may be:
  2137. a.  You have run out of disk space on your local hard disk;
  2138. b.  You have run out of space in the LAN subdirectory;
  2139. c.  You do not have the appropriate user rights on the LAN
  2140. Information on the problem will be sent to the printer.  
  2141. Unable to build the temporary index required for
  2142. the SQL query.  It is likely that you have run out
  2143. of disk space.   See file ERROR.TXT for more information.
  2144. You pressed <ESC>ape.  If you really want to cancel, 
  2145. Select the option to Return to Operating System.
  2146. Something has confused your computer's memory.
  2147. You will be returned to DOS and can restart the
  2148. application.  If the problem persists try turning
  2149. off the computer and starting it again.
  2150. It appears you may not have the correct user rights on the LAN.
  2151. Please contact your LAN Administrator. 
  2152. It's not possible to create a file needed at this point.
  2153. This may be due to several problems, one of which is insufficient
  2154. disk space.  Because disk space may not be available error infor-
  2155. mation should be sent to the printer.
  2156. Your hardware and/or operating system returned an error while 
  2157. attempting to read a file.  It may be minor or you may have
  2158. serious hardware problems.  If this is the first time you have 
  2159. received this message try things again.  Otherwise, your
  2160. hard disk, controller and LAN connections should be checked. 
  2161. A problem has occurred while attempting to write information to disk.
  2162. If you are attempting to write to a floppy disk it may be that the
  2163. disk is write protected.  If so, unprotect the disk and try again.
  2164. Otherwise, simply try again.  However, if this message continues to appear
  2165. it may be that there is a problem with the hard disk, controller,
  2166. LAN connections or your LAN authorization rights.  
  2167. A problem occurred while attempting to close a file.  
  2168. It may be that the system is having some problems.
  2169. Trying again may correct the problem.  However, if this 
  2170. message continually appears there may be a hardware problem. 
  2171. A database file has been corrupted
  2172. A problem has occurred that can be cured temporarily by
  2173. returning to DOS and starting this application over again.
  2174. It was not possible to run a DOS program because:
  2175. a.  Your computer does not have sufficient memory;
  2176. b.  The DOS COMMAND.COM program could not be found.
  2177. Your printer driver has been corrupted.  Printing
  2178. can not be done until this is corrected.
  2179. Please re-copy p_codes.* and fonts.* files from original disks
  2180. One of two problems has occurred. Either you do not have 
  2181. the appropriate user rights on the LAN or the file you need
  2182. has inadvertently been flagged as read only.
  2183. There is a problem with the index files.  They should
  2184. be recreated. - See PACK option in file maintenance.
  2185. You will not be able to use the system until this is fixed.
  2186. An error has occurred. Often, a memory variable has
  2187. not been found.  Sometimes, erasing the file CONFIG.MEM
  2188. and re-installing, will correct the problem.
  2189. (Especially if the error was caused while upgrading to
  2190. @ 10,1 SAY "a newer version). Otherwise, B&B Systems could use the "
  2191. file error.txt to determine the cause.
  2192. ERNUM
  2193. EERMESS
  2194. ERKODE
  2195. ERMODUL
  2196. ERLINE
  2197. ERPRINT
  2198. ERCONSOL
  2199. ERDEVICE
  2200. KEYPRESS
  2201. CURR_DBF
  2202. GETFIELD
  2203. DEF_DRIVE
  2204. RUN_MEMRY
  2205. PRNT_DEVICCUR_DIREC
  2206. TOP_WIN
  2207. ERLOCKED
  2208. MISSINGF
  2209. ERPRG
  2210. TRYAGAIN
  2211. LSTEXT
  2212. SLMTEXT
  2213. SPRINTIT
  2214. SCURS_SET
  2215. NETCHOICE
  2216. LC_CON
  2217. ILC_DEV
  2218. LC_PRN
  2219. LC_ONESC
  2220. LC_ONPAG
  2221. LL_RETRY
  2222. IERORSET
  2223. NETNAME
  2224. NETWORK
  2225. NALERT
  2226. YES_NO
  2227. GO_AGAIN
  2228. EWHICH1
  2229. WHICH2
  2230. DOPRINT
  2231. NOSPACE
  2232. NICECHIM
  2233. FTYPE
  2234. KANCEL
  2235. TO_PRN
  2236. EXITOS
  2237. RE_TRY
  2238. MAKECDX
  2239. MAKETXT
  2240. MSPRN
  2241.  Error #FF
  2242. User:
  2243. DEACTIVATE POPUP
  2244. \<Retry
  2245. \<Abandon, return to Oper. System
  2246. \<Configure RETRY environment
  2247.  Configure Locking Environment 
  2248. REPROCESSz
  2249. Enter # of times to try before timeout occurs (-2 to 999)
  2250. (Entering -2 means Attempt to Lock Indefinitely)
  2251. POPOPTS
  2252. ENETPOP
  2253. ERNUM
  2254. ERMESS
  2255. WINCOL
  2256. POPCOL
  2257. NETNAME
  2258. NETCHOICE
  2259. ALERT
  2260. MAKETXT
  2261. EXITOS
  2262. NETCFG
  2263. MRETRY
  2264. LINE NUMBER:F
  2265. NO LINE NUMBER, DEBUG OFF AND ENCRYPT ONF
  2266. CALLING PROGRAM:
  2267. ERROR #:FF
  2268. error.txt2
  2269. error.txt
  2270. error.txt
  2271. ? '********** THIS FILE WILL HELP B&B SYSTEMS ***********'
  2272.   LINE #F
  2273.   ERROR DATE/TIME:FF$+
  2274.   ERROR CODE:F
  2275.   PROGRAM:  
  2276.   ERROR MESSAGE:
  2277.   ERROR #       FF
  2278.   REMAINING MEMORY:  F
  2279.   PROGRAM MEMORY USAGE:  F
  2280.       EMS MEMORY LIMIT:  F
  2281. USER OBJECTS MEM USAGE:  F
  2282.       CONFIG.SYS FILES:  F
  2283. ======================================================================
  2284.                      LIST STATUS
  2285. ======================================================================
  2286.                      LIST MEMORY
  2287. ======================================================================
  2288.                       PROGRAM CALLS
  2289. ======================================================================
  2290.                      WORK AREA STATUS
  2291. WORK AREA    DATABASE NAME     RECORD NUMBER      MASTER INDEX
  2292. ---------    ------------      -------------      ------------
  2293. FFFR^D
  2294. ======================================================================
  2295.                  OPEN WORK AREA DETAIL
  2296. ----------------------------------------------------
  2297. CONTENTS OF CURRENT RECORD OF F
  2298. FIELD NAME   CONTENTS
  2299. ----------   --------
  2300. ?? &_f_name AT 12
  2301. ----------------------------------------------------
  2302. Before Exiting to the Operating system, Would you like to?
  2303. See Errorfile
  2304. Print ErrorFile
  2305. Exit to OperSys.FF
  2306. DEVELOPMENT7
  2307. Cancel
  2308.  VIEWING:ERROR.TXT FILE ON DISK    <ESC> when done 
  2309. error.txt
  2310. DISK_SPACEERMESS
  2311. ERLINE
  2312. ERPRG
  2313. ERNUM
  2314. ERR_SCRN
  2315. ERROR
  2316. HOICE
  2317. ERKODE
  2318. _F_NAME
  2319. CHOICE
  2320. G_GETDL
  2321. ICALERT
  2322. ERRVIEW
  2323. WINCOL
  2324. TO_PRN
  2325. EXITOS
  2326. SET CONSOLE &erconsol
  2327. SET DEVICE TO &erdevice
  2328. SET PRINTER TO &prnt_devic
  2329. SET PRINT &erprint
  2330. SET CURSOR &curs_set
  2331. CURR_DBF
  2332. EALERT
  2333. LSTEXT
  2334. LMTEXT
  2335. ERORSET
  2336. DO pro2eror WITH ERROR(),MESSAGE(),MESSAGE(1),SYS(16),LINENO(),SYS(102),SYS(100),SYS(101),LASTKEY(),ALIAS(),SYS(18),SYS(5),SYS(12),SYS(6),SYS(2003),WONTOP(),SYS(2011),SYS(2018),PROGRAM()
  2337. LSTEXT
  2338. ELMTEXT
  2339. Please make sure your printer is turned on and on-line.
  2340.  Press any key to begin printing...
  2341. error.txt
  2342. MAKESURE
  2343. EERROR
  2344. ESURE
  2345. CENTURYz
  2346. SYSTEM2
  2347. SYSTEM
  2348. SYSTEM
  2349. WRITE
  2350. Cannot read file SYSTEM.  Please correct and retry
  2351. SET CENTURY ¢_on
  2352. READWRITE
  2353. CENT_ON
  2354. CHKFILE
  2355. TEMPDATA
  2356. READDATA
  2357. XINSTALL
  2358. XUSES
  2359. WRITEDATA
  2360. NUMBYTES
  2361. xinstallf
  2362. SYSTEM2
  2363. CONFIG.MEM2
  2364. WRITE
  2365. SYSTEM2
  2366. CONFIG.MEM2    
  2367. config.mem
  2368. WRITE
  2369. SYSTEM2
  2370. xusesf
  2371. 01/01/94#
  2372. SHEILA
  2373. 01/01/95#
  2374. MATTHEW
  2375. 01/01/96#
  2376. SANDY
  2377. 01/01/97#
  2378. 01/01/98#
  2379. 01/01/99#
  2380. XINSTALL
  2381. XUSES
  2382. FCHECK
  2383. TEMPSTORE
  2384. XUNLOCK
  2385. CONFIG
  2386. DEMOWIND
  2387. ,  0 SAY 
  2388. , 11 GET 
  2389.  NOW, TO MAKE a .PRG file 
  2390. A file called:
  2391. .PRG has been made.  
  2392. To use this file, you need to compile it and make a .PRX
  2393. file. To compile it, you 1) need FoxPro, and select the
  2394. COMPILE option under PROGRAM, or,
  2395. @ 6,2 SAY '2) have B&B Systems compile it for you through the BBS.'
  2396. The Advantage of being able to use this file are in the 
  2397. .DOC file, but include being able to popup validation 
  2398. files when in a certain field, forcing upper case,
  2399. filling in repetitive default values from a .REP file,
  2400. and allowing full control over data entry.
  2401. Cannot read file 
  2402. .PRG.  Please correct and retry
  2403. SELE &currarea   
  2404. CURRAREA
  2405. CHKFILE
  2406. FILE00
  2407. KFILE
  2408. WRITEDATA
  2409. NUMBYTES
  2410. WINCOL
  2411.  Printer SetUp (Printer you select may not support all options) 
  2412. mprintf
  2413. setpfilef
  2414. IF FILE('&setpfile')
  2415. REST FROM &setpfile ADDI
  2416. Desired WIDTH (Default=80 columns)                           
  2417.         PITCH (Default=10 characters per inch) 10, 12, or 16 
  2418.         LINES PER INCH (default=6)  6 or 8                   
  2419.         STYLE  N=Normal, I=Italic                            
  2420.         STROKE  M=Medium, B=Bold                             
  2421.         TOP MARGIN  (default=0)                              
  2422.         PAGE ORIENTATION  P=Portrait, L=Landscape            
  2423.         PAGE length                                          
  2424.         LEFT Margin                                          
  2425.         <P>rinter  <F>ile                                    
  2426. ELITE
  2427. CONDENSED
  2428. setpfilef
  2429. SAVE ALL LIKE frep* TO &setpfile
  2430. SETPFILE
  2431. SETUPP
  2432. WINCOL
  2433. MPRINT
  2434. FREPCOLS
  2435. FREPCPI
  2436. FREPDCPI
  2437. FREPLPI
  2438. FREPSTYLE
  2439. FREPSTROKEFREPTMARGIFREPORIENTFREPLENGTHFREPOFF
  2440. ICGK_ESC
  2441. HGL_CONT
  2442. C_SELPR
  2443. ascedesc7
  2444. ASCENDING
  2445. ascedesc78
  2446. C_SETPR
  2447. GOLOGIC
  2448. DIFFERENT
  2449. DBFVALUE
  2450. MFILTER
  2451. SKIPNAME
  2452. MTYPE
  2453. TEMPF
  2454. ROKETEMPC
  2455. ARGIFTITLE
  2456. ENTFTITLE2
  2457. THMPRINT
  2458. ICGOAHEAD
  2459. HMSORT
  2460. MSELECT
  2461. THASCEDESC
  2462. MDATE
  2463. LONELTR
  2464. SBOTHCTR
  2465. SSETUPCTR
  2466. SMFORMAT
  2467. TCHOICE
  2468. CUSTOM
  2469. ZIPGRPS
  2470. QUICKLBL
  2471. OUT_IN2
  2472. POPFILE
  2473. MENU2
  2474. SEARCHRE
  2475. HELPPROC
  2476. PRINTINT
  2477. OPTIONS
  2478. OPENDEVI
  2479. CLOSDEVI
  2480. SCREEN
  2481. BROWCONT
  2482. SETUP
  2483. NOBLANK
  2484. VALSORT
  2485. EXTRAWIN
  2486. FREPORT
  2487. DISPSET
  2488. EDITNOTE
  2489. MEDIT
  2490. FILEFIND
  2491. FILELOOK
  2492. POPCLEAR
  2493. POPED
  2494. ENTERVAL
  2495. POPIMP
  2496. POPEXP
  2497. POPDELE
  2498. POPADD
  2499. POPPRIN
  2500. POPPACK
  2501. GETVAL
  2502. LISTPRIN
  2503. SELEGET
  2504. GTSELE
  2505. FSORT
  2506. FSELE
  2507. POPSTRU
  2508. MEMVSAVE
  2509. POPOPTIONS
  2510. ASCEDESC
  2511. ADDFLD
  2512. POPDELFLD
  2513. ADDNDX
  2514. ASSIGNVA
  2515. NEWSTRUC
  2516. GETDX
  2517. BROWFILE
  2518. CHGDEFA
  2519. L_CNVASC
  2520. INITCOLR
  2521. COLORCH
  2522. CONVWORD
  2523. C_SELPR
  2524. G_VALDR
  2525. GLOBAL
  2526. IMPEXP1
  2527. C_SETPCD
  2528. C_SETPR
  2529. A_SP20)(
  2530. EXITOS
  2531. FINDREC
  2532. SUM&9
  2533. OKFUNC
  2534. GTFLD
  2535. A_LAB
  2536. POPMAINT
  2537. NETCHK
  2538. DA_RKL
  2539. NETCHK
  2540. PRININIT
  2541. PRINTPOP
  2542. G_OPNFL
  2543. G_DSPAL
  2544. G_DSPALT
  2545. _MRC_R+\
  2546. RESET2
  2547. G_LCKFL
  2548. MPR%]
  2549. G_LCKRC
  2550. G_PRNRP
  2551. HELPEDIT
  2552. G_GETDL
  2553. L_HLDWIN
  2554. G_GETDLG
  2555. G_DSPBX
  2556. MAKECDX
  2557. PRO2EROR
  2558. YES_NO
  2559. MAKETXT
  2560. GO_AGAIN
  2561. ERORSET
  2562. NICECHIM
  2563. TO_PRN
  2564. A_LERT
  2565. FCHECK
  2566. DEMOTEST
  2567. WRITEPRG
  2568. SETUPP
  2569. ng t]
  2570. RESETMN
  2571. C:\BBMAIL\
  2572. C:\BBMAIL\P.PRG
  2573. P.FXP
  2574.