if this.text="预览" then
dw_1.object.datawindow.print.preview = "yes"
this.text="取消"
else
this.text="预览"
dw_1.object.datawindow.print.preview = "no"
end if
if this.text="预览" then
SetPointer(Hourglass!)
dw_7.object.datawindow.print.preview = "yes"
dw_7.visible = true
this.text="取消"
else
this.text="预览"
dw_7.visible = false
end if