Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Count for goes EOF( )
Message
De
07/03/2007 07:51:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01201416
Message ID:
01201417
Vues:
16
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform