Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Advise on looping in clipper to vfp5.0
Message
From
17/07/1998 22:57:08
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00118873
Message ID:
00118889
Views:
27
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform