Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOUND() not working with table buffering and scatter/gather
Message
From
01/03/2002 14:57:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
FOUND() not working with table buffering and scatter/gather
Miscellaneous
Thread ID:
00627159
Message ID:
00627159
Views:
51
Is there a problem with FOUND() not getting the proper response when being used in a buffered table? I have had the problem before. In this case I am doing the following:

do while .t.
seek (string)
if .not. found()
exit
endif
scatter memvar blank
gather memvar
enddo

This wipes out the rest of the table. The seek finds the correct records initially, but found never returns .t.

Is this an existing problem? I'd appreciate any help.

Thanks,
Larry Morelli
Next
Reply
Map
View

Click here to load this message in the networking platform