Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wordlink Template error

Status
Not open for further replies.

mslady

IS-IT--Management
Jul 31, 2003
1
US
Trying to create a simple label for Goldmine 6.0.

I would like that if the title field is blank that the block not print a blank line but do nothing; and if the Country code is U.S.A. that it not print out, but any other country code print.

I Get the following error :
[Microsoft Word]_OpenDoc:Init Error 5825:Object has been deleted.

I created the label in Word 2000 (Wordlink) as follows:

{ DDEAUTO GoldMine Data CONTACT1->DEAR \*CHARFORMAT } { IF{ DDEAUTO GoldMine Data &Title \*CHARFORMAT }= “” “{ DDEAUTO GoldMine Data &Contact \*CHARFORMAT}
{ DDEAUTO GoldMine Data &Company \*CHARFORMAT }
{ DDEAUTO GoldMine Data &Address \*CHARFORMAT }
{ DDEAUTO GoldMine Data &CityStateZip \*CHARFORMAT }
{ IF { DDEAUTO GoldMine Data &Country \*CHARFORMAT }= “U.S.A.” “”{ DDEAUTO GoldMine Data &Country \*CHARFORMAT }” “
{ DDEAUTO GoldMine Data &Contact \*CHARFORMAT }
{ DDEAUTO GoldMine Data &Title \*CHARFORMAT }
{ DDEAUTO GoldMine Data &Company \*CHARFORMAT }
{ DDEAUTO GoldMine Data &Address \*CHARFORMAT }
{ DDEAUTO GoldMine Data &CityStateZip \*CHARFORMAT }
{ IF { DDEAUTO GoldMine Data &Country \*CHARFORMAT }= “U.S.A.” “”
{ DDEAUTO GoldMine Data &Country \*CHARFORMAT } }” }

HELP!!! Please...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top