home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / RK.PRG < prev    next >
Encoding:
Text File  |  1979-12-31  |  1.4 KB  |  93 lines

  1. clear
  2. set talk off
  3. set device to screen
  4. close database
  5. a='   '
  6. @ 4,20 say "╢α╔┘▒╕╝■?" get a pict '999'
  7. read
  8. a=val(a)
  9. do while a<>0
  10. k1='         '
  11. k2='        '
  12. k3='        '
  13. k4='            '
  14. k5='        '
  15. k6='   '
  16. k9='            '
  17. k10='        '
  18. k11='                '
  19. a1=.t.
  20. do while a1
  21. clear
  22. @ 0,1 say "▒╕╝■▒α║┼" get k1
  23. @ 1,1 say "╣µ╕±╨═║┼" get k11
  24. @ 2,1 say "╡Ñ╝█" get k2 pict '#####.##'
  25. @ 3,1 say "╩²┴┐" get k3 pict '#####.##'
  26. @ 4,1 say "╚δ┐Γ╚╒╞┌" get k5 pict '99.99.99'
  27. @ 5,1 say "║╧═¼║┼" get k4
  28. read
  29. a2=.t.
  30. do while a2
  31. @ 6,1 clear
  32. @ 6,1 say "╣⌐╗⌡╡Ñ╬╗▒α║┼" get k6
  33. read
  34. if k6='h'
  35. use gh
  36. do hel11.prg
  37. loop
  38. endif
  39. exit 
  40. enddo a3
  41. @ 7,1 say "╚δ┐Γ╡Ñ║┼" get k9
  42. @ 8,1 say "╛¡╩╓╚╦" get k10
  43. read
  44. @ 9,0 clear
  45. wait '╟δ╤í╘±ú║╒²╚╖ú┌ú¼╓╪╨▐╕─ú╪ú¼╫≈╖╧ú¼╖╡╗╪ú╥ú║' to w
  46. do case 
  47. case w='r'
  48. retu
  49. case w='x'
  50. loop
  51. case w='f'
  52. a=a+1
  53. exit
  54. case w='z'
  55. k2=val(k2)
  56. k3=val(k3)
  57. j1=substr(k5,4,2)
  58. j2=substr(k5,7,2)
  59. j3=substr(k5,1,2)
  60. k5=j1+'/'+j2+'/'+j3
  61. k5=ctod(k5)
  62. use bj 
  63. set index to bj1,bj2
  64. seek k1        
  65. if eof()
  66. clear
  67. @ 4,1 clear
  68. wait "            ┤╦▒╕╝■╬¬╨┬▒╕╝■,╟δ╙├╨┬▒╕╝■╚δ┐Γ╣ª─▄,░┤ú╞╝ⁿ╖╡╗╪" to w
  69. retu
  70. endif
  71. repl b5 with b5+k3
  72. use bh
  73. loca for h1=k4 .and. h2=k11
  74. repl h10 with h10+k3
  75. if h10=h7 .and. .not. eof()
  76. e=recno()
  77. dele reco e
  78. pack
  79. endif
  80. use cr
  81. appe blank
  82. repl l1 with k1,l2 with k5,l3 with k3,l4 with k2,l6 ì
  83. with k6,l8 with k9,l9 with k10,l10 with 'r'
  84. exit
  85. endcase 
  86. enddo 
  87. a=a-1
  88. enddo 
  89. retu
  90.  
  91.  
  92.  
  93.