home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a108 / 9.ddi / FOXDOC.MS_ / FOXDOC.bin
Encoding:
Text File  |  1994-03-10  |  33.3 KB  |  1,080 lines

  1. *******************************************************************************
  2. * Please don't fool with this file, or you will spoil the whole wretched mess.*
  3. * An extra carriage return will make the entire program unusable.             *
  4. * If you don't have a copy of MSGDOC.EXE and you are going to edit this file  *
  5. * ask Walt Kennamer for a copy before you start.                              * 
  6. *******************************************************************************
  7. * YOU CANNOT EDIT THIS FILE WITH AN EDITOR THAT REMOVES TRAILING BLANKS!      *
  8. *******************************************************************************
  9. * This is the main messages file for both the Windows and DOS versions of 
  10. * FoxDoc.
  11. *
  12. * Blank lines are significant
  13. * Spaces are significant
  14. * Comments can begin with an asterisk or double-ampersand
  15. * A double-ampersand comment implies that trailing spaces don't matter
  16. * Messages are grouped into sections
  17. * @1 means "ProgramName" (e.g., SNAP! or FoxDoc)
  18. * @2 is the name corresponding to dBASE II/FoxBASE
  19. * @3 is the name corresponding to dBASE III/FoxBASE+
  20. * @4 is the name corresponding to dBASE IV/FoxPro
  21. * The file is organized into sections:
  22. *   Each section must begin with a string in the format:
  23. *      <section title>
  24. *   Both beginning and ending angle brackets are required.
  25. *   Run MSGDOC to produce a listing showing the section numbers and offsets
  26. *     within each section.
  27. *
  28. *   Key codes match the physical layout of the keyboard (DOS only):
  29. *      Q  144     I  151       F  161     X  173
  30. *      W  145     O  152       G  162     C  174
  31. *      E  146     P  153       H  163     V  175
  32. *      R  147     A  158       J  164     B  176
  33. *      T  148     S  159       K  165     N  177
  34. *      Y  149     D  160       L  166     M  178
  35. *      U  150                  Z  172
  36. *
  37. ********************************************************************************
  38. <Section 1>
  39. ********************************************************************************
  40. *
  41. Y   && character for "Yes"
  42. N   && character for "No"
  43. Help
  44. *
  45. * This section is for general help--press F1 at greeting screen
  46. *
  47. @1 generates technical documentation for @3 and @4
  48. systems.  At your option, it can produce any combination of:
  49.  
  50.      Program headings showing the programs which call a particular
  51.         program, those which the program calls, and databases
  52.         indexes, format files, report forms and memory files used by
  53.         the program.
  54.      Tree diagram of all programs in the system and the
  55.         programs and databases used by each.
  56.      Summary reports showing database structures, index parameters,
  57.         formats and report forms used, plus a token cross reference.
  58.      Indented program code with keywords capitalized.
  59.      Action diagrams to illustrate program structure
  60.      Batch files for backing up programs and data
  61.      LNK and MAKE files for Clipper
  62.  
  63.  
  64.  
  65. Press space bar to see command line arguments
  66. *
  67. * Command line argument help (DOS only)
  68. *
  69. Help--Command Line Arguments
  70. @1 allows command line arguments to begin with either
  71. a hyphen (-) or a slash (/).
  72.  
  73.   -A          Extra indent before a CASE statement.
  74.   -BW         Black & white.  Disable color.
  75.   -D          Debug mode.  Display source code.
  76.   -Ffilename  Get configuration data from "filename".
  77.   -Lfilename  Get standard link data from "filename".
  78.   -Mfilename  Get macro substitution strings from "filename".
  79.   -N          Do not check for video "snow"
  80.   -O          Omit all macro substitutions.
  81.   -Pdest      Printer port/file (e.g., -Plpt2:)
  82.   -Rnnnn      Reserve nnnn bytes of memory.
  83.   -S          Show reports on screen as they are created.
  84.   -T*:        Use '*:' as Tag for @1 directives.
  85.   -U          Turn off the mouse
  86.   -V          Direct video off.  Slower but more compatible.
  87.   -Wnnn       Hyphens for reports.
  88.   -X          Run @1 without waiting for input.
  89.   -?          Display some help.
  90. Press space bar to continue or F1 for program limits
  91. Maximum program files:
  92. Maximum of each other file type:
  93. Maximum tokens:
  94. Maximum length of a token:
  95. Maximum number of key words:
  96. Maximum length of key word:
  97. Maximum levels of program nesting:
  98. Maximum number of database fields:
  99. Maximum length of filename:
  100. Maximum number of macro definitions:
  101. Maximum number of fields:
  102. Maximum program/data directories:
  103.  
  104.  
  105.  
  106. Press space bar to continue
  107. Limits
  108. *
  109. * Command line error messages start here
  110. *
  111. switch used, but the file could not be found.
  112. -r switch used but no reserved memory specified.
  113. Invalid reserved memory specified.
  114. Syntax is:   @1 -r5000      (to reserve 5000 bytes).
  115. -w switch used but no report width specified.
  116. Syntax is:   @1 -w79   (for width of 79 characters).
  117. Invalid report width specified.
  118. Syntax is:   @1 -w79  (for width of 79 characters).
  119. *
  120. ********************************************************************************
  121. <Section 2 -- System Screen>
  122. ********************************************************************************
  123. *
  124. System Screen
  125. 159
  126. System
  127. Choose system options
  128. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  129. Application name:
  130. Author:
  131. Copyright holder:
  132. Copyright date:
  133. Main program/project filename:
  134. Path for program source code:
  135. Path for data files:
  136. Path for output files:
  137. Path for @1 files:
  138. Main program
  139. not found.;Press Ctrl-C to exit, or any other key to enter a correct filename.
  140. Program file path not found:
  141. Error
  142. Output path is not valid:
  143. The drive is probably invalid.
  144. The main program must be a source code or project file.
  145. *
  146. ********************************************************************************
  147. <Section 3 -- Reports Screen>
  148. ********************************************************************************
  149. *
  150. Report Screen
  151. 147
  152. Reports
  153. Choose documentation reports and filenames
  154. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  155. Write program tree structure?
  156. Write list of files used in system?
  157. Write index file summary?
  158. Write database summary?
  159. Write format file summary?
  160. Write report form summary?
  161. Write procedures summary?
  162. Write label form summary?
  163. Write screen file summary?
  164. Write menu file summary?
  165. Write binary file summary?
  166. Write memory file summary?
  167. Write system statistics?
  168. Write variable cross-reference?
  169. Write other file summary?
  170. Write PLINK86 LNK file?
  171. Write Borland Turbo Link file?
  172. Write Microsoft LINK file?
  173. Write NDMAKE MAKE file?
  174. Prepare batch files for backups?
  175. Filename
  176. *
  177. ********************************************************************************
  178. <Section 4 -- Format Screen>
  179. ********************************************************************************
  180. *
  181. Format and Action Diagrams Options Screen
  182. 161
  183. Format
  184. Choose source code formatting options
  185. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  186.   Create formatted source code files?
  187.      Preserve original date and time?
  188. Write headings for source code files?
  189. Echo all headings to a separate file?
  190.      Filename:
  191.       Token capitalization (U/L/F/N)?    (Up/Low/First/None)
  192.     Keyword capitalization (U/L/F/N)?
  193. Key word filename:
  194. Tabs, spaces or no indenting (T/S/N)?
  195. No. of spaces:
  196.                       Align comments?
  197.        Column:
  198.      Indent procedures and functions?
  199.    Eliminate blank lines from output?
  200.       Eliminate comments from output?
  201.            Keyword expansion (E/C/N)?    (Expand/Compress/None)
  202. Comment control structures (Y/N/R/D)?    (Yes/No/Replace/Delete)
  203.               Create action diagrams?
  204.   File extension for action diagrams?
  205.  Add line numbers to action diagrams?
  206.  Graphics, ASCII or other characters?    (G, A or O)
  207.          Symbols for action diagrams?
  208. You cannot align comments if you use tabs for indenting
  209.  ─│┌└├═║╔╚^v═│╒╘╞─║╓╙<═        && Graphics characters for action diagrams
  210.  -|+++-|++^v-|+++-|++<-        && text characters for action diagrams
  211. *
  212. ********************************************************************************
  213. <Section 5 -- Xref Screen>
  214. ********************************************************************************
  215. *
  216. Xref (Cross-Reference) Options Screen
  217. 173
  218. Xref
  219. Choose cross-reference options
  220. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  221. Cross reference public variables?
  222. Cross-reference other variables and tokens?
  223. Cross-reference @3 key words?
  224. Cross-reference numeric constants?
  225. Cross-reference @2 key words?
  226. Force paging to disk?
  227. Retain sorted page file?
  228. Path for temporary page files
  229. Cross-reference @4 key words?
  230. Local cross-references only?
  231. *
  232. ********************************************************************************
  233. <Section 6 -- Headings options screen>
  234. ********************************************************************************
  235. *
  236.  Headings Options Screen
  237. 163
  238. Headings
  239. Choose options for source file headings
  240. F1-Help     F5-Save Defaults      F6-Read Defaults      F10-Main menu
  241. Include copyright data?
  242. Include procedures and functions?
  243. Include called programs?
  244. Include calling programs?
  245. Include databases?
  246. Include indexes?
  247. Include format files?
  248. Include report forms?
  249. Include label forms?
  250. Include memory files?
  251. Include binary files?
  252. Include other files?
  253. Write procedure headings?
  254. Heading insert file name?
  255. *
  256. ********************************************************************************
  257. <Section 7 -- Tree Screen>
  258. ********************************************************************************
  259. *
  260. Tree Diagram Screen
  261. 148
  262. Tree
  263. Choose tree diagram options
  264. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  265. Create tree diagram?
  266. Include procedures?
  267. Include functions?
  268. Include format files?
  269. Include databases?
  270. Include indexes?
  271. Include report forms?
  272. Include label forms?
  273. Include memory files?
  274.     Characters for tree (G/A/N)?      (Graphics, ASCII, None)
  275. Filename
  276. No tree line characters are allowed when you do not;
  277. include procedures, functions or format files in the tree.
  278. *
  279. ********************************************************************************
  280. <Section 8 -- Print Screen>
  281. ********************************************************************************
  282. *
  283. Printing Options Screen
  284. 153
  285. Print
  286. Choose source code printing options
  287. F1-Help   F2-List   F5-Save Dflts   F6-Read Dflts   F9-Print now  F10-Main menu
  288.   Print source code files:
  289. Print action diagrams:
  290.                Line width:
  291.           Page length:
  292.                Top margin:
  293.         Bottom margin:
  294.               Left margin:
  295.          Right margin:
  296.             Tab expansion:
  297.    Print line numbers:
  298. Form feed before printing:
  299.  Form feed after printing:
  300.      Printer setup string:
  301.      Printer reset string:
  302. Error in line width
  303. Error in page length
  304. Error in top margin
  305. Error in bottom margin
  306. Error in left margin
  307. Error in right margin
  308. Error in tab spaces
  309. *
  310. ********************************************************************************
  311. <Section 9 -- Other Options Screen, and strings from general menu procedures>
  312. ********************************************************************************
  313. *
  314.  Other Options Screen
  315. 152
  316. Other
  317. Choose other options
  318. F1-Help     F5-Save Defaults      F6-Read Defaults      F10-Main menu
  319.             Ignore drive designations?
  320.                     Search tree (Y/N)?
  321. Associate DBFs with other files (Y/N)?
  322. Xbase version number:
  323.     Default extension for index files?
  324.    Default extension for report forms?
  325.     Default extension for label forms?
  326. *
  327. * Strings for handling the TPMENU procedures start here
  328. *
  329. Begin
  330. Begin documentation
  331. Quit
  332. Return to operating system
  333. *
  334. * BigBrother strings begin here
  335. *
  336. You cannot eliminate blank lines if the program path;
  337. You cannot eliminate comments if the program path;
  338. You cannot expand key words if the program path;
  339. You cannot compress key words if the program path;
  340.        and the output path are the same.
  341. Returning to FoxPro
  342. *
  343. ********************************************************************************
  344. <Section 10 -- SnapMain strings>
  345. ********************************************************************************
  346. *
  347. Loading keywords
  348. ──Loaded OK
  349. ────────── Starting Pass 2 ─────────
  350. Press space bar to continue
  351. Writing
  352. Batch Files
  353. System Statistics
  354. Press escape to exit, or any other key to begin printing source code
  355. - Normal shutdown.
  356. Formatting snippets.
  357. Writing index file summary
  358. Writing database file summary
  359. Writing menu file summary
  360. Writing screen form file summary
  361. Writing report form file summary
  362. Writing label file summary
  363. Writing format file summary
  364. Writing memory file summary
  365. Writing binary file summary
  366. Writing other summary
  367. Writing procedure summary
  368. Writing status report
  369. Writing tree diagram
  370. Writing cross references
  371. Writing file list
  372. Press any key to return to FoxPro
  373. *
  374. ********************************************************************************
  375. <Section 11 -- StackOps strings>
  376. ********************************************************************************
  377. *
  378. Too many variables referenced--
  379. Too many programs/procedures:
  380.   Limit is
  381. Database name missing
  382. Invalid index reference--
  383. Invalid CDX reference--
  384. Invalid RPT form reference--
  385. Invalid LBL form reference--
  386. Could not find on Summ:
  387. Too many files.
  388. over limit.
  389. --Limit is
  390. Too many files
  391. in SummAddFiles procedure.
  392. Error recording
  393. in SummAddDBFFiles procedure.
  394. in SummAddNdxFiles procedure.
  395. PrgList is corrupted in
  396. Skipping binary file:
  397. pass 1
  398. Error closing
  399. *
  400. ********************************************************************************
  401. <Section 12 -- Strings from SnapGlo>
  402. ********************************************************************************
  403. *
  404. * This section is for DOS error messages
  405. *
  406. File not found
  407. Path not found
  408. Too many open files
  409. File access denied--read only?
  410. Invalid file handle
  411. Not enough memory
  412. Invalid environment
  413. Invalid format
  414. Invalid file access code--read only?
  415. Invalid drive number
  416. Cannot remove current directory
  417. Cannot rename across drives
  418. No more files
  419. Disk read error
  420. Disk write error--disk full?
  421. File not assigned
  422. File not open
  423. File not open for input
  424. File not open for output
  425. Invalid numeric format
  426. Disk is write-protected
  427. Unknown unit
  428. Drive or printer not ready
  429. Unknown command
  430. CRC error in data
  431. Bad drive request structure length
  432. Disk seek error
  433. Unknown media type
  434. Sector not found
  435. Printer out of paper
  436. Device write fault
  437. Device read fault
  438. Hardware failure
  439. Division by zero
  440. Range check error
  441. Stack overflow error--out of memory
  442. Heap overflow error--out of memory
  443. Invalid pointer operation
  444. Floating point overflow
  445. Floating point underflow
  446. Invalid floating point operation
  447. Unknown error--I dunno
  448. *
  449. * Formatted error message
  450. *
  451. Error               && line 43
  452. ;at                 && semicolon forces a line break in the error message
  453. version
  454. ;Press Ctrl-C to exit, or any other key to continue
  455. *
  456. * Line 47 begins here -- Status Screen strings
  457. *
  458. Documenting
  459. Filename                Lines  Pass
  460. Status Window
  461.     Available memory:
  462.  Total program lines:
  463.  Total program files:
  464.     Total procedures:
  465.    Total tables/dbfs:
  466.    Total index files:
  467.   Total format files:
  468.   Total report forms:
  469.   Total memory files:
  470.      Total variables:
  471. Error Window               && line 60 -- caption for error window
  472. ╒══════════════════════════════════════════════╕
  473. │            Out of Memory.                    │
  474. │ Try cross-referencing only public variables. │
  475. ╘══════════════════════════════════════════════╛
  476. ╒══════════════════════════════════════╕
  477. │            Out of Memory.            │
  478. │ Try it without the cross-references. │
  479. ╘══════════════════════════════════════╛
  480. lines
  481. databases
  482. indexes
  483. memory files
  484. report files
  485. label files
  486. binary files
  487. other files
  488.  
  489. *
  490. ********************************************************************************
  491. <Section 13 -- DocMod/Pass1/Pass2 strings>
  492. ********************************************************************************
  493. *
  494. Line too long for @1 :
  495. Undefined macro as prg name:
  496. Program file not found:
  497. * Pass2 strings start here.  There are no Pass1 strings.
  498. Too many tokens.
  499. Maximum is
  500. cannot be opened.  It may be read-only.;Ignoring this file.  && ; is important--line break
  501. Error closing output file.
  502. Error resetting file date for
  503. Fatal PrgList error changing procedures:
  504. appears to be read-only.
  505. Error opening output file: 
  506. Error opening action diagram file:
  507. Structure balance error detected in 
  508. Error removing old backup file. Read-only?
  509. Error 
  510. renaming
  511. Read only?
  512. Error renaming output file 
  513. to
  514. procedure
  515. function
  516. pass 2
  517. pass 2, line
  518. FoxDoc stopped!
  519. Formatting snippets in
  520. *
  521. ********************************************************************************
  522. <Section 14 -- DocUtil strings>
  523. ********************************************************************************
  524. *
  525. Function:
  526. Procedure:
  527. Procedure file:
  528. Program:
  529. System:
  530. Author:
  531.       Copyright (c)
  532. Last modified:
  533. Procs & Fncts:
  534. Called by:
  535. Set by:
  536. (function  in    && string 12
  537. (procedure in
  538. Calls:
  539. Uses:
  540. Indexes:
  541. Formats:
  542. Report Forms:
  543. Label Forms:
  544. Memory Files:
  545. Binary Files:
  546. Documented
  547. version
  548. * strings for reporting error message location--start at line 24
  549. in
  550. at line
  551. * n/a for number of tokens when xref not selected--line 26
  552.     n/a
  553. * LoadKeyWords strings--line 27
  554. File not found--
  555. Too many keywords.
  556. The limit is:
  557. * RecordProcNames strings--line 30
  558. ProcFile not found:
  559. * ActionDiagram strings--line 31
  560. LOOP error.  No DO WHILE, FOR or SCAN to loop to.
  561. LOOP error in line
  562. of
  563. EXIT error.  No DO WHILE, FOR or SCAN to exit from.
  564. EXIT error in line
  565. BREAK error.  No BEGIN SEQUENCE to exit from.
  566. BREAK error in line
  567. ROLLBACK error.  No BEGIN TRANSACTION to loop to.
  568. ROLLBACK error in line
  569. * Balance strings--line 40
  570. Control structures nested too deeply.
  571. Maximum depth is
  572. Control structures unbalanced
  573. Too many
  574. Expected
  575. Found
  576. in line
  577. File
  578.  Other Files:
  579. CDX files:
  580. CDX files:
  581. Invalid prglist position in FileHeading
  582. not found in binary check.
  583. Control structures unbalanced at line 
  584. Found unexpected
  585. Expected
  586. but found
  587. could not be found
  588. Error opening keyword file: 
  589. Ran out of memory while reading keywords.
  590. Error closing key words file.
  591. Scanning project file
  592. procedure in
  593. function in
  594. *
  595. ********************************************************************************
  596. <Section 15 -- DBF report strings>
  597. ********************************************************************************
  598. *
  599. Table/DBF Structure Summary
  600. tables/dbfs in the system
  601. tables/dbfs in the system
  602. No such files in this system
  603. is a macro unknown to @1
  604. is not a @4 file                    && not a dBASE III file
  605. It appears to be a @2 file
  606. is not a @2 file                    && not a dBASE II file
  607. It appears to be a @4 file
  608. Structure for table/dbf:
  609. Number of data records :
  610.           Last updated :
  611. Field  Field name  Type        Width    Dec    Start      End
  612. Character
  613. Numeric
  614. Date
  615. Logical
  616. Memo
  617. Other
  618. Too many fields in the system.
  619.    The maximum number of fields is
  620.    Press any key to continue
  621. Total **
  622. This table/dbf is associated with the memo file:
  623. The memo file:
  624. could not be found
  625. This table/dbf appears to be associated with index file/tag(s):
  626.   (index key not found)
  627. @1 did not find any associated index files
  628. This table/dbf appears to be associated with compound index file(s):
  629. @1 did not find any associated compound indexes
  630. This table/dbf appears to be associated with report form(s):
  631. @1 did not find any associated report forms
  632. This table/dbf appears to be associated with label form(s):
  633. @1 did not find any associated label forms
  634. Table/DBF Field Concordance
  635. Field Name         Type    Len   Dec     Table/DBF
  636. Float
  637. General
  638. Picture
  639. Could not open database
  640. Could not find database
  641. is a macro unknown to FoxDoc
  642. *
  643. ********************************************************************************
  644. <Section 16 -- NDX report strings>
  645. ********************************************************************************
  646. *
  647. Index Parameter Summary
  648. compound/structural index files
  649. index files
  650.  is a macro unknown to @1
  651.  -- Indexed on:
  652.  -- Filter:
  653. This index is unique.
  654. Last updated:
  655. This index file appears to be associated with table/dbf(s):
  656. @1 could not find an associated table/dbf
  657.  is a zero-byte file.  It may be damaged.
  658. Multiple Index File Parameter Summary
  659. This multiple index file appears to be associated with table/dbf(s):
  660.  is an index tag
  661. This index is in descending order.
  662. *
  663. ********************************************************************************
  664. <Section 17 -- Frm report strings>
  665. ********************************************************************************
  666. *
  667. Report Form File Summary
  668. report forms
  669.  is a macro unknown to @1
  670.      Last updated:
  671.    Grouped on:
  672.    Group title:
  673.    SubGrouped on:
  674.    SubGroup title:
  675.    Summary report?
  676. No
  677. Yes
  678.                      Page eject after summary?
  679.    Eject page before printing?
  680.          Eject page after printing?
  681.    Double space report?
  682.                  Plain page?
  683.    Left margin:
  684.                         Right Margin:
  685.                                  Report Contents
  686.    No.   Field                               Length    Decimals     Totaled?
  687.                                    Report Layout
  688. Page No.     1
  689. -- File not found
  690.                Database and Program References
  691.    This report form appears to be associated with table/dbf(s):
  692. @1 could not find an associated table/dbf
  693. --This appears to be a dBASE IV report form file.
  694. There must be an FRG file for @1 to document this report form.
  695.    No.   Field                               Length      Row        Column
  696. *
  697. ********************************************************************************
  698. <Section 18 -- Tree strings>
  699. ********************************************************************************
  700. *
  701. Too many levels in the tree
  702. Internal error preparing tree diagram
  703. Stack is corrupted in TREE procedure
  704. Cannot find file
  705. Tree Diagram
  706. function in
  707. procedure in
  708.  (table/dbf)
  709.  (index file)
  710.  (report form)
  711.  (label form)
  712.  (memory file)
  713. Truncating tree for recursive call to
  714. Level
  715. opening tree diagram file
  716. *
  717. ********************************************************************************
  718. <Section 19 -- Xref strings>
  719. ********************************************************************************
  720. *
  721. * the following line has a single space
  722. This is a blank line
  723. =  &&   {Assignment}
  724. R  &&   {Replace}
  725. x  &&   {Release}
  726. G  &&   {Get/Menu/Accept/Input}
  727. P  &&   {Public}
  728. V  &&   {Private}
  729. &  &&   {Macro}
  730. A  &&   {Array declaration}
  731. U  &&   {Database used}
  732. @  &&   {Passed as var parameter}
  733. !  &&   {Procedure/function name}
  734. ?  &&   {Unknown}
  735. Token Cross-Reference Report
  736. tokens are included in this report.
  737. Sorting.  Please wait.
  738. Legend for context symbols:
  739.    (blank) reference does not change the variable or field value.
  740.    = variable or field is changed in an assignment statement.
  741.    ! PROCEDURE or FUNCTION statement.
  742.    x token is released.
  743.    A array is declared.
  744.    G GET or MENU statement changes variable or field.
  745.    P variable is declared PUBLIC.
  746.    R field is replaced.
  747.    U table/dbf is USEd
  748.    V variable is declared PRIVATE.
  749.    & variable is referenced in a macro--takes precedence over all others.
  750.    @ variable passed as a var parameter
  751.    ? reference is of unknown type.
  752. Public Variable Summary
  753. These variables were declared PUBLIC somewhere in the system.
  754. Some may also be used as private variables in some parts of the code.
  755. Macro Summary
  756.    There were no macros defined to @1
  757.    Macros Defined to @1
  758.    Variable       Expansion
  759.    -------------- ---------------------------------
  760.    Macros Not Defined to @1
  761. Array Summary
  762. @1 found no arrays in this system
  763.    (procedure file)
  764.    (format file)
  765.    (program file)
  766.    (table/dbf)
  767.    (index file)
  768.    (report form)
  769.    (memory file)
  770.    (label form)
  771.    (binary file)
  772.    (screen file)
  773.    (menu file)
  774.    (other file)
  775. File types appear next to tokens that are used as file names.  Some of these
  776. tokens may also be used in other ways.
  777. This report shows tokens from
  778. This report shows macros from
  779. Macros in Module
  780. Not Defined to @1
  781. This report shows arrays from
  782. @1 found no arrays in
  783. These variables were declared PUBLIC somewhere in
  784. Local cross reference report for
  785. Error moving token to xref tree              && Windows only
  786. NULL Pointer encountered creating xref tree  && Windows only
  787. None
  788. *
  789. ********************************************************************************
  790. <Section 20 -- Batch, make and link report strings>
  791. ********************************************************************************
  792. *
  793. Syntax is 
  794. where d: is a drive designation followed by a colon
  795. *
  796. ********************************************************************************
  797. <Section 21 -- Strings for these reports: Binary, Memory, Format, Label, ProcSumm, Other >
  798. ********************************************************************************
  799. *
  800. * Format report strings  (4 strings)
  801. Format File Summary
  802. format files
  803. is a macro unknown to @1
  804.          Last updated:
  805. * Labels report strings (13 strings -- cumulative = 17)
  806. Label Form File Summary
  807. label forms
  808.    Label:
  809.    Label height:
  810.                 Label width:
  811.    Left margin:
  812.                  Labels across page:
  813.    Lines between labels:
  814.         Spaces between labels:
  815.    Line
  816. --File not found.
  817. This label form appears to be associated with table/dbf(s):
  818. @1 could not find an associated table/dbf
  819. * Binary report strings (3 strings -- ending cumulative = 20)
  820. Binary File Summary
  821. Note: some binary "files" may actually reside in libraries
  822. binary files
  823. * Memory report strings (2 strings -- ending cumulative = 22)
  824. Memory File Summary
  825. memory files
  826. * Procedure report string (9 strings -- ending cumulative = 31)
  827. Procedure and Function Summary
  828. files containing procedures
  829.  -- Last updated:
  830.    Contains:
  831.       Called by:
  832.    (function in
  833.    (procedure in
  834.           Calls:
  835.       No calls to this procedure
  836. * strings for SNAP! 4.0 update--starts at 32
  837. --@1 could not recognize this label file.
  838. --This appears to be a dBASE IV label file.
  839. There must be an LBG file for @1 to document this label.
  840. * Memory report strings (2 strings -- ending cumulative = 36)
  841. Other File Summary
  842. other files
  843. file not found
  844. *
  845. ********************************************************************************
  846. <Section 22 -- Strings for these reports: Stats, FileList, ScxSumm>
  847. ********************************************************************************
  848. *
  849. System Summary
  850. This system has:
  851. lines of code
  852. program files
  853. procedure files
  854. procedures and functions
  855. table/dbfs
  856. multiple index files
  857. structural index files
  858. index files
  859. report forms
  860. format files
  861. label forms
  862. binary files
  863. memory variable files
  864. menu files
  865. screen files
  866. other files
  867. cross-referenced tokens
  868. See the tree diagram for programs, procedures, functions and format files
  869.                    Index          Report         Label          Memory
  870.   table/dbfs        Files          Forms          Forms          Files
  871. -------------- -------------- -------------- -------------- --------------
  872. @1 created the following documentation files:
  873.          Action diagram files
  874.          UPDATE.BAT   to update program source files in
  875.          BACKDBF.BAT  to backup table/dbfs, indexes and memory files
  876.          BACKPRG.BAT  to backup program files, report forms and format files
  877.          PRINTDOC.BAT to print documentation files
  878. Macro substitution was omitted
  879. * File list strings start here
  880. File List
  881. Programs and procedures:
  882.    (function  in
  883.    (procedure in
  884. Procedure files:
  885. table/dbfs:
  886. Index files:
  887. Multiple index files:
  888. Format files:
  889. Report forms:
  890. Label forms:
  891. Binary files:
  892. Memory files:
  893. Menu files:
  894. Screen files:
  895. Other files:
  896. Action diagram files:
  897. *
  898. ********************************************************************************
  899. <Section 23 -- Strings for ReptUtil>
  900. ********************************************************************************
  901. *
  902. in the system
  903. No such files in this system.
  904. System:
  905. Author:
  906.    (function  in
  907.    (procedure in
  908. getting file update info for 
  909. Used by:
  910. at
  911. *
  912. ********************************************************************************
  913. <Section 24 -- Strings for Screen unit>
  914. ********************************************************************************
  915. *
  916. not found or error opening file
  917. Press any key to continue
  918. Help Window
  919. No help available here
  920. Press any key to continue
  921. Trying to display nonexistent field
  922. Too many fields in screen
  923. *
  924. ********************************************************************************
  925. <Section 25 -- Strings for File Printing>
  926. ********************************************************************************
  927. *
  928. Error in printer setup or reset string--char
  929. Something is wrong with the printer.  Please fix it.
  930. Press Ctrl-C to return to menu or any other key to continue.
  931. Press Ctrl-C to exit or any other key to continue.
  932. Page
  933. Copyright, 
  934. File with filenames to print
  935.           Path for filenames
  936. That is not a valid filename
  937. That file cannot be found
  938. System:                 && must be same as first line in FILELIST.DOC
  939. Please put the printer on-line and to top-of-page.
  940. looks like it might be a binary file.;
  941. Print it anyway (Y/N)?
  942. Printing
  943. Press any key to interrupt
  944.           Printing interrupted
  945. 1.  Stop printing and exit 
  946. 1.  Stop printing and return to print options screen
  947. 2.  Stop printing this program and start printing next program
  948. 3.  Continue printing this program
  949. Please enter your choice----->
  950. Error opening
  951. ; or file could not be found.;
  952. Press the space bar to continue
  953. File not found:
  954. Table of Contents
  955. Source Code Printout
  956. for
  957. *
  958. ********************************************************************************
  959. <Section 26 -- Strings for Rept6 programs>
  960. ********************************************************************************
  961. *
  962. Menu File Summary
  963. menu files
  964. @1 could not locate this menu file
  965.  
  966.  
  967.  
  968.  
  969.  
  970. Screen File Summary
  971. screen files
  972. @1 could not locate this screen file
  973. Screen
  974. Text
  975. Box
  976. Field
  977. Text region
  978. Push button
  979. Radio button
  980. Check box
  981. Popup
  982. List
  983.    Window name:
  984.    Coordinates: FROM 
  985.  TO 
  986. Window options: 
  987. Name
  988. Type
  989. Picture
  990. Error closing screen table/dbf file
  991. Error closing screen memo file
  992. Submenu 
  993. (Procedure)
  994. The screen memo file 
  995. could not be found
  996. Not enough memory to document screens
  997.  is a macro unknown to @1
  998.      Last updated:
  999. *
  1000. ********************************************************************************
  1001. <Section 27 -- Config file error messages>
  1002. ********************************************************************************
  1003. *
  1004. * The following six error messages are for reading/writing config files
  1005. Error opening configuration file
  1006. Configuration file is from wrong version of @1
  1007. Error opening          && error opening configuration file
  1008. Filename not valid     && config filename not valid
  1009. File does not exist    && specified config file does not exist
  1010. Cannot find configuration file  && Windows only
  1011. Reading from previous config file.
  1012. Error closing configuration file
  1013. ********************************************************************************
  1014. <Section 28 -- FoxDoc/Windows screen strings>
  1015. ********************************************************************************
  1016. * These strings are used only by FoxDoc for Windows and appear in the status
  1017. * window at the bottom of the screen.
  1018. lines
  1019. databases
  1020. indexes
  1021. memory files
  1022. report forms
  1023. label files
  1024. binary files
  1025. other files
  1026. screen files
  1027. menu files
  1028. FoxDoc stopped!
  1029. ********************************************************************************
  1030. <Section 29 -- FoxDoc/Windows system error strings>
  1031. ********************************************************************************
  1032. * These strings are used only by FoxDoc for Windows and are error messages 
  1033. * that may appear during system operations (e.g., executing a callback to
  1034. * FoxPro.  Theoretically, they shouldn't ever appear.
  1035. Error executing:
  1036. Error opening as a database:
  1037. Ran out of memory!  Needed=
  1038. Available=
  1039. ********************************************************************************
  1040. <Section 30 -- FoxDoc/Windows Beautify strings>
  1041. ********************************************************************************
  1042. * These strings are used only by Beautify
  1043. file could not be found!
  1044. Beautifying...
  1045. Error opening input file
  1046. Error opening output file
  1047. Structure balance error detected at line
  1048. Program      && next three strings for program/procedure headings
  1049. Procedure
  1050. Function
  1051. ********************************************************************************
  1052. <Section 31 -- FoxDoc copyright strings>
  1053. ********************************************************************************
  1054. FOXDOC
  1055. Documentation Program for FoxPro.
  1056. Portions copyright Walter J. Kennamer, 1986 - 1990.
  1057. Portions copyright Microsoft Corp., 1991 - 1993.
  1058. All rights reserved.
  1059. ********************************************************************************
  1060. <Section 32 -- Window initialization strings>
  1061. ********************************************************************************
  1062. Error allocating program path space.
  1063. Error allocating data path space.
  1064. Cannot create output directory.
  1065. Access error creating output directory.
  1066. Error creating output directory.
  1067. Error restoring directory location.
  1068. ********************************************************************************
  1069. <Section 33 -- Windows snippet strings>
  1070. ********************************************************************************
  1071. Error finding
  1072. Error formatting
  1073. Error moving record pointer
  1074. error seeking snippet
  1075. opening temporary file for snippets.
  1076. deleting temporary file for snippets.
  1077. file disappeared unexpectedly.
  1078. 
  1079.