Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reports and cursor
Message
De
02/04/1999 09:18:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
02/04/1999 09:00:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00204611
Message ID:
00204621
Vues:
31
>Can I use two different cursors with all different fields in the same report. I need to list first all records of cursor 1 , then all records of cursor 2 and then the summary band with a total field. Thanks.
Yes it's doable in a few ways. Easiest one IMHO :
- Create a dummy cursor joining both and use that on report.
select * from customer ;
    full join orders ;
    on customer.cust_id = orders.order_id && No common key
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