home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set device to screen
- sele 1
- use sb index sb1
- sele 2
- use bjh
- a2=.t.
- do while a2
- clear
- @ 0,1 say "╔Φ▒╕▒α║┼ ╔Φ▒╕├√│╞ ╔╧┤╬"+a+"╚╒╞┌"+" ì
- "+a+"║≤└█╝╞┐¬╢»╠¿╩▒"+" "+a+"╓▄╞┌(╠¿╩▒)"
- l=1
- do while .not. eof()
- c=bjh1
- sele 1
- seek c
- c=sb3
- sele 2
- do case
- case bjh17=1
- f=7.5
- case bjh17=2
- f=15.5
- case bjh17=3
- f=24
- otherwise
- f=15.5
- endcase
- f=bjh2*f
- @ l,1 say bjh1+" "+c+" "+dtoc(bjh6)+" ì
- "+str(bjh7,8,2)+" "+str(f,8,2)
- skip
- l=l+1
- if .not. eof()
- if l>=9
- wait '░┤╚╬╥Γ╝ⁿ╝╠╨°úí'
- exit
- endif
- endif
- enddo
- if eof()
- exit
- endif
- enddo a2
- wait '┤≥╙í┬≡ú¿ú┘ú»ú╬ú⌐' to w
- if w<>'y'
- clos data
- retu
- endif
- set device to print
- set cons off
- set print on
- ? chr(27)+"IJ"
- set print off
- p=1
- a2=.t.
- sele 2
- goto top
- do while a2
- @ prow()+1,30 say "╕≈╔Φ▒╕╔╧┤╬"+a+"║≤┐¬╢»╟Θ┐÷"
- @ prow()+1,1 say " "
- @ prow()+1,65 say "╡┌"+str(p,2)+"╥│"
- @ prow()+1,1 say ì
- "=====================================================================ì
- "
- @ prow()+1,1 say "|╔Φ▒╕▒α║┼ |╔Φ▒╕├√│╞ ì
- |╔╧┤╬"+a+"╚╒╞┌|"+a+"║≤└█╝╞┐¬╢»╠¿╩▒|"+a+"╓▄╞┌|"
- @ prow()+1,1 say ì
- "|---------|----------------|------------|------------------|-------ì
- -------|"
- l=6
- do while .not. eof()
- c=bjh1
- sele 1
- seek c
- a=sb3
- sele 2
- @ prow()+1,1 say "|"+bjh1+"|"+a+"|"+dtoc(bjh6)+" ì
- |"+str(bjh7,8,2)+" |"+str(f,8,2)+"|"
- skip
- l=l+1
- if .not. eof()
- if l>=50
- @ prow()+1,1 say ì
- "=================================================================ì
- "
- p=p+1
- ejec
- exit
- endif
- else
- @ prow()+1,1 say ì
- "|---------|----------------|------------|------------------|--------|ì
- "
- l=l+1
- endif
- else
- @ prow()+1,1 say ì
- "==================================================================ì
- "
- a2=.f.
- exit
- endif
- enddo
- enddo a2
- set print on
- ? chr(13)
- set print off
- set device to screen
- set cons on
- clos data
- retu