Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scatter with memo
Message
De
03/06/2003 08:52:51
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
03/06/2003 08:37:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00795601
Message ID:
00795604
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform