vfp 用index命令为customers建立普通索引,索引名khh,索引表达式为“客户号”,索引存放在customers.cdx中

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/14 05:44:25
vfp 用index命令为customers建立普通索引,索引名khh,索引表达式为“客户号”,索引存放在customers.cdx中
x)+K+Px>eEf^JjӉ{^dǮԢ⧻w=_l溗 oYtTtBovFb=auulڿQ\3Mt z)OvI*p7 (-NUKEQSF 1z0'7?%S!9?7W ?/lmO'-|gڟžO[3xK ==HFO

vfp 用index命令为customers建立普通索引,索引名khh,索引表达式为“客户号”,索引存放在customers.cdx中
vfp 用index命令为customers建立普通索引,索引名khh,索引表达式为“客户号”,索引存放在customers.cdx中

vfp 用index命令为customers建立普通索引,索引名khh,索引表达式为“客户号”,索引存放在customers.cdx中
use customers
index on 客户号 TAG khh

modi comm pone
然后在程序文件中输入:
use customers
index on 客户号 tag khh
保存,OK