Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I want use SET FIELDS in complex mode.
Message
De
21/06/2003 07:08:00
 
 
À
21/06/2003 06:47:59
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00802315
Message ID:
00802563
Vues:
19
Hi Cetin,

this is what I have made in the past.

Now I want to make more.
Close All
set fields global
Use customer
Use orders In 0 order tag cust_id
Use orditems In 0 Order tag order_id
Set relation to cust_id into orders
Set relation to order_id into orditems in 'Orders'
Set Fields to cust_id, company, ;
  orders.order_id, orders.order_date, ;
  orditems.line_no,orditems.product_id, ;
  orditems.quantity,orditems.unit_price,;
  Price=orditems.quantity * orditems.unit_price
Set Skip to orders, orditems
**** i want change workarea, and use calculate FIELDS
SELECT 0
USE prices
LOCATE FOR price=customer.Price
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform