Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Notes in the same row
Message
De
13/04/2007 11:59:55
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01214141
Message ID:
01215578
Vues:
14
Hi Naomi,

It does not seem that anything is working. I have even copied the two cursors to two tables and tried to play with it and still nothing works. The first UPDATE statement works as shown below, but when I replaced it with the second UPDATE statement, the notes does copy to the other table. I am not sure why the second one does not work. It seems the same to me except all the notes from each partnum will get updated.
OPEN DATABASE testdbase
SELECT crsbom

* First Update - works fine
UPDATE crsbom SET notes = 'Sample notes here' ;
WHERE crsbom.partnum = '101010'

* Second Update - does not work???
UPDATE crsbom SET notes = mynotes.notes ;
WHERE crsbom.partnum = mynotes.partnum
Please help. Sorry for the trouble...

Thanks,
Sam
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform