Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need to print 2 records on 1 report
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00186946
Message ID:
00186965
Vues:
15
>vfp 3.0 win 98
>
>Hello All
>
>I need to print 2 records each from different database
>files on the same report.
>
>Any thoughts on how to do this???
>
>Thanks and have a great day.
>
>Becky

If the structures of the tables are different, I have had to create variables to store the data using chr(13) to start subsequent lines. You can also do this with a UDF. For the field value in the report, you would have MyUDF(_pass_parameter_if_needed_). The MyUDF code would format the data for you and issue a RETURN lcReturnString.
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform