Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need suggestion for solution
Message
De
01/12/2004 14:50:31
Jim Winter
Jim Winter Consulting
Hinesburg, Vermont, États-Unis
 
 
À
01/12/2004 14:39:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Divers
Thread ID:
00966168
Message ID:
00966170
Vues:
8
James,

Do you also want to store value1 from site B to value 2 of Site A or are you just dealing with sites C and B? And what about value 1 of Site A - does that get stored to value 2 of Site D?

Regards,

>I have what I think should be a simple problem, but I don't see a solution. It's sort of like I want to
>
SET RELATION TO bla-bla IM MyTable INTO MyTable
>
>which of course makes no sense.
>
>It simplest terms, I have a cursor with four fields: Part, Site, Value1, and Value2. For each Part, I have four records, one for each Site. (The Sites are named "A", "B", "C", and "D".)
>
>What I'd like to do can be stated quite simply: For each Part, take Value1 for Site="C" and store it into Value2 for Site="B". Thus:
>
>
Part   Site    Value1   Value2
>
>ABC    A         11       88
>ABC    B        201      255
>ABC    C         77       66
>ABC    D        401      444
>
>Becomes
>
>
Part   Site    Value1   Value2
>
>ABC    A         11       88
>ABC    B        201    => 77 <=
>ABC    C         77       66
>ABC    D        401      444
>
Jim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform