Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET RELATION ... Just not relating.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00179695
Message ID:
00179765
Views:
15
>**** 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
>
>***************

Fred,

Your LOCATE is happening in the worng work area. You can try this;
**** Init of my form

SELECT order_detail

SET ORDER TO TAG orderid && IN order_detail you don't need this IN clause

SELECT order_information
SET ORDER TO orderid && IN Order_Information Nor this one


SET RELATION TO orderid INTO order_detail && IN order_information nor this one
LOCATE

***************
Previous
Reply
Map
View

Click here to load this message in the networking platform