Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicBackColor
Message
From
13/05/2000 10:56:17
 
 
To
12/05/2000 19:30:32
Jim Crowder
Progressive Group Alliance
Boise, Idaho, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00368881
Message ID:
00369338
Views:
19
>What is the best way to handle additions/deletions from this grid and still retain the ledger type colors?

Follow up your Addition/Deletion with:
select recno() ;
   from (this.recordsource) ;
   order by myOrder ;
   into array ;
   thisform.aOrder
And you should be good to go.


>Also, the documentation for adding new array properties says to name it something like aArray[1000,1], but how do you get the actual array size?

I don't think it matters, just add it like aArray[1] and DIMENSION it later, or let the SQL do it.
Previous
Reply
Map
View

Click here to load this message in the networking platform