Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need help with creating reports with multiple tables
Message
De
01/06/1999 10:55:34
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
01/06/1999 10:41:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00224926
Message ID:
00224933
Vues:
17
>I need to create a report that uses information from several different tables. I'm not sure how exactly to do this.
>
>thanks
Create a view or just SQL and base your report on it. Do not have a table(s) in report dataenvironment.
*Quick creation
select * from myTab1 ;
  left join myTab2 ;
    on myTab1.linkkey = myTab2.linkkey ;
  into cursor rptCursor
create report myReport from alias() form && Temporary
modi report myReport  && Temporary
report form myReport preview
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform