[comp.databases] SQL*Forms block coordination - a solution. - REPAIR.

scottj@ncrcae.Columbia.NCR.COM (L. Scott Johnson) (07/13/89)

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