Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6: An unspecified regisrty error has occurred.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00163942
Message ID:
00164575
Vues:
22
Thanks for the reply which put me on the right track. To really fix it I used:

USE project.pjx
REPLACE ALL local WITH .T.
REPLACE ALL sccdata WITH ''

Rgds

>
>>Hi, I get the above message when opening a VFP5 project which I inherited from someone else. After acknowledging the message, the project opens OK and I can modify/build any part of the project. The project was at some stage part of a Visual SourceSafe system. Would anyone know what might cause the above error and how best to fix it?
>
>VFP tries to connect to the SourceSafe server. If you don't have access to the VSS database anymore, because it belongs to that other programmer, you can use the following code to detach it from SourceSafe:
>
> USE Project.PJX
> REPLACE ALL Local WITH .T.
>
>Christof
Petras Virzintas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform