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