Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan and Update with 2 cursors
Message
 
 
À
20/08/2008 13:14:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01338981
Message ID:
01340421
Vues:
13
>>Can something like that be adapted to your situation?
>Okay, I tried to adapt this to my situation, and this is what I came up with:
>
>SELECT srvcid, UBILLDESC, stdntid, SUM(wrkRealCost) AS wrkRealCost, ;
>  C1, C4 ;
>  FROM BL731 WHERE wrkStatus<>ACTIVE ;
>  GROUP BY srvcid, C1, C4, UBILLDESC , stdntid ;
>  INTO CURSOR BL
>
>SELECT BL731
>INDEX ON srvcid + UBILLDESC + BINTOC(stdntid) + STR(C1) + STR(C4) TAG mainmix
<pre>
>SELECT BL       ---              remove this line

<pre>
>SET RELATION TO srvcid + UBILLDESC + BINTOC(stdntid) + STR(C1) + STR(C4) INTO BL731 IN BL
>
browse

Did you verify visually that your relation is correct?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform