Hi,
I read through some of the threads regarding MERGEFIELD syntax and can
not for the life of me get this to work.
I am following microsoft article: 90488
http://support.microsoft.com/?kbid=90488
In it clearly gives the syntax as:
{= ({MERGEFIELD order} + 100)}
In my document I have one line showing the amound and I want to show 5%
of the amount on the next line.
Every single document has an amount but all the percentage lines have
!Syntax Error, {
My code looks like this
{ MERGEFIELD "amount" \# $#,### }
{ =({ MERGEFIELD "amount"}*.05) \# $#,### }
As mentioned before there are no problems on the first line. The
second line I get !Syntax Error, {.
Thank you,
-Markus
Peter Jamieson - 02 Aug 2006 08:37 GMT
The chances are that you have typed the inner { MERGEFIELD } using the
regular {} characters on the keyboard.
However, both pairs of {} need to be the special "field code braces" you can
create using ctrl-F9
Peter Jamieson
> Hi,
>
[quoted text clipped - 25 lines]
>
> -Markus
markus.orchowski@gmail.com - 03 Aug 2006 20:20 GMT
That did it. the outside brackets were the special ones, but not the
inner ones.
Thanks!
> The chances are that you have typed the inner { MERGEFIELD } using the
> regular {} characters on the keyboard.
[quoted text clipped - 32 lines]
> >
> > -Markus