Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove a property
Message
 
 
To
04/03/2002 22:44:35
Ian Johnston
Computer Software Solutions
Woodland, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00628177
Message ID:
00628223
Views:
20
Ian,

I'd use a SCATTER NAME object to do this sort of thing.

select Table1
scatter name this.oFields memo

.... manipulate and store this.oFields.Field1

select Table2
scatter name this.oFields memo

.... manipulate and store this.oFields.FieldA

oFields will will have a property that corresponds to the workarea selected at the time of the scatter.

>I am storing values until I write the record then wanted to remove them as the next recod may not be storing the same data. I believe I have the array solution working now so that should work o.k.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform