home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR19 / HELPSY.ZIP / HELPSYS2.TXT < prev    next >
Text File  |  1994-01-03  |  5KB  |  123 lines

  1. HELPSYS 2.0
  2.  
  3. (c)1994 - Jeff Lewis
  4.  
  5. ------------------------------------------------------------------------
  6.  
  7. HelpSys 2.0 Function Library
  8.  
  9.     This product is being released as a Shareware product.  This 
  10. means that this version of the program may be freely copied and 
  11. evaluated by anyone.  If you decide that this product will suit your 
  12. needs, simply send a $30.00 donation to us and we will send you a more 
  13. powerful version of the software that lets you have more control.  Also 
  14. included will be several functions that allow window manipulation, 
  15. printing and video stack saving.  These will be documented and include 
  16. sample programs on usage.
  17.  
  18.     This HelpSys module was designed for quick and easy help 
  19. screens without adding a single line of code to your Clipper 5.01 or 
  20. Clipper 5.2 application.  Simply link in the object file, include the 
  21. HELPSYS2.LIB file and create your help text file.  That's all there is to 
  22. it. You'll have field level help with out much work or effort on your 
  23. part.
  24.  
  25.     The Shareware version does NOT contain any of the help 
  26. control modules or window printing modules.  This version is also 
  27. slightly crippled, when pressing F1 to invoke the help screen(s), you 
  28. can only bring up the help screens a total of 10 times per application 
  29. execution.  This should be more than sufficient for your testing.  Also, 
  30. upon registering, for an additional $10.00 I will send you full source 
  31. code that you can modify as needed.  I know that when developing, I 
  32. always feel more comfortable about my application when using libraries 
  33. that I have control over.  You will not be allowed to distribute the 
  34. source code or object code for the registered version of this software.
  35.  
  36.     Registered users of HelpSys 1.1 can upgrade for the difference 
  37. price ($10.00).  Also, upon registering, if youÆve received source code 
  38. for HelpSys 1.1, you will also receive source code for 2.0 for no 
  39. additional cost to you.
  40.  
  41. Features:
  42.     Press F1 for help from ANY screen and field
  43.     On-Line help without ANY additional programming
  44.     Field Level Help with a professional look
  45.     Procedural level help for non-field entries
  46.     Capable of Several Screens of help per field, not just one line
  47.     Intelligent help window moving when help window covers the current field
  48.     Multi-level Help
  49.     Automatic  Help Topics index is displayed when no further help
  50.                is available
  51.     Toggle between Development and User modes while developing on-line help
  52.  
  53. Additional Features after registering:
  54.     Window and Text Color Control
  55.     Window Positioning Control
  56.     Generic Window functions that can be used in your own programs
  57.     (including printing within a window)
  58.     Video Stack function calls
  59.     Database Stack function calls
  60.     Quick Alert Printing function
  61.     DOCUMENTATION
  62.     [Optional Source Code written entirely in Clipper]
  63.  
  64.  
  65. Why should I register?
  66.  
  67.     I feel that after all this work and effort, $30.00 is a minimal 
  68. charge for providing such capabilities (+ $10.00 if you want the source 
  69. code).  There are several other routines that I've written over the past 
  70. several years that I'll plan on releasing as Shareware (including software 
  71. security routines).  This is to everyoneÆs advantage.
  72.  
  73.     When registering, please provide me with your Compuserve or 
  74. Internet account name or address if you have one.
  75.  
  76. Jeff Lewis
  77. P.O. Box 441456
  78. Indianapolis, Indiana  46244
  79.  
  80. CIS: 70711,3030                      INTERNET: 
  81. JLEWIS@INDYCMS.IUPUI.EDU
  82.  
  83.  
  84. HelpSys 2.0 - For the Developer
  85.  
  86.     Initially you will need to tell HelpSys 2.0 that you are a 
  87. developer.  You can do this by setting the environment variable 
  88. HELPMODE to any value at the command prompt.
  89.  
  90.     i.e.
  91.  
  92.     SET HELPMODE=DEVELOPER
  93.  
  94.     Once this has been entered and HelpSys2 is invoked (via the 
  95. F1 key) you will see a message appear in the upper left corner of the 
  96. screen [Developer Mode].  This enables you to press F1 anytime you 
  97. want to edit existing help or create additional help screens.  When a 
  98. new help screen is created, you will be notified via an alert.  You can 
  99. then edit the help (or blank help window) and press ESC when done.  It 
  100. will automatically be saved at that point.
  101.  
  102.     The F2 key is available to toggle between Developer mode and 
  103. User mode.  When in Developer mode, you can add Help Screens.  
  104. When in the User mode, when no more help is available, a Help Topics 
  105. list will automatically appear or all available help.  Also, since the 
  106. HELPMODE was defined you can delete unwanted Help Screens by 
  107. pressing the DEL key on the highlighted help topic and confirming the 
  108. æAre you sure you want to delete this entry?Æ question.
  109.  
  110.     The Help Topics list will appear when no help is available 
  111. while HELPMODE has not been assigned (no deleting will be allowed 
  112. if HELPMODE is not defined) or while in User mode.  The help topic 
  113. is ALWAYS the FIRST LINE IN THE HELP SCREEN.
  114.  
  115. Program Notes:
  116.  
  117.     When Linking include HELPSYS.OBJ with your program and 
  118. include HELPSYS2.LIB
  119.  
  120. RTLINK FILE TEST.OBJ,HELPSYS.OBJ LIB HELPSYS2
  121. or
  122. BLINKER FI TEST.OBJ HELPSYS.OBJ LIB HELPSYS2
  123.