编程论坛
注册
登录
编程论坛
→
VFP论坛
连编程序时出现这个提示如何解决
laibinhua
发布于 2025-11-09 21:52, 171 次点击
请教 :连编程序时出现这个提示如何解决
index does not match the table. Delete the index file and re-create the index
2 回复
#2
sam_jiang
2025-11-09 22:09
索引文件有问题,删了重新再建一个
#3
kangss
2025-11-14 13:14
VFP的报表文件、项目文件、表单文件、类库文件都可以用 use 打开编辑,比如:use aa.pjx、use aa.scx
你可以试试,如果打不开,说明“dbf”损坏了。
把它改成带备注的dbf文件,用修复工具修复试试(百度:dbf修复工具)
1