I have a vfp5 project that I am trying to port to v7. My problem is with a simple index. When I reindex my file in v7, my search results in a "no find". If I go back into v5 and reindex, my searches work. The searches work fine in v7 as long as the index is not rebuilt.
details:
database structure
fieldname: text
type: character
length: 50
record contents like:
1) Support
1.1) Email
1.2) News
2) Billing
2.1) Hardware
2.1.1) NIC
index on SUBSTR(text,1,AT("
",text)-1) to item
created in vfp5
seek "2.1.1" && recno 6
in vfp7
seek "2.1.1" && recno 6
reindex
seek "2.1.1" && no find
Any suggestions?
details:
database structure
fieldname: text
type: character
length: 50
record contents like:
1) Support
1.1) Email
1.2) News
2) Billing
2.1) Hardware
2.1.1) NIC
index on SUBSTR(text,1,AT("
created in vfp5
seek "2.1.1" && recno 6
in vfp7
seek "2.1.1" && recno 6
reindex
seek "2.1.1" && no find
Any suggestions?