home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / FX8.PRG < prev    next >
Encoding:
Text File  |  1980-01-01  |  2.4 KB  |  141 lines

  1. clear
  2. set talk off
  3. set device to screen
  4. close database
  5. sele 1
  6. use cr
  7. sele 2
  8. use bj index bj1
  9. sele 3
  10. use gh index gh1
  11. clear
  12. a='         '
  13. @ 4,10 say "╟δ╩Σ╚δ▒╕╝■▒α║┼" get a
  14. read
  15. sele 1
  16. loca for l1=a .and. l10='r'
  17. if eof()
  18. clear
  19. @ 4,20 say "╬▐┤╦▒╕╝■ú¼░┤╚╬╥Γ╝ⁿ╖╡╗╪úí"
  20. wait ' ' to w
  21. retu
  22. endif
  23. a2=.t.
  24. do while a2 
  25. clear
  26. @ 1,1 say "▒╕╝■▒α║┼   ▒╕╝■├√│╞        ╣⌐╗⌡╚╒╞┌   ╣⌐╗⌡╡Ñ╬╗         ì
  27.            ╡Ñ╝█"
  28. l=2
  29. do while .not. eof()
  30. @ l,1 say " "+a
  31. c=dtoc(l2)
  32. j1=substr(c,7,2)
  33. j2=substr(c,1,2)
  34. j3=substr(c,4,2)
  35. c=j1+'.'+j2+'.'+j3
  36. sele 2
  37. seek a
  38. @ l,11 say " "+b2
  39. sele 1
  40. @ l,28 say " "+c
  41. s=l6
  42. sele 3
  43. seek s
  44. @ l,38 say " "+gh2
  45. endif
  46. sele 1
  47. @ l,64 say " "+str(l4,8,2)
  48. cont
  49. l=l+1
  50. if .not. eof()
  51. if l>=9
  52. wait '░┤╚╬╥Γ╝ⁿ╝╠╨°'
  53. exit
  54. endif
  55. else
  56. a2=.f.
  57. endif
  58. enddo 
  59. enddo a2
  60. wait '┤≥╙í┬≡(Y/N)' to w
  61. if w<>'y'
  62. close database
  63. retu
  64. endif
  65. clear
  66. @ 4,20 say "╒²╘┌┤≥╙íú¼╟δ╔╘║≥úí"
  67. set cons off
  68. set device to print 
  69. set print on
  70. ? chr(27)+"IJ"
  71. set print off
  72. p=1
  73. loca for l10='r' .and. l1=a
  74. a1=.t.
  75. do while a1
  76. @ prow()+1,25 say "═¼╓╓▒╕╝■▓╗═¼╣⌐╗⌡│º╓«╡Ñ╝█"
  77. @ prow()+1,1 say "            "
  78. @ prow()+1,80 say "╡┌"+str(p,2)+"╥│"
  79. @ prow()+1,1 say ì
  80. "=================================================================ì
  81. ========================="              
  82. @ prow()+1,1 say "|▒╕╝■▒α║┼ |▒╕╝■├√│╞        ì
  83. |╜°╗⌡╚╒╞┌|╣⌐╙ª╡Ñ╬╗▒α║┼|╣⌐╙ª╡Ñ╬╗├√│╞ ì
  84.                  |╡Ñ╝█    |"
  85. @ prow()+1,1 say ì
  86. "|---------|----------------|--------|------------|---------------ì
  87. --------------ì
  88. -|--------|"
  89. l=6
  90. do while .not. eof()
  91. @ prow()+1,1 say "|"+a
  92. sele 2
  93. seek a
  94. @ prow(),11 say "|"+b2
  95. sele 1
  96. c=dtoc(l2)
  97. j1=substr(c,7,2)
  98. j2=substr(c,1,2)
  99. j3=substr(c,4,2)
  100. c=j1+'.'+j2+'.'+j3
  101. @ prow(),28 say "|"+c
  102. @ prow(),37 say "|"+l6
  103. c=l6
  104. sele 3
  105. seek c
  106. @ prow(),50 say "|"+gh2
  107. sele 1
  108. @ prow(),81 say "|"+str(l4,8,2)+"|"
  109. cont
  110. l=l+1
  111. if .not. eof()
  112. if l>=50
  113. @ prow()+1,1 say ì
  114. "=================================================================ì
  115. ========================="
  116. p=p+1
  117. ejec
  118. exit
  119. else
  120. @ prow()+1,1 say ì
  121. "|---------|----------------|--------|------------|---------------ì
  122. ---------------|--------|"
  123. l=l+1
  124. endif
  125. else
  126. @ prow()+1,1 say ì
  127. "=================================================================ì
  128. =========================" 
  129. a1=.f.
  130. endif
  131. enddo 
  132. enddo a1
  133. set print on
  134. ? chr(13)
  135. set print off
  136. set device to screen
  137. close database
  138. a1=.t.
  139. set cons on
  140. retu
  141.