Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Advise on looping in clipper to vfp5.0
Message
 
À
17/07/1998 20:43:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00118873
Message ID:
00118888
Vues:
17
>Hi,
>
> Currently, I am converting three clipper program to vfp. In it, there are lot of do while loop to do constant checking and looping.
>
> I just cannot use it in vfp as it make my whole program like 'halt' as it is always looping inside it. Do that mean that I must 'break' up the program and rethink of it structure in order to successfully convert it to a window based program.
>
> Any suggestion or help in this area is very much appreciated. Thank you.

Virtusim,

The looping you describe sounds like an event handler loop. In clipper you need one, in VFP you don't. IN VFP the READ EVENTS does the same thing your loop does. It halts the system so that the user can interact with the menus and forms.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform