Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FPD25: SCAN WHILE fails SCAN FOR doesn't
Message
 
To
04/02/2002 09:59:16
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00614777
Message ID:
00615873
Views:
35
Hi Hilmar

This is a regular delete logic and I get the app to reindex every month. Any way to bypass index corruption or at least be aware of if. My ON ERROR does catch FP error messages for index missing or corrupted and will reindex on the fly if required.

Any suggesstions

>Perhaps the index is corrupted. Try rebuilding it.
>
>>Hi all
>>
>>I have a function skel like below:
>>
>>
>>FUNCTION myFunc
>>
>>	PARAMETERS myID
>>
>>	SELECT myDBF
>>	SET ORDER TO TAG myField
>>
>>	= SEEK(myID)
>>
>>	SCAN WHILE myDBF.myField = myID
>>		SELECT myOtherDBF
>>		*** myOtherDBF manipulation logic goes here
>>
>>		SELECT myDBF
>>		DELETE
>>	ENDSCAN
>>
>>
>>This fails, what am I doing wrong. Just change the WHILE to FOR, though slower will never fail.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform