如何通过PB显示Windows文件复制进度对话框?
我使用了 CopyFilea 和 ShFileOperation 函数。 CopyFileA 它复制了文件(大而繁琐的数据)。但它没有显示复制进度,并且还在 SHFileOperation api 中尝试过,这显示了错误。
PB 版本是 10.2.0 build 7516
错误消息:调用外部函数 %s
任何主体时出错 请给我一个解决方案?
I used the functions CopyFilea and ShFileOperation. CopyFileA it copied the file(large cumbersome data). but it didn't show the Copy Progress and Also tried in SHFileOperation api this shows the error.
PB Version is 10.2.0 build 7516
Error Msg: Error Calling external function %s
any body Please give me a solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 sybase.public.powerbuilder 上有 关于 SHFileOperation 的讨论.一般。此代码块显示了如何正确设置结构,对于本例中的删除操作 - 有帮助吗?
来自 sybase.public.powerbuilder.general
There is a discussion of SHFileOperation on sybase.public.powerbuilder.general . This code block shows how to set up the structure correctly, for a delete operation in this case - does it help?
from sybase.public.powerbuilder.general
您的操作系统是什么? Windows Vista 中的 SHFileOperation 已被替换通过IFileOperation。
What is your operating system? SHFileOperation has has been replaced in Windows Vista by IFileOperation.