filibuster
Programmer
in our application's error log the error message "beyond string" is shown. The error happened during a reindexing process.
However, I could not reproduce the error, neither by re-reindexing the table nor by playing around with the substr() function (this is the function which causes the "beyond string" message).
I remember having had this problem years ago, and that it was related to a corroupted dbf/cdx/fpt file. However I'm not sure, but maybe some people here do know more ?
It's not a major issue in our project, as the error did not occur again, but I'd still like to know.
I was trying to reproduce a "beyond string" programatically, e.g.
? substring( "Test", 100, 1)
but was never able to get the "beyond string" error. I did search the web (experts-exchange, universal thread, tek-tips, ms knowledge and google), but this error seems to never occur ...
does anybody know how to reproduce the error ? please note that I'm using Fox 2.6. There was a similar error caused by a bug VFP 5, which has been removed in subsequent versions of VFP.
However, I could not reproduce the error, neither by re-reindexing the table nor by playing around with the substr() function (this is the function which causes the "beyond string" message).
I remember having had this problem years ago, and that it was related to a corroupted dbf/cdx/fpt file. However I'm not sure, but maybe some people here do know more ?
It's not a major issue in our project, as the error did not occur again, but I'd still like to know.
I was trying to reproduce a "beyond string" programatically, e.g.
? substring( "Test", 100, 1)
but was never able to get the "beyond string" error. I did search the web (experts-exchange, universal thread, tek-tips, ms knowledge and google), but this error seems to never occur ...
does anybody know how to reproduce the error ? please note that I'm using Fox 2.6. There was a similar error caused by a bug VFP 5, which has been removed in subsequent versions of VFP.