Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy fields
Message
De
26/11/2004 17:03:39
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
26/11/2004 14:15:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00965005
Message ID:
00965053
Vues:
11
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform