- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am converting an old MFPS 5.0 application to CFV. The application does BACKSPACE and ENDFILE processing on direct access files. I thought I could use the DELETE verb to remedy this. I get a Error 55 which does not provide much help. Do I have to turn the fpscomp compiler option on and use the code as is? I really don't want to.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DELETE requires that you open the file ORGANIZATION='RELATIVE'. This also requires that you rewrite the file, as this adds an extra byte for a delete flag.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page