JmichaelSR
Programmer
Please someone tell me what I am doing wrong here.
I have written a new program in FoxPro 2.5 and that program had been running successfully for about 2 months. All of a sudden, I started getting the message "Memo file is missing/invalid".
The Snippet I am having problems with follows:
FUNCTION _1h40mobwn && pb_exit VALID
#REGION 1
USE
USE arinvhdr IN 1 EXCLUSIVE
USE arinvdet IN 2 EXCLUSIVE **I GET THE ERROR MESSAGE HERE**
SELECT 1
PACK
SELECT 2
PACK
USE
I found references to this error message in Thread "thread182-904394" indicating that file size could be the problem. I attempted to fix the problem by completely deleting and re-creating file "arinvdet". To test, I ran the above code against the empty file and still got the error message.
What is really strange to me is that I can issue the exact code listed above (in the sequence shown)from the FoxPro Command Window and it works! There is evedently something in MY PROGRAM.
Any help or suggestions will be appreciated.
Thanks!
Mike Clark
Programmer/Analyst
Mississippi State Fire Academy
I have written a new program in FoxPro 2.5 and that program had been running successfully for about 2 months. All of a sudden, I started getting the message "Memo file is missing/invalid".
The Snippet I am having problems with follows:
FUNCTION _1h40mobwn && pb_exit VALID
#REGION 1
USE
USE arinvhdr IN 1 EXCLUSIVE
USE arinvdet IN 2 EXCLUSIVE **I GET THE ERROR MESSAGE HERE**
SELECT 1
PACK
SELECT 2
PACK
USE
I found references to this error message in Thread "thread182-904394" indicating that file size could be the problem. I attempted to fix the problem by completely deleting and re-creating file "arinvdet". To test, I ran the above code against the empty file and still got the error message.
What is really strange to me is that I can issue the exact code listed above (in the sequence shown)from the FoxPro Command Window and it works! There is evedently something in MY PROGRAM.
Any help or suggestions will be appreciated.
Thanks!
Mike Clark
Programmer/Analyst
Mississippi State Fire Academy