Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy fields
Message
From
26/11/2004 17:03:39
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
26/11/2004 14:15:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00965005
Message ID:
00965053
Views:
10
When you see syntax like this:

SET RELATION ... [ADDITIVE]

the brackets ("square parentheses") often mean that the part, in this case "additive", is optional. Either use the ADDITIVE keyword, or omit it; but don't include the brackets.

>hi,
>thank you.
>
>i try i get error message(variable"additive" is not found)
>
>

>SELECT xldata && That table contains Field4
>SET RELATION TO Key INTO nan [ADDITIVE]&& if you mean "KEY" PK ,i don't have any pk at my tables.
>
>GO TOP
>REPLACE ALL a WITH nan.a,;
> b WITH nan.b,;
> c WITH nan.c,;
> d WITH nan.d,;
> e WITH nan.e,;
> f WITH nan.f,;
> s WITH nan.s,;
> l WITH nan.l,;
> char9 WITH nan.char9,;
> char10 WITH nan.char10,;
> char11 WITH nan.char11,;
> char12 WITH nan.char12,;
> char13 WITH nan.char13,;
> char14 WITH nan.char14,;
> char15 WITH nan.char15,;
> char16 WITH nan.char16,;
> char17 WITH nan.char17,;
> char18 WITH nan.char18,;
> char19 WITH nan.char19
>SET RELATION OFF
>
>
>thanks.
>best regards.
>m.qasem
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform