Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Notes in the same row
Message
From
13/04/2007 12:46:29
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01214141
Message ID:
01215602
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform