Hi Nick,

I had tried checking out the ID's of the keys affected. There was was
nothing unusual about them that I can tell. One was "1" and another was
"2".

When attempting to edit them, they didn't exist.

After reading your email, I write a quick test program:

001: OPEN "BREAKME" TO FH ELSE STOP
003: WRITE "1" TO FH,"1":@SM
002: WRITE "2" TO FH,"2":@VM
003: WRITE "3" TO FH,"3":@AM
004: WRITE "4" TO FH,"4":CHAR(10)
005: WRITE "5" TO FH,"5":CHAR(13)
Bottom.
*--:

After running it, I did the select/nselect on BREAKME and it came back
with 1 record.

:)

Record "3" didn't exist, the attribute marker is the culprit. Now I need
to find out who has written a program that is causing this, because it
isn't the first time these ghost records have appeared...

It begs a question though. How come Unidata allows a program to write
records with keys that it can not handle without error?

Regards,
Dan


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Jef Lee
Sent: Wednesday, 29 April 2009 2:01 PM
To: [email protected]
Subject: [U2] RE: Interest results on VOC file

Dan,

I tried it and got zero for the NSELECT result - as it should be. I
suspect you have one or more VOC keys that have attribute marks, value
marks or newlines in them. This will affect your select list.
If you LIST the results of the SELECT I would expect there to be a
couple of errors. They should be the beginning of the VOC keys and will
allow you to find and fix the problem.


Jeffrey Lee
Senior Analyst/Programmer
 
IT Vision Australia Pty Ltd (ABN: 34 309 336 904)
PO Box 881, Canning Bridge WA 6153
Level 3, Kirin Centre, 15 Ogilvie Road, Applecross, WA, 6153
P:  (08) 9315 7000    F:  (08) 9315 7088
W: http://www.itvision.com.au
___________________________________________________________ 
 
NOTICE : This e-mail and any attachments are intended for the
addressee(s) only and may
contain confidential or privileged material. Any unauthorised review,
use, alteration,
disclosure or distribution of this e-mail (including any attachments) by
an unintended recipient
is prohibited. If you are not the intended recipient please contact the
sender as soon as
possible by return e-mail and then delete both messages.
___________________________________________________________
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
###########################################################################################
The information transmitted in this message and attachments (if any) is 
intended only
for the person or entity to which it is addressed. The message may contain 
confidential
and/or privileged material.  Any review, retransmission, dissemination or other 
use of
or taking of any action in reliance upon this information by persons or 
entities other
than the intended recipient is prohibited.  If you received this in error, 
please
contact the sender and delete the material from any computer.

The intended recipient of this e-mail may only use, reproduce, disclose or 
distribute
the information contained in this e-mail and any attached files with the 
permission of IMB.
###########################################################################################
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to