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

  1. clear
  2. close database
  3. set talk off
  4. set device to screen 
  5. use dx
  6. loca for dx9<>'y'
  7. if eof()
  8. clear
  9. @ 4,15 say "╬▐▓╗║╧╕±╡─╡τ╞°╧▀┬╖ú¼░┤╚╬╥Γ╝ⁿ╖╡╗╪úí"
  10. wait '  '
  11. use 
  12. retu
  13. endif
  14. a2=.t.
  15. do while a2
  16. clear
  17. ? "╧▀┬╖├√│╞      ╧▀┬╖╣µ╕±           ╨═║┼         ╞╠╔Φ╖╜╩╜      ╩╘╤Θ╡τ╤╣" 
  18. l=2
  19. do while .not. eof() .and. l<=9
  20. @ l,1 say " "+dx1           
  21. @ l,12 say " "+dx2
  22. @ l,33 say " "+dx3
  23. @ l,50 say " "+dx4
  24. @ l,63 say " "+dx6
  25. l=l+1
  26. cont
  27. if l>=9 .and. .not. eof()
  28. wait '░┤╚╬╥Γ╝ⁿ╝╠╨°úí'
  29. endif
  30. enddo
  31. if eof()
  32. exit
  33. endif
  34. enddo a2
  35. wait '┤≥╙í┬≡(y/n) ' to w
  36. if w='y'
  37. set device to print 
  38. set print on
  39. goto top
  40. clear
  41. @ 1,1 say "                                  ─═╤╣╩╘╤Θ▓╗║╧╕±╡─╧▀┬╖"
  42. @ 2,1 say "              "
  43. @ 3,1 say ì
  44. "=================================================================ì
  45. ====================================="
  46. @ 4,1 say "|╧▀┬╖├√│╞  |╧▀┬╖╣µ╕±            |    ╧▀┬╖╨═║┼    ì
  47. |╞╠╔Φ╖╜╩╜    |╩╘╤Θ╡τ╤╣|╩╘╤Θ╚╒╞┌|      ┤ª└φ╥Γ╝√      |"
  48. @ 5,1 say ì
  49. "|----------|--------------------|----------------|------------|--ì
  50. ------|--------|--------------------|"
  51. goto top
  52. loca for dx9='n'
  53. do while .not. eof()
  54. @ prow()+1,1 say "|"+dx1
  55. @ prow(),12 say "|"+dx2
  56. @ prow(),33 say "|"+dx3
  57. @ prow(),50 say "|"+dx4
  58. @ prow(),63 say "|"+dx6
  59. q=dtoc(dx8)
  60. j1=substr(q,7,2)
  61. j2=substr(q,1,2)
  62. j3=substr(q,4,2)
  63. q=j1+'.'+j2+'.'+j3
  64. @ prow(),72 say "|"+q 
  65. @ prow(),81 say "|"+dx10+"|"
  66. cont
  67. if .not. eof()
  68. @ prow()+1,1 say ì
  69. "|----------|--------------------|----------------|------------|--ì
  70. ------|--------|--------------------|"
  71. else
  72. @ prow()+1,1 say ì
  73. "=================================================================ì
  74. ====================================="
  75. endif
  76. enddo
  77. set print on
  78. ? chr(13)
  79. set print off
  80. set device to screen
  81. a1=.t.
  82. retu
  83.