<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Cover Page &amp;amp; User Input</title><link>https://www.aras.com/community/f/development/34868/cover-page-user-input</link><description>Good day all. I could use some advice on creating a cover page for our BOM report. If you have read some of my previous posts, you may know that our database is a bit messed up. I can&amp;#39;t change our report. I have created another report and formatted it</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Cover Page &amp; User Input</title><link>https://www.aras.com/community/thread/5211?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2020 12:50:33 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a83628e8-bc7c-454e-94c8-0e946e6f9da8</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;I was able to add fields to the output of the report by using the following line &amp;amp; styles.&amp;nbsp; The styles present just the box without borders &amp;amp; a light blue background.&amp;nbsp; Placeholder provides a &amp;quot;note&amp;quot; for the user that goes away as soon as they click in the box.&amp;nbsp; In one of the lines I added Size.&amp;nbsp; This made the field short.&amp;nbsp; I have it inside of a table cell &amp;amp; the normal length would cause the cell to change size.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would rather have this setup as a user input window &amp;amp; then the report generated, but this is a suitable workaround until I figure it out.&lt;/p&gt;
&lt;table style="background-color:#d3d3d3;border-color:#ffffff;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&amp;lt;input class=&amp;quot;no-outline&amp;quot; placeholder=&amp;quot;Drawing Number&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;input class=&amp;quot;no-outline&amp;quot; placeholder=&amp;quot;1&amp;quot; size=&amp;quot;1&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Style&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;input {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-top-style: hidden;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-right-style: hidden;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-left-style: hidden;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-bottom-style: hidden;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: #eee;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.no-outline:focus {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outline: none;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>