EggheadY2K,
It sounds like your INTAKE.FSL has, for whatever reason, problems that prevent Paradox from opening it. There are any number of things that could cause this:
1. INTAKE.FSL containing ObjectPAL code that cannot be compiled.
2. INTAKE.FSL refers (in a USES block) to a Paradox form, script, or library that cannot currently be located.
3. INTAKE's data model refers to one or more tables that are missing or cannot be located. The .DB files may be missing or an alias may not be properly defined.
To resolve the issue, you should open INTAKE.FSL in a Design window and then try to save it. You should see error messages indicating the real problem.
If you don't see any error messages, then it's likely that the problem results from a runtime error encountered by ObjectPAL itself. To detect these and display them more prominately:
1. Open INTAKE.FSL in a Design window.
2. Take a look at the main menu and see if you have a Program menu. If not, choose Tools | Settings | Developer Preferences. On the General tab, set ObjectPAL Level to Advanced and Place a checkmark in the Show Developer menus. Choose OK. you should now see a Program menu in the main menu.
3. From the Program menu, choose Compiler Warnings *and* Compile With Debug.
4. Resave your form. If no errors appears, try to run it. You should then see more information to help you resolve the issue.
Please note that I have also seen this error appear when calculated fields need to be redefined as a result of changes to the data model (or the assumptions it was designed with).
Your goal, at this point, is to find out which design object cannot be opened and why that occurred. The above process should help you troubleshoot the problem.
Also, keep in mind the "Show Last Error" feature. If you mose the mouse pointer to a blank area of the status line and it turns into a pointer with a question mark, that means you can click the status line to display a dialog showing the last error that Paradox encountered. It may not be much information, but it can help.
Hope this does...
-- Lance