home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / sharewar / dos / biuro / filexpr6 / fe6.dvl < prev    next >
Text File  |  1995-04-13  |  5KB  |  107 lines

  1. FE DOCV 6.0
  2. 103-File Formats Explanation of File Express formats
  3. 104-Date Formats 93 different date formats available
  4. 105-PDF's        Printer Definition Files available
  5. 001-Formulas:    Introduction on formulas
  6. 002-&:           Combines 2 fields w/one space between
  7. 003-+ PLUS       Combines 2 fields w/no space between
  8. 004-: THROUGH    Specifies a range of fields
  9. 005-ADD ONLY     Calculate only when adding records
  10. 006-AFTER        Used for date searches
  11. 007-AGE          Days between two dates
  12. 008-AND          Used for multiple comparisons
  13. 009-ASC          Returns the ASCII value of a character
  14. 010-ASSIGN       Sets contents of another field
  15. 011-.AVERAGE     Returns an average for a field
  16. 012-BARCODE      Prints a bar code
  17. 013-BEFORE       Used for date searches
  18. 014-BLANK        Returns an empty string
  19. 015-BLANKLINE    Forces a blank line on reports
  20. 016-CENTER       Centers text on reports
  21. 017-CENTERED     Centers a field within itself
  22. 018-CHR          Converts a number to an ASCII character
  23. 019-COMMAS       Formats numbers with commas
  24. 020-COMPARITORS  Compares fields (=, >, <, etc.)
  25. 021-CONTAINS     Searches for embedded text
  26. 022-.COUNT       Returns record count on reports
  27. 023-DAY          Returns the day number
  28. 024-DAYABBV      Returns the day abbreviation
  29. 025-DAYNAME      Returns the day name
  30. 026-DBDRIVE      Returns the current data drive
  31. 027-DBNAME       Returns the current database name
  32. 028-DBPATH       Returns the current data path
  33. 029-DOLLAR SIGN  Adds floating dollar sign to number
  34. 030-EXACTLY      Forces a case-sensitive comparison
  35. 031-FIRSTLINE    Indicates if on first line of report
  36. 032-FORMATDATE   Formats a date
  37. 033-FUNCTIONS    High level math calculations
  38. 034-FUTUREDATE   Calculates a date in the future
  39. 035-GRAPH        Produces a simple horizontal graph
  40. 036-INSTR        Returns position of text in other text
  41. 037-INT          Returns a whole number
  42. 038-LEFT         Extracts left portion of a field
  43. 039-LJ           Left-justifies fields or text
  44. 040-LEN          Returns the length of a string
  45. 041-LINE         Returns the current line number
  46. 042-LJUST        Left justifies a field
  47. 043-LOOKUP       Extracts info from another database
  48. 044-LCASE        Converts text to lower case
  49. 045-LTRIM        Trims leading spaces from text
  50. 046-MACRO        Starts execution of a macro
  51. 047-MATH FUNCS   High level math calculations
  52. 048-MATH OPERS   Math Operators
  53. 049-.MAX         Returns the maximum so far in reports
  54. 050-MID          Extracts a portion of a string
  55. 051-MILTIME      Returns current time in 24-hour format
  56. 052-.MIN         Returns the minimum so far in reports
  57. 053-MINUTES      Returns the minutes since midnight
  58. 054-MONEY SIGN   Adds a floating monetary sign to number
  59. 055-MONTH        Returns a two-digit month number, 01-12
  60. 056-MONTHNAME    Returns the name of a month
  61. 057-MONTHABBV    Returns the abbreviation of a month
  62. 058-.NBCOUNT     Returns a count of non-blank fields
  63. 059-.NBSUBCOUNT  Returns a subcount of non-blank fields
  64. 060-NEWPAGE      Forces printing to a new page
  65. 061-NO COMMAS    Prints a number without commas
  66. 062-NOLINEFEED   Prevents paper advance when printing
  67. 063-NOPRINT      Prevents the printing of a report line
  68. 064-NO ZEROS     Prints zeros as blanks
  69. 065-ONLY         Searches for specific characters
  70. 066-OPERATORS    Math Operators
  71. 067-OR           Used for either-or comparisons
  72. 068-PAGE         Returns the current page number
  73. 069-PARENS       Prints parentheses around neg numbers
  74. 070-POSTIT       Puts info into another database-once
  75. 071-.PREV        Returns a field from previous record
  76. 072-PROPER       Upper cases first letters of strings
  77. 073-RANDOM       Returns a random number
  78. 074-RECORD NMBR  Returns the current record number
  79. 075-REPEAT       Repeats a character or string
  80. 076-REPLACE      Replaces text within a string
  81. 077-RIGHT        Extracts right portion of a field
  82. 078-RJ           Right-justifies text
  83. 079-RJUST        Right-justifies text
  84. 080-ROUND        Rounds a number to fewer decimals
  85. 081-RTRIM        Trims trailing spaces from a string
  86. 082-SOUNDS LIKE  Allows close-match searches
  87. 083-SPACE        Returns a given number of spaces
  88. 084-SPELLOUT     Spells out monetary amounts
  89. 085-.SUBAVERAGE  Returns the sub-average for a field
  90. 086-.SUBCOUNT    Returns the sub-count for a field
  91. 087-.SUBMAX      Returns the sub-maximum for a field
  92. 088-.SUBMIN      Returns the sub-minimum for a field
  93. 089-.SUBTOTAL    Returns the sub-total for a field
  94. 090-SUM          Returns the sum of a field range
  95. 091-TIME         Returns the current system time
  96. 092-TAGGED       Shows if a record is tagged
  97. 093-TIMEDIFF     Returns minutes between two times
  98. 094-TODAY        Returns the current system date
  99. 095-.TOTAL       Returns the total for a field
  100. 096-TRIM         Trims leading and trailing spaces
  101. 097-UNTAGGED     Shows if a record is not tagged
  102. 098-UPDATE       Puts info into another database
  103. 099-UCASE        Upper cases a string
  104. 100-VALUE (VAL)  Returns the numeric value of a string
  105. 101-YEAR         Returns the 4-digit year of a date
  106. 102-ZEROS        Prints zeros as zeros, not blanks
  107.