Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with the Dataenvironment
Message
De
25/05/1998 12:17:55
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
25/05/1998 11:45:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00100560
Message ID:
00101696
Vues:
45
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform