如何在Copy To ...数据导出时出现保存位置对话框?

在数据导出时我一直使用
use 表
copy to 文件名 type xls
但不能使用保存位置对话框,请各位不吝赐教!
---------------------------------------------------------------
要用保存对话框有两种方法:

1、用putfile()函数

2、用通用对话框的showsave
---------------------------------------------------------------

COPY TO PUTFILE("","","xls") TYPE xls

Published At
Categories with 数据库类
Tagged with
comments powered by Disqus