Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help with creating reports with multiple tables
Message
From
01/06/1999 10:55:34
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
01/06/1999 10:41:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00224926
Message ID:
00224933
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform