Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Fields to
Message
From
01/05/2001 11:18:45
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00501968
Message ID:
00501979
Views:
18
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform