Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sequence of execution
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00768002
Message ID:
00768023
Vues:
22
Kamil,

You need to order records before printing. Something like:

select * from (yourtable) ORDER by (fieldName) into cursor irepo
repo form...

>Hi All.
>I have a report which apart of printing sends lines to a txt file.
>Printing is OK but lines in the file appear mixed. This is obviously something to do with the report records execution order. The question is: How can i change the actual execution order of the records in a report?
>
>Best wishes.
>Kamil
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform