ZZSBJS.PRG
上传用户:xue7720
上传日期:2013-01-31
资源大小:1240k
文件大小:1k
源码类别:

行业应用

开发平台:

VFP

  1. x=0
  2. x0=0
  3. 14
  4. x=bys
  5. x0=ljs
  6. 7
  7. x=x-bys
  8. x0=x0+ljs
  9. 20
  10. repl bys with x
  11. repl ljs with x0
  12. x=0
  13. x0=0
  14. 19
  15. x=ljs
  16. 20
  17. x=ljs+x
  18. 22
  19. x=x-ljs
  20. 21
  21. repl ljs with x
  22. 3
  23. x=0
  24. do whil recn()<=9
  25. x=x+ljs
  26. skip
  27. enddo
  28. 10
  29. x0=0
  30. do whil recn()<=16
  31. x0=x0+ljs
  32. skip
  33. enddo
  34. 17
  35. if ljs-(x-x0)<>0
  36.   ?? chr(7)
  37.   set colo to 6+/2
  38.   @ 4,6 clea to 10,35
  39.   set colo to 6+/2
  40.   @ 6,8 say '数据不平!即1+2+3+4+5+6+7'
  41.   @ 7,8 say '-8-9-10-11-12-13-14行不'
  42.   @ 8,8 say '等于15行.请用手工填表.'
  43.   @ 9,8 say '请区盐业公司财务部联系!'
  44.   i=inkey(0)
  45. endif
  46. if cd1=1
  47.   go 21
  48.   repl bys with ljs
  49. endif
  50. clos all
  51. retu