Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append to array property - redimension first?
Message
From
22/02/1999 16:10:47
 
 
To
22/02/1999 16:03:01
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00190135
Message ID:
00190142
Views:
17
>Knowing that SQL select won't read the buffers, I used the Copy To Array, and, since this array will be needed elsewhere in the form, did something like "copy to array thisform.aArray". The array property was dimensioned aa aArray[1,0]. It invairably copied only one row.
>
>In all other cases, the arrays are redimensioned as the "copy to" command requires (or am I wrong?). Does this mean that array properties are an exception?

I did not use this command (COPY TO ARRAY) for a while, but now doing quick test I see that any array should be redimensioned first to accomodate all table elements, or as it's said in help: " If the array has fewer elements than the table has fields, any remaining fields are ignored." and "If the array has fewer rows than the table has records, any remaining records aren’t stored to the array.". Not very logical but seems to be true.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform