Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UPDATE From Name / MemVar
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01106940
Message ID:
01106966
Views:
22
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform