home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / loan / helpdir / vbhelp.ipf < prev   
Text File  |  1998-01-31  |  2KB  |  64 lines

  1. .* -----------------------------------------------------------
  2. .*   VBHELP.IPF   Help Source for Loan Sample
  3. .* -----------------------------------------------------------
  4. .*
  5. :userdoc.
  6. :title.Millennium Loan Sample Application
  7. :docprof toc=12.
  8. .* -----
  9. :h1 res=100.Loan Help
  10. .br
  11. :artwork name='money.bmp' runin.&rbl.
  12. This sample illustrates using the VisualAge COBOL Millennium
  13. Language Extensions.
  14. :p.
  15. Use this application to determine the monthly payments, total interest and the year a loan is due.
  16. Enter the following&colon.
  17. :ul.               
  18. :li.
  19. Amount you want to borrow (example&colon.10000)
  20. :li.
  21. Interest rate in per cents (example: 5)
  22. :li.
  23. Term for the loan in years (example: 10)
  24. :eul.            
  25. :p.
  26. Then click on the :hp2.Go Figure:ehp2. button.
  27. :p.
  28. :nt.
  29. The year when the loan is due is determined using a
  30. two digit data item with ACCEPT FROM DATE.
  31. The term of the loan is then added to that year.
  32. The VisualAge COBOL Millennium Language Extension 
  33. allows the date to be correct past the year 2000.
  34. :ent.
  35. .* -----
  36. :h1 res=120.Go Figure Button Help
  37. :p.
  38. Click on the :hp2.Go Figure:ehp2. button to compute the information 
  39. for your loan. 
  40. .*
  41. .* -----
  42. :h1 res=110.Close Button Help
  43. :p.
  44. Click on the :hp2.Close:ehp2. button to close the window.
  45. .* -----
  46. :h1 res=130 hide.Message Help
  47. :p.
  48. Check that you have entered valid information for your loan.
  49. Be sure that&colon.
  50. :ul.
  51. :li.
  52. Amount you want to borrow is positive
  53. :li.
  54. Interest rate is between 1 and 25%
  55. :li.
  56. Term for the loan is between 1 and 30 years
  57. :eul.
  58. :p.
  59. Enter valid loan information and click on 
  60. the :hp2.Go Figure:ehp2. button again.
  61. .*
  62. :euserdoc.
  63.  
  64.