Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Upgrade considerations
Message
De
28/04/1999 17:46:57
 
 
À
28/04/1999 14:08:50
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00213087
Message ID:
00213218
Vues:
25
>In general, what approach would you all take? I'm looking at, maybe, a functional decomposition and then re-engineer the myriad little PRGs into functional custom classes. Maybe not, though.
>
>Any words of wisdom?

John,

I took a VFP class thru AppDev a year ago. One thing that we were showed that I thought was really slick, that I've used since, is a method for porting a 2.6 app to VFP quickly. The method is designed to remove the problem of screens being recompiled in VFP incorrectly due to incompatibilities.

The gist of the method is to modify all the "DO X.Spr" calls to indirect calls, such as "DO &X..spr". You will then have to manually pull all the SPRs into the VFP project. VFP will run the SPR code as is. Then you can remove the screens and replace them with forms on a case by case basis.

PF

(On an infant's shirt): Already smarter than Bush
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform