Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Project devinfo contains old company name
Message
 
 
À
19/05/2006 13:20:50
Ken Knorr
Logos Management Software
Ventura, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01123629
Message ID:
01123632
Vues:
18
>We changed our company name and I updated the Project with the name change. But when I build exe's it places the old company name in exe. I looked in the project devinfo field and find that some of the data is incorrect. This appears to be binary data, does anyone have a way to correct this data.
>

Hi Ken,

Try
Modify project MyProj NOWAIT
oProj = _VFP.ActiveProject
oProj.VersionCompany = "New Company Name"
oProj.Close()
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform