Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set Fields to
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00501968
Message ID:
00501979
Vues:
20
That would work if I knew which table the set fields was going against. I need to save the settings, set my environment and return the environment after I'm done.

Thank you Tim Hayes with 3Core Software for the answer.

set([fields],1)

OR
fldlist(), when the table is open.




>Fred,
>
>DIMENSION laFields[1]
>
>LOCAL lnFields, i
>lnFields =AFIELD('laFields')
>
>FOR i = 1 TO lnFields
> WAIT WINDOW laFields[i]
>ENDFOR
>
>
>HTH
>Doug
>
>>Is there any way to see the value (field list), that set fields is set to. I doubt it makes a difference, but this is VFP 5.0.
>>
>>If I check Set([Fields]), I onloy get On or Off.
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform