Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM [SQL Cursor]
Message
From
23/12/2008 10:41:28
 
 
To
23/12/2008 09:29:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01369081
Message ID:
01369375
Views:
32
>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))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform