Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert not inserting no more
Message
From
22/08/2014 05:28:53
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
22/08/2014 05:13:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows NT
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01606233
Message ID:
01606247
Views:
70
>Denis, I think you should really provide some code here... Does not need to be your exact code, but at least one that can reproduce the outcome.
>
>I tried to follow the description of your scenario:
>
>CREATE CURSOR curTable (someField I)
>INSERT INTO curTable VALUES (1)
>INSERT INTO curTable VALUES (2)
>INSERT INTO curTable VALUES (3)
>
>CREATE CURSOR curReport (toPrint I)
>
>SELECT curTable
>SCAN
>	INSERT INTO curReport VALUES (curTable.someField)
>ENDSCAN
>
>INSERT INTO curReport VALUES (curTable.someField)
>
>
>Does this represents what you are doing or am I missing any piece?

If that's the case, this could be one of the cases when things stop working when you're sitting on an alias which is at eof(). Just moving to a real record should then make it work.

OTOH, if he's inserting from variables... perhaps the solution would be the same, or I'd be scratching my head just like he is.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform