Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is my cursor empty?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00551388
Message ID:
00551398
Views:
28
This message has been marked as a message which has helped to the initial question of the thread.
> CREATE CURSOR atts;
> (Ext C(3), Seqno N(2), Placed C(18), Route C(10), Ext_Reas C(12))
> SELECT attempts
> SCAN FOR attempts.mast_id = tube.mast_id
> SELECT atts

There shouldn't be an APPEND BLANK here?

> REPLACE atts.ext WITH attempts.ext
> REPLACE atts.seqno WITH attempts.seqno
> REPLACE atts.placed WITH attempts.placed
> REPLACE atts.route WITH attempts.route
> REPLACE atts.ext_reas WITH attempts.ext_reas

HTH

Alonso
Like Frank said: "I did it... MY WAY!"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform