Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UPDATE From Name / MemVar
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01106940
Message ID:
01106966
Vues:
24
>>Hi!
>>
>>Insert Into MyTable From MemVar/Name is really great! It makes easy my life!
>>
>>But, I'd like to know if anyone have any ideas to do the samething using UPDATE. Maybe we can use a user function that creates the code on the fly or something like that.
>
>
GATHER NAME ...
Hi Sergey,

Ok, I can use it if I have my table opened, like that:
USE MyTable
Locate For...
If !Found()
    Append Blank
Else
    GATHER NAME ...
EndIf
But, is there a way to use it like INSERT FROM ... NAME...?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform