CustomText01 and ItemType are set to "OneTime" and when I merge the word document I get the following results.
<<Begin.CustomText01.OneTime>>
TEST 1 $300.00
<<End.CustomText01.OneTime>>
TEST 1 $300.00
TEST 2 $998.75
TEST 3 $998.75
Can somebody explain to me what am I doing wrong? I have at least 2 or 3 other loops using CustomText01 that work however if I copy-paste the section of the script to another location within the Word document, it stops working. As a side note, I renamed CustomText01 to Type, but no matter which label/variable/tag I use; CustomeText01 or Type, I obtain the same results. I have not messed with these word document in a very long time, has QuoteWerks change how it works with Word macros in recent updates?
Roberto Elizondo
I created the following script(s)
<<Begin.CustomText01.OneTime>>
<<CustomText01.OneTime.&DI_Description>>
<<End.CustomText01.OneTime>>
<<Begin.ItemType.OneTime>>
<<ItemType.OneTime.&DI_Description>>
<<End.ItemType.OneTime>>
CustomText01 and ItemType are set to "OneTime" and when I merge the word document I get the following results.
<<Begin.CustomText01.OneTime>>
TEST 1 $300.00
<<End.CustomText01.OneTime>>
TEST 1 $300.00
TEST 2 $998.75
TEST 3 $998.75
Can somebody explain to me what am I doing wrong? I have at least 2 or 3 other loops using CustomText01 that work however if I copy-paste the section of the script to another location within the Word document, it stops working. As a side note, I renamed CustomText01 to Type, but no matter which label/variable/tag I use; CustomeText01 or Type, I obtain the same results. I have not messed with these word document in a very long time, has QuoteWerks change how it works with Word macros in recent updates?
1 person has this question