Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Random records from many area
Message
De
04/09/2006 08:08:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Random records from many area
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Divers
Thread ID:
01150681
Message ID:
01150681
Vues:
77
hi all,
i need help to mdify at this code under ,

my filed name is(code) have numbers form 1 to 14
for i= 1 to 3
1.i need to get 900 records randomly for every code

2.for i=4, i need 750 records randomly

3.for i=5 to 14, i need 450 records randomly for every code
CLOSE all
USE RIS_SEG_2

total = "450"
*total = (THISFORM.TEXT1.VALUE)
RAND(-1)
INDEX ON RAND() TO SYS(2023)+'\RANDOM'
*COPY TO \SELECTION NEXT &total
COPY TO rf2 NEXT &total
brow
SET INDEX TO 
ERASE SYS(2023)+'\RANDOM'
      CLEAR EVENTS
thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform