Merging Documents

S

Shannon

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?
 
D

Doug Robbins

Show us the field construction that you are using.

--
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
 
S

Shannon

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?
 
S

Shannon

**** Please disreguard request ****

The problem is not with word, it is with Aspose.... thanks for all of your
help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top