Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.VCT is missing or invalid
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00466647
Message ID:
00466679
Views:
8
>Sorry, I'm still new at trying to describe things in VFP. The .VCX file contains custom classes and some forms, containers, etc. The .vct error I get occurs when this .VCX file is accessed in the rebuild all attempt.

Sounds to me like you have some corruption going on. Do this:
*--------------------------------------------
*-- Open the vcx as a table
*--------------------------------------------
sele 0
use myvcx.vcx excl 

*--------------------------------------------
*-- Attempt to pack the libray if opened
*--------------------------------------------
If used("myvcx")
     pack
     reindex
Endif

use in myvcx
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform