vfp做的选课系统,儿低头普鲁士的数据分类款式大方
2021-12-16 21:09:20 1.18MB vfp
1
里面有原程序,也有可执行文件,做期末考试作业交给老师绝对没问题
1
vfp打印预览表单 vfp打印工具 直接调用
2021-12-16 18:26:11 10KB vfp打印工具
1
vfp编写贪吃蛇游戏,是一个很好的编写VFP的好例子。实验过可以正常使用
2021-12-16 18:23:54 86KB vfp贪吃
1
VFP+SQL开发实例资料,非常好的资料,欢迎VFPer 下载, DOC格式文档
2021-12-16 18:20:35 149KB VFP VFP+SQL
1
大学数据库VFP课程设计,附加课程设计报告论文,很详细,很有借鉴作用,适合毕业参考及对口专业学习。
2021-12-15 19:36:02 3.12MB 大学数据库VFP课程设计 + 论文报告
1
VFP电子DoC中职类的教案,比较全面的教案,值的使用哦
2021-12-15 13:55:21 782KB vfp
1
go top thisform.command1.enabled=.f. thisform.command4.enabled=.t. thisform.command3.enabled=.t. thisform.command2.enabled=.f. thisform.dy thisform.refresh “上一条”按钮的代码如下: skip -1 thisform.command3.enabled=.t. thisform.command5.enabled=.t. if bof( ) messagebox("已经到第一个!") thisform.command2.enabled=.f. thisform.command5.enabled=.f. else thisform.dy endif thisform.refresh “下一条”按钮的代码如下: skip thisform.command5.enabled=.t. if eof( ) messagebox("已经到最后一条!") thisform.command3.enabled=.f. thisform.command5.enabled=.f. thisform.command2.enabled=.t. else thisform.command2.enabled=.t. endif thisform.dy thisform.refresh “最后一条”按钮的代码如下: go bottom thisform.command1.enabled=.t. thisform.command4.enabled=.f. thisform.command3.enabled=.f. thisform.command2.enabled=.t. thisform.dy thisform.refresh “修改”按钮的代码如下: go recno( ) thisform.txt姓名.readonly=.f. thisform.txt邮政编码.readonly=.f. thisform.txt性别.readonly=.f. thisform.txt手机.readonly=.f. thisform.txt小灵通.readonly=.f. thisform.txt住宅电话.readonly=.f. thisform.txtqq.readonly=.f. thisform.txte_mail.readonly=.f. thisform.txt办公电话.readonly=.f. thisform.txt家庭地址.readonly=.f. thisform.txt备注.readonly=.f. thisform.command6.enabled=.t.
2021-12-14 19:12:23 517KB 管理 图书 借阅 读者
1
VFP学生信息管理系统,附有代码,论文。
2021-12-14 12:40:49 1.39MB VFP学生信息管理系统
1
VFP做的员工工资管理系统,非常详细,没有错误。大三数据库课程设计作业。
2021-12-13 11:47:41 850KB VFP 员工工资 管理系统 课程设计
1