Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count for goes EOF( )
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01201416
Message ID:
01201420
Views:
15
>In the activate method of a form, I wrote:
>
> STORE films.title TO title1
>
> COUNT FOR Films.Title = title1 TO n_copy
> thisform.refresh
>
>The problem it goes EOF() and the form becomes blank

Use SELECT to get count. It doesn't affect open tables.
SELECT COUNT(*) FROM Films WHERE Title = title1 INTO ARRAY laCount
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform