Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu Version 6.0 - 5.0
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00211841
Message ID:
00211889
Views:
22
>Is there an easy way to convert a VFP6.0 menu to a VFP5.0 Menu? Thanks.
>
>
>JF
Hi Jamie,

If you don't want to retain the menu in 6.0, Franz indicated how to do this. If you do want to keep it. Do the following:

1. Open the menu as a table (i.e. USE MYMENU.MNX)
2. Issue the AFIELDS() command (= AFIELDS(a_fields))
3. a_fields[22, 3] = 1
4. Issue CREATE CURSOR FROM ARRAY a_fields
5. Issue USE IN MYMENU
6. APPEND FROM MYMENU.MNX
7. COPY TO MYMENU5.MNX

You can then open MYMENU5 in VFP 5.0.

hth,
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform