I've go the following code:

Send Clear to StockSiz_DD
Move (Trim(ASNLine.SKU)) to StockSiz.Sku
Move (Trim(ASNHdr.Store)) to StockSiz.Store
Move iWidthIndx to StockSiz.YSeq
Move 1 to StockSiz.Sequence
Send Find to StockSiz_DD EQ Index.1 //*<sku><store><yseq><sequence>*

On the "SEND FIND...." line I get a "FIELD NUMBER OUT OF RANGE" error
message. The error documentation seems to indicate that the FD file is
out of sync or that the fields I'm addressing do not exist, but the FD
is correct and the fields do exist.

Any thoughts on why I would get this error?

Thanks
Mark