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

Click here to load this message in the networking platform