[V4MD] / [ALL] orphaned segments in text field
X Y
xyzabc1010 at yahoo.com
Wed Oct 1 18:43:58 CDT 2003
Hi All,
This is what I found out.
W. deletion, if you are deleting a list of records,
you need to sort according to the record's field as
you delete the record.
For example,
l = [1, 2, 8, 4, 3]
l.sort()
repeat with n in l
"SELECT * FROM Table where id = " & n
and then do a delete cursor.
end repeat
Without the l.sort() then this wont work.
Ruslan, I have sent you a dir that can reproduce this
behavior.
Thanks
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
More information about the Valentina
mailing list