Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!gatech!hubcap!ncrcae!scottj From: scottj@ncrcae.Columbia.NCR.COM (L. Scott Johnson) Newsgroups: comp.databases Subject: Re: SQL*Forms block coordination - a solution. - REPAIR. Message-ID: <4711@ncrcae.Columbia.NCR.COM> Date: 12 Jul 89 17:07:33 GMT References: <4705@ncrcae.Columbia.NCR.COM> Reply-To: scottj@ncrcae.Columbia.NCR.COM (L. Scott Johnson) Organization: NCR Corp., Engineering & Manufacturing - Columbia, SC Lines: 33 In article <4705@ncrcae.Columbia.NCR.COM> I posted: > >If you have SQL*Forms, the following should be a part of your library. > >Send any bugs (and fixes, if possible) to scottj@ncrcae.columbia.NCR.COM > >------- cut here -------- > echo "GOBLK $master;\n\n;Message if value not found:" >> cmd$$ > echo "Error coordinating detail records in KEY-$trg" >> cmd$$ > echo ";Must value exist Y/N\nY" >> cmd$$ > echo ";Field name :'\033" >> cmd$$ .... > echo "GOBLK $master;\n\n;Message if value not found:" >> cmd$$ > echo "Error coordinating detail records in KEY-$trg" >> cmd$$ > echo ";Must value exist Y/N\nY" >> cmd$$ > echo ";Field name :'\033" >> cmd$$ Unfortunately, the code was somehow scrambled. I think this was actually an early version (which doesn't work, BTW). To fix, edit the coordinate file and change the two occurances of echo ";Field name :'\033" >> cmd$$ to the following: echo ";Field name :\033\c" >> cmd$$ sorry for the mix up. -------- L. Scott scottj@ncrcae.Columbia.NCR.COM