在foxpro中如何判断独占打开是否会成功?
如果我尝试获取在 FoxPro 中打开的独占表,如果访问被拒绝,它会生成一个对话框。 由于我的目标是非交互式应用程序,有没有办法检测操作是否会成功,或者至少让它静默失败?
If I attempt to gain an exclusive table open in FoxPro, it generates a dialog box if access is denied. Since I'm targeting an non-interactive application, is there a way to detect whether the operation will succeed, or at least have it fail silently?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您有 VFP 8 或更高版本:
If you have VFP 8 or greater:
对于旧版本:
For older versions:
我已经成功使用 FOPEN...
I've had success using FOPEN...