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

  1. clear
  2. set talk off
  3. set device to screen
  4. close database
  5. use yb
  6. d=recno()
  7. a1=.t.
  8. do while a1
  9. clear
  10. @ 1,0 say "╥╟▒φ├√│╞           ╨═║┼           │÷│º║┼   ╛½╢╚╡╚╝╢   ì
  11. ╩╣╙├┤╦▒φ╡─╔Φ▒╕║┼  ╨ú▒φ╓▄╞┌"
  12. l=2
  13. goto d
  14. do while .not. eof()
  15. @ l,0 say " "+yb1
  16. @ l,14 say " "+yb2
  17. @ l,32 say " "+yb3
  18. @ l,45 say " "+yb4
  19. @ l,57 say " "+yb8 
  20. @ l,74 say " "+str(yb5,4)
  21. l=l+1
  22. skip
  23. if .not. eof()
  24. if l>=9
  25. wait '░┤╚╬╥Γ╝ⁿ╝╠╨°' to w
  26. d=recno()
  27. goto bott
  28. skip
  29. a1=.t.
  30. endif
  31. else
  32. a1=.f.
  33. endif
  34. enddo 
  35. enddo a1
  36. wait '┤≥╙í┬≡(Y/N)' to w
  37. if w<>'y'
  38. a1=.t.
  39. retu
  40. endif
  41. set device to print 
  42. set print on
  43. set cons off
  44. ? chr(27)+"IJ"
  45. set print off
  46. set cons on
  47. goto top
  48. d=recno()
  49. p=1
  50. a1=.t.
  51. do while a1
  52. clear
  53. @ 1,40 say "╥╟▒φ╡╡░╕"
  54. @ 2,1 say "                        "
  55. @ 3,70 say "╡┌"+str(p,2)+"╥│"
  56. @ 4,1 say ì
  57. "=================================================================ì
  58. ==========="      
  59. @ 5,1 say "|╥╟▒φ├√│╞    |╥╟▒φ╨═║┼        |│÷│º║┼   ì
  60. |╛½╢╚╡╚╝╢|╩╣╙├┤╦▒φ╡─╔Φ▒╕║┼|╨ú▒φ╓▄╞┌|"         
  61. @ 6,1 say ì
  62. "|------------|----------------|---------|--------|----------------|--ì
  63. ------|"            
  64. l=7
  65. goto d
  66. do while .not. eof()
  67. @ prow()+1,1 say "|"+yb1
  68. @ prow(),14 say "|"+yb2
  69. @ prow(),31 say "|"+yb3
  70. @ prow(),41 say "|"+yb4
  71. @ prow(),50 say "|"+yb8
  72. @ prow(),67 say "|"+str(yb5,4)+"    |"
  73. skip
  74. l=l+1
  75. if .not. eof()
  76. if l>=50
  77. @ prow()+1,1 say ì
  78. "=================================================================ì
  79. ==========="     
  80. d=recno()
  81. p=p+1
  82. goto bott
  83. skip
  84. ejec
  85. a1=.t.
  86. else
  87. @ prow()+1,1 say ì
  88. "|------------|----------------|---------|--------|----------------|--ì
  89. ------|"           
  90. l=l+1
  91. endif
  92. else
  93. @ prow()+1,1 say ì
  94. "=================================================================ì
  95. ==========="     
  96. a1=.f.
  97. endif
  98. enddo 
  99. enddo a1
  100. set print on
  101. ? chr(13)
  102. set print off
  103. set device to screen
  104. a1=.t.
  105. retu
  106.  
  107.  
  108.