I am trying to merge a word document with data fields from a SQL database via
a webbased program.
I am able to pull data fields without a problem; however, when I try to
perform an if statement, or a skip if, it does not work.
Any ideas?
Doug Robbins - 02 Aug 2005 22:37 GMT
Show us the field construction that you are using.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I am trying to merge a word document with data fields from a SQL database
>via
[quoted text clipped - 4 lines]
>
> Any ideas?
Shannon - 03 Aug 2005 14:54 GMT
Here are the field constructions:
{ SKIPIF { Mergefield Title } = "" }
and
{ IF { Mergefield Title } = " " "" "{ Mergefield Title }" }
and
{ IF { Mergefield Title } = "" "" "{ Mergefield Title }" }
All of these do not show anything... no mergefield and no empty space (I
have tried to input test words instead a blank if true and nothing).
Could this be a problem because we are using a web based SQL database?
> Show us the field construction that you are using.
>
[quoted text clipped - 6 lines]
> >
> > Any ideas?
Shannon - 03 Aug 2005 16:17 GMT
**** Please disreguard request ****
The problem is not with word, it is with Aspose.... thanks for all of your
help
> I am trying to merge a word document with data fields from a SQL database via
> a webbased program.
[quoted text clipped - 3 lines]
>
> Any ideas?