Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Project devinfo contains old company name
Message
 
 
To
19/05/2006 13:20:50
Ken Knorr
Logos Management Software
Ventura, California, United States
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01123629
Message ID:
01123632
Views:
20
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform