Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Duplicates Records
Message
 
 
À
07/03/2004 09:19:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00883809
Message ID:
00884695
Vues:
9
You can add anything to this table that you want, but you don't *need* more than one field <s>. It's not supposed to hold real data, ordinarily, and ordinarily the column(s) in this table doesn't appear anywhere in your output. It's simply there to force the report scope to do what you want (repeat records), by using the Xbase ability to SET SKIP to a related table.

Of course if you *want* to repeat certain data for every label, it would be trivial to add additional fields to this table. For example, suppose you are printing copies of a bill. The table could have a Description field, you'd insert three records in it (still using .T. for the relation/key value) and including the value "customer copy" in the first record, "sales copy" in the second, "bank copy" in the third. Now your report has a layout object with the expression "dummy.description" in it and you're all set.

I may be misunderstanding why you're asking your question, so can you explain what you have in mind?

>L<
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform