毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 课程设计 >> 正文

VF家政服务管理系统(论文+源程序+答辩PPT) 第5页

更新时间:2010-4-18:  来源:毕业论文
VF家政服务管理系统(论文+源程序+答辩PPT) 第5页
2.客户管理模块设计
主要代码如下:
  “新增”按钮
   public ccode
ccode=""
do form frm_custom

“编辑”按钮
public ccode
if (.not.eof()).and.(.not.bof())
ccode=custom.客户编号
do form frm_custom
endif
“删除”按钮
delete
ccode=""
thisform.refresh
“客户服务”按钮
local bExist
bExist=.f.
thisform.hide
for i=1 to _screen.formcount
      if _screen.forms[i].caption="客户服务"
          _screen.forms[i].show
          bExist=.t.
          endif
    endfor
if .not. bExist
do form frm_amcustom
endif
“保存”按钮代码:
 =tableupdate(.t.)
this.enabled=.f.
this.parent.cmdcancel.enabled=.f.
this.parent.command4.enabled=.t.
thisform.refresh
“放弃”按钮代码
 =tablerevert(.t.)
this.enabled=.f.
this.parent.cmdsave.enabled=.f.
this.parent.command4.enabled=.t.
thisform.refresh
“表单”初始化代码
set multilocks on
=cursorsetprop("buffering",5)
“表单”激活代码
if len(ccode)=0
append blank
else
locat for allt(客户编号)=allt(ccode)
endif
this.cmdsave.enabled=.f.
this.cmdcancel.enabled=.f.
this.cmdsave.enabled=.t.
this.cmdcancel.enabled=.t.
this.command4.enabled=.f.
thisform.refresh
3.客户服务模块设计
主要代码如下:
“设定提醒时间”代码
public pcode
if (.not.eof()).and.(.not.bof())
pcode=custom.合同编号
if len(pcode)>0
do form frm_setalarm
endif
endif
“编辑服务记录”代码
public sccode
if (.not.eof()).and.(.not.bof())
sccode=custom.客户编号
if len(sccode)>0
do form frm_setservice
endif
endif

“客户管理”代码
local bExist
bExist=.f.
thisform.hide

for i=1 to _screen.formcount
      if _screen.forms[i].caption="客户管理"
          _screen.forms[i].show
          bExist=.t.
          endif
    endfor
if .not. bExist
do form frm_mcustom

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] 下一页

VF家政服务管理系统(论文+源程序+答辩PPT) 第5页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©751com.cn 辣文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。