Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble closing (releasing) form - HELP!!!
Message
From
27/10/1999 00:04:45
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00281960
Message ID:
00282052
Views:
26
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform