Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with the Dataenvironment
Message
From
25/05/1998 12:17:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/05/1998 11:45:25
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00100560
Message ID:
00101696
Views:
46
>Hi Cetin
>
>If you have more than one table it will only show the fields of the one active
>
>use Table1 in 0 order tag Table1
>use Table2 in 0 order tag Table2
>set relation to account into table1
>
>Create report from alias() form
>
>It will only show the fields of table2, I need the fields of all the tables in the Data Session
>
>Eduardo
Eduardo,
That's not the way I use it. I do it like this (regarding above situation) :
select * from table2 ;
   inner join table1 ;
    on table1.account = table2.account ;
    into cursor tcReport ;
    where .t.
create report myReport from alias() form
* Now all fields are available
modi report myReport
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