<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Newforma</title>
    <link>http://www.newformant.com/index.php/talk/</link>
    <description>Newforma</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-11-20T15:14:18-05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>AutoCAD Searches</title>
      <link>http://www.newformant.com/index.php/talk/viewthread/291/</link>
      <guid>http://www.newformant.com/index.php/talk/viewthread/291/#When:15:14:18Z</guid>
      <description>&lt;p&gt;Hello,
&lt;/p&gt;
&lt;p&gt;
Is it possible to have the search tool scan the file properties of cad files?
&lt;/p&gt;
&lt;p&gt;
Thanks,
&lt;br /&gt;
Dean
&lt;/p&gt;</description>
      <dc:date>2008-11-20T15:14:18-05:00</dc:date>
    </item>

    <item>
      <title>Logging email notifications and retrying failed sends</title>
      <link>http://www.newformant.com/index.php/talk/viewthread/274/</link>
      <guid>http://www.newformant.com/index.php/talk/viewthread/274/#When:16:08:33Z</guid>
      <description>&lt;p&gt;Is there a log kept somewhere on the NPCS or NIX servers that logs the email transfers associated with Info Exchange transfers?
&lt;/p&gt;
&lt;p&gt;
Also, if a NIX notification email needs to be sent and the SMTP server is temporarily unavailable when the transfer is initiated, will the system retry the notification email send?&amp;nbsp; If so, how long is the delay before the retry?&amp;nbsp; If there is a permanent failure in the notification email being sent, will the person with initiated the NIX transfer receive an email telling them the transfer failed?
&lt;/p&gt;
&lt;p&gt;
Thanks,
&lt;br /&gt;
Matt
&lt;/p&gt;</description>
      <dc:date>2008-11-11T16:08:33-05:00</dc:date>
    </item>

    <item>
      <title>Automatic Email Filing Failing</title>
      <link>http://www.newformant.com/index.php/talk/viewthread/264/</link>
      <guid>http://www.newformant.com/index.php/talk/viewthread/264/#When:09:39:47Z</guid>
      <description>&lt;p&gt;We are having a periodic problem...Newforma seems to be losing the &#8220;connection&#8221; to the Newforma Exchange folders.&amp;nbsp; The only way to solve it is to re&#45;add the projects to &#8220;My Projects&#8221; and then click the File Items button in Outlook.&amp;nbsp; We&#8217;re using NPCS 5.0.2239 and Outlook 2003 SP3.&amp;nbsp; Users get the message:
&lt;/p&gt;
&lt;p&gt;
File Items completed with errors at 10/26/2008 5:07:30 AM
&lt;/p&gt;

&lt;p&gt;
    Could not locate project &#8220;07047.00 &#45; Project Name&#8221; with project code &#8220;aGaUN&#8221;.
&lt;/p&gt;

&lt;p&gt;
Filing completed in 00:00.0
&lt;/p&gt;
&lt;p&gt;
...showing all of their projects as unlocatable.
&lt;/p&gt;</description>
      <dc:date>2008-10-27T09:39:47-05:00</dc:date>
    </item>

    <item>
      <title>Dynamic Blocks&#8212;Indexing, Viewing, and Searching</title>
      <link>http://www.newformant.com/index.php/talk/viewthread/288/</link>
      <guid>http://www.newformant.com/index.php/talk/viewthread/288/#When:10:38:53Z</guid>
      <description>&lt;p&gt;Attached is a zipped DWG illustrating a typical dynamic block with 3 insertions.
&lt;/p&gt;
&lt;p&gt;
Both the block name and the Visibility State property should be indexed; the attached DWG has text beneach each insertion showing the correct values for these fields.
&lt;/p&gt;
&lt;p&gt;
Viewer&#8217;s search functionality should also be updated to correctly find blocks based on those fields.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
In addition to search, Viewer displays these blocks incorrectly.&amp;nbsp; When opening this DWG in the Viewer (NPC build 5.0.2562.0):
&lt;/p&gt;
&lt;p&gt;
 * The wipeouts are blacked out&#8212;a known issue
&lt;br /&gt;
 * The attributes in the two right&#45;most blocks are rotated (see the PDF in the attached .zip for how Viewer displays on my installation)  Those attributes are not rotated.
&lt;/p&gt;
&lt;p&gt;
Please let me know if you have any questions.
&lt;/p&gt;
&lt;p&gt;
Thank you,
&lt;br /&gt;
Dan Glassman
&lt;/p&gt;</description>
      <dc:date>2008-11-14T10:38:53-05:00</dc:date>
    </item>

    <item>
      <title>Cannot Batch Import from Vision &#45; Project Number Manipulation Needed</title>
      <link>http://www.newformant.com/index.php/talk/viewthread/285/</link>
      <guid>http://www.newformant.com/index.php/talk/viewthread/285/#When:14:12:26Z</guid>
      <description>&lt;p&gt;The Project Numbers entered by our accounting department in Vision are entered as &#8216;1234.00:001&#8217;.&amp;nbsp; Newforma considers the &#8216;:&#8217; an invalid character.&amp;nbsp; I do not think I can batch import from Vision, nor use the Vision workflow listed in Help, without manipulation of the project number.
