Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp5.0 to vfp3.0 conversion
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00125478
Message ID:
00125807
Views:
13
>I have some forms and reports, and classes that I've written in VFP 5.0 that would be very useful to me (with some minor modifications) if I could use them in an application I'm writing for a client running VFP 3.0. Is there any way to convert them so that 3.0 will understand them?
>
>-Mike

Mike,

Reports need no conversion. For forms you can COMPILE CLASSLIB MyForm.SCX in VFP3. For classes use the same command only give the class library name. Keep in mind that if you have used any syntax that is unique to 5.0, then 3.0 will fail to compile the code.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform