Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scatter with memo
Message
From
03/06/2003 08:52:51
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
03/06/2003 08:37:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00795601
Message ID:
00795604
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
>I am using the following to populate/copy data to another table.
>
select puncharcactualdata
>scan for puncharcactualdata.jobnum=punchheader.jobnum
>	scatter MEMO memvar
>	insert into punchactualdata from memvar
>	delete
>endscan
>
>However, the memo field is not getting populated, How can I force the memo field to get populated.

Steve,

select punchactualdata
append from puncharcactualdata for jobnum=punchheader.jobnum
* Delete from puncharcactualdata where jobnum=punchheader.jobnum

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform