Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rec()
Message
De
20/09/2006 04:30:30
 
 
À
20/09/2006 04:28:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Rec()
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01155073
Message ID:
01155392
Vues:
30
You're welcome.

>thank you very much,it works
>
>>I guess you understand that I don't have the chance to test the code I give you for free, and I do expect you to understand my code and fix it accordingly. However, try this
>>local lnNumber, lnFlag
>>INDEX ON offer TAG offer && Why, why, why do you have this line? If you need an index tag, you create it ONCE, and it stays!
>>Use ANALYSIS1 order offer
>>go top
>>lnNumber=1
>>lnFlag=offer
>>do while !eof()
>>  replace no with lnNumber
>>  skip
>>  if offer=lnFlag
>>    lnNumber=lnNumber+1
>>  ELSE
>>    lnNumber=1
>>    lnFlag=offer
>>  endif
>>enddo
>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform