Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND FROM [SQL Cursor]
Message
De
23/12/2008 11:04:19
 
 
À
23/12/2008 10:41:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01369081
Message ID:
01369380
Vues:
34
>>If this is the actual code, you never USE CuDedEmp. In step 8 you Copy to CuDedEmp, but you miss a line to actuallu USE CuDedEmp.
>
>Sorry, I omitted the following code:
>* step 0A--create cursor CuDedEmp--all deduction data by employee
> CREATE CURSOR CuDedEmp;
> (iEmp I,;
> cNameLast C(25),;
> cNameFrst C(25),;
> cNameMI C(1),;
> cNameSort C(51),;
> yDeduct Y,;
> cAggType C(1))

As I can see it, there are ony two possibilities, which both should be easy to check.
1. The cursor CuDedEmp is not "active" anymore.
2. Your second select statement finds no matching errors.
You may disagree, but I am 10000 % sure. Add few checks, like a browse, and you will have a surprise.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform