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

  1. clear
  2. set talk off
  3. set device to screen
  4. close database
  5. sele 2
  6. use sb 
  7. set index to sb1
  8. sele 1
  9. use zj
  10. a='         '
  11. @ 4,20 say "╟δ╩Σ╚δ╔Φ▒╕▒α║┼" get a
  12. read
  13. loca for zj1=a
  14. a1=.t.
  15. do while a1
  16. clear
  17. @ 1,0 say "╔Φ▒╕▒α║┼  ╝α▓Γ╡π║┼  ╝α▓Γ╡π▓┐╬╗     ▓╬╩²├√│╞   ╫ε╕▀╓╡    ╫ε╡═╓╡   ì
  18.   ╝α▓Γ╓▄╞┌"
  19. l=2
  20. do while .not. eof()
  21. @ l,1 say " "+zj1
  22. @ l,11 say " "+zj2
  23. @ l,20 say " "+zj3
  24. @ l,34 say " "+zj8+'   '+str(zj10,6,2)+'     '+str(zj13,6,2)
  25. @ l,68 say "  "+str(zj4,3)
  26. l=l+1
  27. cont
  28. if l>=9 .and. .not. eof()
  29. wait '░┤╚╬╥Γ╝ⁿ╝╠╨°úí"
  30. exit 
  31. endif
  32. enddo 
  33. if eof()
  34. exit 
  35. endif
  36. enddo 
  37. wait '┤≥╙í┬≡(Y/N)' to w
  38. if w<>'y'
  39. close database
  40. retu
  41. endif
  42. clear
  43. @ 4,20 say "╒²╘┌┤≥╙íú¼╟δ╔╘║≥úí"
  44. set cons off
  45. set device to print 
  46. set print on
  47. set cons off
  48. ? chr(27)+"IJ"
  49. set print off
  50. set cons on
  51. sele 2
  52. seek a
  53. bb=sb3
  54. sele 1
  55. p=1
  56. d=1
  57. a1=.t.
  58. loca for zj1=a       
  59. do while a1
  60. @ 1,35 say "       "+bb+"╔Φ▒╕╫┤╠¼╝α▓Γ╡╡░╕"       
  61. @ 2,1 say "             "
  62. @ 3,105 say "╡┌ "+str(p,2)+"╥│"
  63. @ 4,1 say "=================================================================ì
  64. =================================================="
  65. @ 5,1 say "|╔Φ▒╕▒α║┼ ì
  66. |╝α▓Γ╡π║┼|╝α▓Γ╡π╬╗╓├  ì
  67. |▓Γ┴┐▓╬╩²├√│╞|╫ε╕▀╓╡|╫ε╡═╓╡|╝α▓Γ╓▄╞┌|       ╝α▓Γ─┌╚▌╝≥╩÷     ì
  68.       |╓╕╡╝╦╡├≈╩Θ┤·║┼|"
  69. @ 6,1 say ì
  70. "|---------|--------|------------|------------|------|------|--------|------------------------------|--------------|"
  71. l=7
  72. do while .not. eof()
  73. @ prow()+1,1 say "|"+zj1
  74. @ prow(),11 say "|"+zj2
  75. @ prow(),20 say "|"+zj3
  76. @ prow(),33 say "|  "+zj8+"  ì
  77. |"+str(zj10,6,2)+"|"+str(zj13,6,2)+"|"+str(zj4,3)+"     |"+zj7+"|"+zj14+"        |"
  78. l=l+1
  79. cont
  80. if .not. eof()
  81. if l>=50
  82. @ prow()+1,1 say ì
  83. "==================================================================ì
  84. ==================================================="    
  85. eject
  86. p=p+1
  87. exit
  88. else
  89. @ prow()+1,1 say ì
  90. "|---------|--------|------------|------------|------|------|--------|------------------------------|--------------|"
  91. l=l+1
  92. endif
  93. else 
  94. @ prow()+1,1 say ì
  95. "=================================================================ì
  96. =================================================="
  97. a1=.f.
  98. endif
  99. enddo 
  100. enddo a1
  101. set print on
  102. ? chr(13)
  103. set print off
  104. set device to screen
  105. set cons on
  106. a1=.t.
  107. retu
  108.  
  109.