Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count for goes EOF( )
Message
From
07/03/2007 07:51:28
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01201416
Message ID:
01201417
Views:
17
>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
STORE  films.title TO title1
lnRec=recno()
COUNT FOR Films.Title = title1 TO n_copy
goto lnRec
thisform.refresh
Previous
Reply
Map
View

Click here to load this message in the networking platform