Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM [SQL Cursor]
Message
From
23/12/2008 10:43:13
 
 
To
23/12/2008 09:29:53
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:
01369376
Views:
28
Hi Tamar,
Thanks for taking a look at this long thread.

>What is CuDedEmp and how do you create it?
Sorry, I omitted the following code, which executes earlier in the same method:

* 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))

Best regards, Chaim
Previous
Reply
Map
View

Click here to load this message in the networking platform