Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET RELATION ... Just not relating.
Message
From
26/01/1999 18:16:16
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00179695
Message ID:
00180528
Views:
20
>>The user selects an invoice number from a list, the list is bound to the orderid in order_information. Why won't my grid believe the set relation. I see all records in the grid. If I suspend the code, brow the two tables and physically the order_information brwo window, then the grid will show only the records that meet the relationship.
>>
>>Ideas???
>>
>>
>>**** Init of my form
>>
>>SELECT order_information
>>SET ORDER TO orderid IN Order_Information
>>
>>SELECT order_detail
>>
>>SET ORDER TO TAG orderid IN order_detail
>>SET RELATION TO orderid INTO order_detail IN order_information
>>LOCATE
>>
>>***************
>
>The relation appears to be upside down. Try
>
>SELECT order_detail
>SET ORDER TO TAG orderid IN order_detail
>
>SELECT order_information
>SET ORDER TO orderid IN Order_Information
>
>SET RELATION TO orderid INTO order_detail IN order_detail



Thanx.

I whill give it a try.
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Previous
Reply
Map
View

Click here to load this message in the networking platform