<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Beta Print - Cannot Set Property 'image_file' of undefined in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/beta-print-cannot-set-property-image-file-of/m-p/819058#M15313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/people/cjbowles"&gt;cjbowles&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Would you mind to share a simple XLSForm file that can reproduce the issue? I've tried to include a repeats which contains image question side in a survey, but I can successfully print the images by using the default template.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Oct 2017 02:54:38 GMT</pubDate>
    <dc:creator>ZhifangWang</dc:creator>
    <dc:date>2017-10-23T02:54:38Z</dc:date>
    <item>
      <title>Beta Print - Cannot Set Property 'image_file' of undefined</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/beta-print-cannot-set-property-image-file-of/m-p/819056#M15311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a survey with numerous repeats that allow the user to upload unlimited photographs. I've included one repeat below as an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH&gt;type&lt;/TH&gt;&lt;TH&gt;name&lt;/TH&gt;&lt;TH&gt;label&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;begin repeat&lt;/TD&gt;&lt;TD&gt;image_table&lt;/TD&gt;&lt;TD&gt;Take pictures showing the feature&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;image&lt;/TD&gt;&lt;TD&gt;image_file&lt;/TD&gt;&lt;TD&gt;Image:&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;end repeat&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I print using the beta print fuctionality using a template with the following:&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;${#image_table}&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;${%image_file | size:460:0}&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;${/image_table}&lt;/P&gt;&lt;P&gt;The printing icon spins indefinitely.&amp;nbsp; If I open the developer console up in Chrome, I get the following error:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 13px;"&gt;vendor.bundle.js:1 ERROR Error: Uncaught (in promise): TypeError: Cannot set property 'image_file' of undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;TypeError: Cannot set property 'image_file' of undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at 7.chunk.js:1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at Array.forEach (&amp;lt;anonymous&amp;gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at 7.chunk.js:1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at Array.forEach (&amp;lt;anonymous&amp;gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at 7.chunk.js:1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at t.invoke (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at Object.onInvoke (vendor.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at t.invoke (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at e.run (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at polyfills.bundle.js:1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at t.invokeTask (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at Object.onInvokeTask (vendor.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at t.invokeTask (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at e.runTask (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at a (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at 7.chunk.js:1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at Array.forEach (&amp;lt;anonymous&amp;gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at 7.chunk.js:1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at Array.forEach (&amp;lt;anonymous&amp;gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at 7.chunk.js:1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at t.invoke (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at Object.onInvoke (vendor.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at t.invoke (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at e.run (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at polyfills.bundle.js:1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at t.invokeTask (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at Object.onInvokeTask (vendor.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at t.invokeTask (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at e.runTask (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at a (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at new m (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at c (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at c (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at polyfills.bundle.js:1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at t.invokeTask (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at Object.onInvokeTask (vendor.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at t.invokeTask (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at e.runTask (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at a (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt; at Image.invoke (polyfills.bundle.js:1)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/beta-print-cannot-set-property-image-file-of/m-p/819056#M15311</guid>
      <dc:creator>ChristopherBowles</dc:creator>
      <dc:date>2017-10-19T13:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Beta Print - Cannot Set Property 'image_file' of undefined</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/beta-print-cannot-set-property-image-file-of/m-p/819057#M15312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/ZWang-esristaff"&gt;ZWang-esristaff&lt;/A&gt; Can you take a look into this one? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Oct 2017 23:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/beta-print-cannot-set-property-image-file-of/m-p/819057#M15312</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-10-22T23:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Beta Print - Cannot Set Property 'image_file' of undefined</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/beta-print-cannot-set-property-image-file-of/m-p/819058#M15313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/people/cjbowles"&gt;cjbowles&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Would you mind to share a simple XLSForm file that can reproduce the issue? I've tried to include a repeats which contains image question side in a survey, but I can successfully print the images by using the default template.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 02:54:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/beta-print-cannot-set-property-image-file-of/m-p/819058#M15313</guid>
      <dc:creator>ZhifangWang</dc:creator>
      <dc:date>2017-10-23T02:54:38Z</dc:date>
    </item>
  </channel>
</rss>

