home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR36 / C7101.ZIP / 3007101.DOC next >
Text File  |  1994-02-02  |  2KB  |  46 lines

  1. Template Release 3007.101 Installation Notes
  2.  
  3. The following files have been modified in this release:
  4.  
  5.          Browse.CLA          (and all associated .DLL, .LIB, and .PR)
  6.          MultiPg.TPX         Form.TPX
  7.          Browse.TPX          BrwsGrps.TPX
  8.          Print.TPX           Relation.TPX
  9.  
  10. Fixes from 3007.100 to 3007.101
  11.  
  12. BROWSEs, when clicking the mouse in an area not occupied with a field(), which
  13. complets ACCEPT with a FIELD() value of 0.  Behavior prior to 3007.100 was to
  14. clear the field in the list box that corresponded to any locator (commonly
  15. known as "trashing the list box").  Behavior for 3007.100 was to not "trash
  16. the list box", but to re-read the record (and associated lookups) when moving
  17. about the screen using TAB and SHIFT-TAB.  Neither behavior occurs in 3007.101
  18.  
  19. BROWSEs, the "When Field is Completed" and "When Field is Selected" code for
  20. fields on the screen was not being executed in versions prior to 3007.101.
  21.  
  22. BROWSE totals were not being correctly handled on aborted deletions.
  23.  
  24. FORMs were not handling Logging of multiple instances of the same physical
  25. file.   A #PROMPT now asks to "Disable RI Logout" in this case.  This case
  26. only applies to using "ALIASed" files, as described in the "Multiple
  27. Relations" example in the Advanced Example program.
  28.  
  29. FORMs were not including %Primary in the RI LOGOUT() statements.
  30.  
  31. PRINTs were not placing a trailing backslash (\) in the correct position
  32. of the TempFile assignment when creating a TempFile name for use with the
  33. SCREEN option (not clipping before concatenating).
  34.  
  35. BATCHs had EMBED('Setup Procedure') in the wrong place.  That EMBED should
  36. have been directly after the CODE statement.
  37.  
  38. VIEWs were not correctly handling the saving of screen size prior to entry,
  39. and the restoration of size upon procedure exit.
  40.  
  41. ----------------------------------
  42. To Install:
  43.  
  44. Copy all *.CLA, *.TPX, *.TPL, *.PR, *.DLL, *.TXT to your Clarion3 directory
  45. Copy all *.LIB to your Clarion3\LIB directory
  46.