LIST_Table in MS Word

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
kklosson
Posts: 1628
Joined: Sun Nov 23, 2008 3:19 pm
Location: Virginia

LIST_Table in MS Word

Post by kklosson »

Right out of the User's Guide....

<<LIST_TABLE(Candidate.HighSchool,’Name’)>>

Can anyone advise why the above tag is not acceptable to the compiler? It seems to be squawking about what is used for quotes, though I've tried just about everything.
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

Try using a pair of ' or ` around Name, for example 'Name' or `Name`. Both of these apostrophe characters should be found on a standard keyboard and should work fine inside tag elements.
Aware IM Support Team
kklosson
Posts: 1628
Joined: Sun Nov 23, 2008 3:19 pm
Location: Virginia

Post by kklosson »

The compiler accepts that and runs, but nothing prints. Does this need to be preceded with a FIND tag or anything?
kklosson
Posts: 1628
Joined: Sun Nov 23, 2008 3:19 pm
Location: Virginia

Post by kklosson »

Now I have some success, it seems it would not produce anything with only one attribute listed.
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

Is Candidate.HighSchool a multiple-allowed attribute? If not, you do not need LIST_TABLE and can use a tag like this instead:

<<Candidate.HighSchool.Name>>

This assumes that Candidate object is available in the context when the document is generated, otherwise nothing will be printed.
Aware IM Support Team
Post Reply