&lt;br /&gt;
I was thinking this query would do what I want:
&lt;br /&gt;
left(&#8217;[:PR.WBS1]&#8217;,4)+substring(&#8217;[:PR.WBS1]&#8217;,6,2)
&lt;/p&gt;
&lt;p&gt;
(Resulting in &#8216;123400&#8217; per my example above)
&lt;/p&gt;
&lt;p&gt;
Is this possible and where would one put these queries?&amp;nbsp; I gather that I need to override the project number?&amp;nbsp; What is the best way to do so?
&lt;/p&gt;</description>
      <dc:date>2008-11-13T14:12:26-05:00</dc:date>
    </item>

    <item>
      <title>Saving copy of email attachments when filing email as a new action item</title>
      <link>http://www.newformant.com/index.php/talk/viewthread/97/</link>
      <guid>http://www.newformant.com/index.php/talk/viewthread/97/#When:10:50:56Z</guid>
      <description>&lt;p&gt;Within the Outlook add&#45;in, when I select the &#8220;File in Project&#8221; button I am presented with an option to &#8220;Save copy of attachments separately&#8221; as part of the filing action.&amp;nbsp; However, if i choose to &#8220;File as | New Action Item&#8221; from the Outlook add&#45;in, the option to save the attachments separately is not there and I have to save the attachments manually from within Project Center.
&lt;/p&gt;
&lt;p&gt;
Would it make more sense to have the save attachments option be available through both of the filing actions mentioned above?
&lt;/p&gt;</description>
      <dc:date>2008-05-16T10:50:56-05:00</dc:date>
    </item>

    <item>
      <title>dealing with duplicates</title>
      <link>http://www.newformant.com/index.php/talk/viewthread/186/</link>
      <guid>http://www.newformant.com/index.php/talk/viewthread/186/#When:14:05:58Z</guid>
      <description>&lt;p&gt;I need some clarification on how to handle duplicate e&#45;mails. Somehow in the migration process we managed to migrate duplicate e&#45;mails and now we need to clean them up. When I look at the project files, right click and choose Find duplicates on the top level e&#45;mail folder I get a list of messages that are duplicated but for some reason they appear in different sub folders that newforma created by month. what is confusing is if the message is a duplicate why would it be stored in a different month folder? If you look at the attachment you can see that this message is in four different folders, 2007&#45;06, 07, 10, and 01. Next when I pick one from the lower window and right click delete it does not delete, how do I remove duplicate messages?
&lt;/p&gt;
&lt;p&gt;
thanks
&lt;/p&gt;
&lt;p&gt;
&#45;k
&lt;/p&gt;</description>
      <dc:date>2008-08-25T14:05:58-05:00</dc:date>
    </item>

    <item>
      <title>Earn AIA CEUs for Newforma Project Center training</title>
      <link>http://www.newformant.com/index.php/talk/viewthread/290/</link>
      <guid>http://www.newformant.com/index.php/talk/viewthread/290/#When:10:09:44Z</guid>
      <description>&lt;p&gt;Newforma Services Program Manager Renee VanDyne has posted a summary of Newforma Project Center training sessions that qualify for continuing education units (CEUs) through the American Institute of Architects. It&#8217;s in the Learn section of newformant.com, under &#8220;How To,&#8221; here:
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.newformant.com/index.php/site/postdetail/earn_aia_continuing_education_units/&quot;&gt;http://www.newformant.com/index.php/site/postdetail/earn_aia_continuing_education_units/&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
or, if that link is broken &#45;
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://tinyurl.com/6gmxcj&quot;&gt;http://tinyurl.com/6gmxcj&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2008-11-18T10:09:44-05:00</dc:date>
    </item>

    <item>
      <title>Shorcut key to delete next word in text input boxes</title>
      <link>http://www.newformant.com/index.php/talk/viewthread/287/</link>
      <guid>http://www.newformant.com/index.php/talk/viewthread/287/#When:10:03:48Z</guid>
      <description>&lt;p&gt;I just had a report from a user that a shortcut key is not working as expected in text input boxes within the Project Center client.&amp;nbsp; Here&#8217;s a brief description of the behavior:
&lt;/p&gt;
&lt;p&gt;
&#45; In Microsoft Word, hitting &#8220;ctrl&#45;delete&#8221; deletes text to the end of the current word
&lt;br /&gt;
&#45; In Microsoft Notepad, hitting &#8220;ctrl&#45;delete&#8221; deletes text to the end of the current line
&lt;br /&gt;
&#45; In the Project Center client, hitting &#8220;ctrl&#45;delete&#8221; deletes text to the end of the current line
&lt;/p&gt;
&lt;p&gt;
The workaround that I&#8217;ve recommended is to hit &#8220;ctrl&#45;shift&#45;rightarrow&#8221; to select to the end of the current word and then hit the &#8220;delete&#8221; key after it is selected.&amp;nbsp; Obviously, that&#8217;s not quite as convenient.
&lt;/p&gt;
&lt;p&gt;
Seeing as the text boxes are already using MS Word for their spell checking functionality, is it possible to more closely match shortcut key behavior to MS Word instead of Notepad?
&lt;/p&gt;
&lt;p&gt;
Thanks,
&lt;br /&gt;
Matt
&lt;/p&gt;</description>
      <dc:date>2008-11-14T10:03:48-05:00</dc:date>
    </item>

    <item>
      <title>Creating Timeline Template</title>
      <link>http://www.newformant.com/index.php/talk/viewthread/289/</link>
      <guid>http://www.newformant.com/index.php/talk/viewthread/289/#When:15:09:49Z</guid>
      <description>&lt;p&gt;Having setup Newforma Timeline for a project with &#8220;standard&#8221; project events, is it then possible to export that information as a template for importing into Timeline for other like projects? If not, how can that concept be achieved. I understand that .xls files can be imported, not too sure how I would setup the file with the events/dates.
&lt;/p&gt;</description>
      <dc:date>2008-11-14T15:09:49-05:00</dc:date>
    </item>

    
    </channel>
</rss>