Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is the dbf of my cursor?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00132835
Message ID:
00132982
Views:
14
Ed,

Would something like this solve the original problem?

DO fakecursor WITH "yourfile"

PROCEDURE fakecursor
PARAMETER passvar1
PRIVATE lc_dbfname
STORE DBF () TO lc_dbfname
SELECT 0
USE (lc_dbfname) AGAIN ALIAS (passvar1)
RETURN

I haven't tried alter table yet but it does allow me to replace values for fields in the cursor.

Bob


>>Hiya Ed
>>
>>>
>>>Would it be better to use NOFILTER?
>>
>>He was, originally. I think he just forgot to include it in the last post.
>
>I have never had problems with NOFILTER. I guessed it was just Explorer refreshing problem.
Bob Kocher
www.swfox.net
Start making your plans now to attend Southwest Fox 2006
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform