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

行业应用

开发平台:

VFP

  1. *********************************************************
  2. *
  3. * Name: ReadErr
  4. *       此程序演示MisTool工具中的readerror处理
  5. *
  6. **********************************************************
  7. set talk off
  8. set esca off
  9. set path to ..
  10. do LoadSDK                    && 装入SDK
  11. on read do _ReadHandle in MisTool
  12. priv Color
  13. Color='B/W,W+/B,W/W,W+/B,W/B,W+/B,GR/W,W/B,N/W,W+/W'
  14. =defiwind("Input",4,20,12,60,"colo (Color) titl '输入错误处理'")
  15. =actiwind("Input")
  16. =DnRect(C2X(1)-2,R2Y(1)-2,C2X(38)+2,R2Y(7)+2)
  17. priv P_Var
  18. P_Var="Hope Soft"
  19. set curs on
  20. =Get(2,10,"P_Var","size 2,10 vali .f.")
  21. read
  22. on read
  23. =relewind("InPut")
  24. retu