Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Menu Version 6.0 - 5.0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00211841
Message ID:
00211889
Vues:
19
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform