Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select records
Message
De
11/09/2004 16:04:06
 
 
À
09/09/2004 09:56:12
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00940543
Message ID:
00941359
Vues:
6
hi,
i use just your code to get 2400 records .ok.
but when i change to 7200 records ,after run, he get just 3200 records only, my table have 23662 records,

any idea.
CLOSE ALL
use one &&23662 records
copy structure to TempResult
use TempResult in 0
select *, rand() * 0.000000 as random;
  from one;
  into cursor Temp;
  order by area ,random
go top
for i = 1 TO 3
  select Temp
BROWSE
wait
 locate for area= i 
  copy next 7200 to temp2 while area = i 
    select TempResult
  append from temp2
NEXT 
thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform