Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Advise on looping in clipper to vfp5.0
Message
De
17/07/1998 22:57:08
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00118873
Message ID:
00118889
Vues:
28
Hi,

Hi, Thank for your advise and interest. The looping inside my clipper code is actually checking of keyboard input and running other clipper code. I don't think they are actually events handle in clipper. if I add them inside, it actually 'halt' my vfp until I cannot access the menu at all. I think of taking out all the looping code and restructured the whole program. What is the best wwy or suggestions to do that. Thank you.




>>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.
Best Regards
Virusim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform