Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Notes in the same row
Message
De
13/04/2007 12:46:29
 
 
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:
01215602
Vues:
14
Hi Naomi,

Now, I have tried this and I am getting this error (Index Tag is not found).
SELECT crsBomNotes
cNotes=""
set order to tag part_num
seek crsMLE.PartNum
SCAN WHILE crsBomNotes.PartNum = crsMLE.PartNum
 if empty(crsBomNotes.Notes)
  loop
 endif
 cNotes= cNotes+ ALLTRIM(crsBomNotes.Notes)+space(1)
ENDSCAN
if not empty(cNotes)
 REPLACE Notes WITH crsMLE.notes+cNotes IN crsMLE
endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform