PDA

View Full Version : Re: Error 4297



David Martinko
20-Jan-2005, 11:10 PM
Interesting. You must have something conflicting. Is the file really named
File1001.dd? Or is this being replaced by the compiler? What is the name of
file number 1001? If you look at the *.fd of file number 1001 you will see
it has a #Replace FILE1001 {something}. If you named file 1001 as File1001
then it is trying to replace file1001 with file1001 which is the same
thing...

HTH

--
David Martinko
Redeemed Software
248-535-7495
RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com


"Rudolf Hoffmann" <RHoffmann@HoffmannundJung.de> wrote in message
news:C2F8E58C1F7D4A4CB525AC96D503B58E0A657E@bunyip .abacus-labs.com...
> Hallo together,
>
> i have a view which is using several DD's. Each one has
> it's own OPEN-Section. If i start the compiler, the
> OPEN-Sections will conflict against each other.
> The message is:
>
> Can't replace to self (Error 4297) on line 13(29115)
> of file c:\VDF\DDSrc\File1001.dd
>
> If i corret the OPEN-Statements, the next view will
> not work.
>
> What's my Problem?
>
> Thank's, Rudi H.
>