Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where is the dbf of my cursor?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00132835
Message ID:
00132982
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform