Deleted Key not Found 2 - Network 5.0 filepro on Windows

Nancy Palmquist nlp at vss3.com
Wed Aug 1 09:38:15 PDT 2007


Just found another way to get this error.

Running a report, I am using a selection set then a scan select table.

The selection picks no records.  The scan table does not run.

The report processing runs the following sections of code with no 
records selected.

@once
@wbrk1
@wbrk2
@wbrk3
	In this process, I have a WRITE command and at that point it throws a 
deleted key error for every auto index in the file.

Now I thought it would only run @once and @done logic when no records 
are selected on a report.

I found that I was wrong about that.  I added logic to exit before it 
did the WRITE, and just to be safe added

@rn ge "1"
WRITE

to make sure it would not try to write unless it was on a record.

ANOTHER strange result is that I get the headings and subtotal sections 
of the output.  In the heading, it has a place to print the invoice 
number like this:

Invoice V*58

Since I am not on any record, this prints like this:

Invoice: V00!) | zer

So field 58 = 00!) | zer

Looks like a chunk of the edit table to me.

Nancy
-- 
Nancy Palmquist 		MOS & filePro Training Available
Virtual Software Systems	Web Based Training and Consulting	
PHONE: (412) 835-9417		   Web site:  http://www.vss3.com


More information about the Filepro-list mailing list