Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want use SET FIELDS in complex mode.
Message
From
21/06/2003 07:08:00
 
 
To
21/06/2003 06:47:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00802315
Message ID:
00802563
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform