Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trouble closing (releasing) form - HELP!!!
Message
De
27/10/1999 00:04:45
 
 
À
26/10/1999 23:01:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00281960
Message ID:
00282052
Vues:
27
>If your array contains references to the CheckBox objects, you'll have to NULL out each array index individually in a loop. You can do that in the QueryUnload method Barbara described to you earlier.
>
>FOR xx=1 TO ALEN(array,1)
> array[xx] = .NULL.
>ENDFOR
>
>or however it is you have your array dimensioned.

You can assign a value to every member of the array by assigning that value to the array without specifying and index:

Myarray = .NULL.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform