Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internal Consistance Error
Message
From
28/04/1998 17:04:45
 
 
To
28/04/1998 14:10:56
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00095488
Message ID:
00095526
Views:
22
>Hi, all
>
>We are using "FoxFire 30" for VFP30 to create reports, and are getting Internal
>Consistance errors. This happens when a report is previewed, but not always.
>Sometimes after an error, if you copy the report to another name, and run the new copy it will run fine. This seems to be happening randomaly thruout the reports I have created.
>
>Is anybody out there is using "Foxfire" please let me know if you are experiencing the same problems and what workaround is there if any.
>
>Thanks
>
>Russ

Russ,

The only cause of random GPF-type instability errors in FF!, that I know of, was due to the use of a Windows API call when FF! loads to determine if Excel is registered on the system. Depending on whether or not Excel was found would determine if Excel output options were enabled or disabled. This only happened on a few systems, but in any event, we added a memory variable, m.pg_look4excel, to version 3.0+ that would allow developers to disable the Excel search, which is really not that essential, since the worse thing that happens to a user who trys to output to Excel, if they don't have Excel, is a message stating that output to Excel could not be completed.

Therefore, I would upgrade to 3.0+, and set m.pg_look4excel to false. This can be done in FF!'s config file FFCONFIG.PRG, so no recompiliation of the FF! APP is necessary.

Bill
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform