Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with refreshing arrays in a form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00045944
Message ID:
00046045
Vues:
26
You probably must issue the list's Requery() method in order to reset the value of its ListCount property to the rowsource array number of rows.

Sorin

>
>Sorin, sorry, but I mistyped:
>
>The current settings are rowsource=laTranTime and rowsourcetype=ARRAY
>
>Code:
>
>DIMENSION latrantime[1,1]
>SELECT ttrantime FROM snapshot ORDER BY ttrantime INTO ARRAY;
>latrantime where npilecode = gnpilecode and dtrandate = ctod(ldTranDate)
>Thisfrom.refresh()
>
>From the three lists:
>The first list loads correctly from the init method of the form.
>The second and third list load only one item out of the query created.
>
>Thanks,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform