Re: lost vcx by Fred
Fred
Sat Dec 15 12:29:05 PST 2007
What class or classes were in the .VCX? If it was a single class, you
*might* be able to create another class of that type in a .VCX and then copy
your existing .VCT file over the new empty one and at least get some of the
functionality back since the code is stored in the .VCT. But even then, the
records in the .VCT probably won't match the records in the .VCX so you
might be out of luck. It'll all depend on how much was in the original .VCX
and how much editting had taken place.
Good luck.
--
Fred
Microsoft Visual FoxPro MVP
"Gleason Pace" <sombrero@bluebottle.com> wrote in message
news:8hd8m3hl40pmfc5crc1cs65088pnu0tphl@4ax.com...
>
> I have a vct file for which I no longer have a current vcx. Is it
> possible to regenerate this file? VFP9, sp2, win xp.
>
> Gleason