Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Easy question
Message
De
20/06/1996 17:51:06
 
 
À
20/06/1996 13:07:59
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Divers
Thread ID:
00002620
Message ID:
00002643
Vues:
29
>>Hi.
>>How does one go about storing a value from a
>>memory variable into a field of a table? I
>>understand how to store memory from an array into
>>a specific field, but could find a command to
>>store a memory variable to a table...
>>TIA,
>
>The best method is to name your memory variables
>the same as your table/field names except with the
>m. in front:
>EX: IF THE FIELD NAME IS: part_num
>THE MEMORY VARIABLE NAME IS: m.part_num
>
>Using this convention you can do two different
>things.
>1. APPEND BLANK & GATHER MEMVAR
>OR 2. INSERT INTO tablename FROM MEMVAR
>
OR if you have modified an existing records value
in the memory variable;

Replace part_num with M.part_num
Lucien T. Elliott Programmer/Analyst
Staple Cotton CoOperative Association
416 West Market St | Greenwood | MS | 38930 | (662) 453 6231
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform