Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove a property
Message
 
 
À
04/03/2002 22:44:35
Ian Johnston
Computer Software Solutions
Woodland, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00628177
Message ID:
00628223
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform