<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>PerfectForms Forums: Forum: API - Recent Posts</title>
<link>http://www.perfectforms.com/forums/</link>
<description>Forums for the PerfectForms.com Application</description>
<language>en</language>
<pubDate>Sat, 04 Feb 2012 23:00:27 +0000</pubDate>

<item>
<title>Dennis @ PerfectForms on "Archiving Form Instance Data"</title>
<link>http://www.perfectforms.com/forums/topic/archiving-form-instance-data#post-2202</link>
<pubDate>Thu, 02 Jun 2011 22:19:30 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2202@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;There is no way to transfer the name of an attachment file with the attachment unless you force the user to put in a separate field.&#60;br /&#62;
&#60;a href=&#34;http://www.perfectforms.com/&#34;&#62;Workflow software, &#60;/a&#62;&#60;a href=&#34;http://www.perfectforms.com/&#34;&#62;Process software, &#60;/a&#62;&#60;a href=&#34;http://www.perfectforms.com/&#34;&#62;Procedure software&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mbeccaria@paulsmiths.edu on "Archiving Form Instance Data"</title>
<link>http://www.perfectforms.com/forums/topic/archiving-form-instance-data#post-2201</link>
<pubDate>Thu, 02 Jun 2011 17:14:56 +0000</pubDate>
<dc:creator>mbeccaria@paulsmiths.edu</dc:creator>
<guid isPermaLink="false">2201@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;When making database connections using the connection agent, can you pass file attachment values in the send parameters section of the action so that I can store the files in the database?&#60;/p&#62;
&#60;p&#62;And from my previous post: Is there a way to use the methods to return the right assetID so I can use the GetAsset method to download the files I need? What are get and set asset methods supposed to be used for?
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "Archiving Form Instance Data"</title>
<link>http://www.perfectforms.com/forums/topic/archiving-form-instance-data#post-2200</link>
<pubDate>Thu, 02 Jun 2011 16:28:51 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2200@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Using the Connection Agent you can programmatically write all instance data to a SQL DB table.
&#60;/p&#62;</description>
</item>
<item>
<title>mbeccaria@paulsmiths.edu on "Archiving Form Instance Data"</title>
<link>http://www.perfectforms.com/forums/topic/archiving-form-instance-data#post-2199</link>
<pubDate>Thu, 02 Jun 2011 15:36:12 +0000</pubDate>
<dc:creator>mbeccaria@paulsmiths.edu</dc:creator>
<guid isPermaLink="false">2199@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;On a related note, how can you see that there is an attachment? I'm able to go through the Visual Studio's demo and see field data in a table but when I try to show an attachment field, no column shows up. Regular data fields do but not attachment fields. &#60;/p&#62;
&#60;p&#62;Also, I got a form to output to PDF using the GetFormInstancePDF (very cool!). The name of the file is on that PDF form. I also noticed that there is a GetAsset method available but it doesn't say what the assetID is supposed to be or how to retrieve it. I used the GetFormInstanceData method and got some xml that had weird ID strings and no values associated with the file attachments. Is there a way to use the methods to return the right assetID so I can use the GetAsset method to download the files I need?
&#60;/p&#62;</description>
</item>
<item>
<title>mbeccaria@paulsmiths.edu on "Archiving Form Instance Data"</title>
<link>http://www.perfectforms.com/forums/topic/archiving-form-instance-data#post-2198</link>
<pubDate>Thu, 02 Jun 2011 14:34:01 +0000</pubDate>
<dc:creator>mbeccaria@paulsmiths.edu</dc:creator>
<guid isPermaLink="false">2198@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Dennis,&#60;br /&#62;
Thank you. I was going to use MySQL but MSSQL is also an option. To be honest, it could be a flat file as we don't have many proposal submissions a year. The idea is that we want a complete local copy of the form instances with all of the field data and the files that were attached to it. The actual file is the proposal submission and is the most important piece. The form is simply the metadata surrounding the workflow (i.e. updates and comments from the different decision makers and their approval, disapproval of the proposal). Again, is there not a way to get the complete form instance information?&#60;br /&#62;
Thanks,&#60;br /&#62;
Mike
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "Archiving Form Instance Data"</title>
<link>http://www.perfectforms.com/forums/topic/archiving-form-instance-data#post-2195</link>
<pubDate>Wed, 01 Jun 2011 18:29:33 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2195@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Yes, I was referring to all form data except attachments. Attachments CAN be transferred but the filename will not transfer with it. You will see that there is an attachment, but not what it is.&#60;br /&#62;
What type of database are you populating?
&#60;/p&#62;</description>
</item>
<item>
<title>mbeccaria@paulsmiths.edu on "Archiving Form Instance Data"</title>
<link>http://www.perfectforms.com/forums/topic/archiving-form-instance-data#post-2194</link>
<pubDate>Wed, 01 Jun 2011 16:09:10 +0000</pubDate>
<dc:creator>mbeccaria@paulsmiths.edu</dc:creator>
<guid isPermaLink="false">2194@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Just to clarify, by &#34;all of the instance data&#34; you are referring to all of the data except that of the file attachments associate with the instance, correct?&#60;/p&#62;
&#60;p&#62;If that is the case, I would like to ask Perfectforms to add this feature to their product. Having a way to programmatically save all instance data (files included) is a very important and, what I would consider, basic feature.&#60;/p&#62;
&#60;p&#62;Again, is there ANY strategy or workaround to this issue?
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "Archiving Form Instance Data"</title>
<link>http://www.perfectforms.com/forums/topic/archiving-form-instance-data#post-2193</link>
<pubDate>Wed, 01 Jun 2011 15:41:04 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2193@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;The only way to access or delete a file attachment is in the instance to which it was attached. PerfectForms does not support migrating or moving attachments. You can use the Connection Agent to programatically write all of the instance data to an outside data source (depending on the type). Here is a link to the page in our help documentation regarding the Connection Agent: &#60;a href=&#34;http://www.perfectforms.com/Documentation/manual/html/?lookup_agent.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.perfectforms.com/Documentation/manual/html/?lookup_agent.htm&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mbeccaria@paulsmiths.edu on "Archiving Form Instance Data"</title>
<link>http://www.perfectforms.com/forums/topic/archiving-form-instance-data#post-2192</link>
<pubDate>Wed, 01 Jun 2011 14:47:32 +0000</pubDate>
<dc:creator>mbeccaria@paulsmiths.edu</dc:creator>
<guid isPermaLink="false">2192@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;We have an off-premise license of perfectforms and we are using the product for a proposal approval processes. When the process is complete and everyone approves, I would like to archive the form data and file attachments to a local database. I am familiar with software development and API's. With that in mind, what is the best strategy to do this? I understand the API xml process but haven't found a lot of information on the GetAsset function and how to download instance file attachments. Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "AssetID"</title>
<link>http://www.perfectforms.com/forums/topic/assetid#post-1716</link>
<pubDate>Fri, 15 Oct 2010 16:43:05 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">1716@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;It is not possible to download attachments outside of the instance.
&#60;/p&#62;</description>
</item>
<item>
<title>MABrown on "AssetID"</title>
<link>http://www.perfectforms.com/forums/topic/assetid#post-1703</link>
<pubDate>Fri, 08 Oct 2010 19:18:01 +0000</pubDate>
<dc:creator>MABrown</dc:creator>
<guid isPermaLink="false">1703@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I am trying to configure an external program to extract form attachments using the API. I am trying to call the GetAsset method, but I don't know how get the value for the assetId parameter.&#60;/p&#62;
&#60;p&#62;Is it possible to download attachments via the API, and if so, how is it done?
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "How can I retrieve a list of form instances?"</title>
<link>http://www.perfectforms.com/forums/topic/how-can-i-retrieve-a-list-of-form-instances#post-1677</link>
<pubDate>Mon, 13 Sep 2010 17:17:21 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">1677@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Version 1.18 due out at the end of September has a new api method: GetListOfFormInstances.
&#60;/p&#62;</description>
</item>
<item>
<title>MABrown on "How can I retrieve a list of form instances?"</title>
<link>http://www.perfectforms.com/forums/topic/how-can-i-retrieve-a-list-of-form-instances#post-1634</link>
<pubDate>Mon, 16 Aug 2010 22:49:29 +0000</pubDate>
<dc:creator>MABrown</dc:creator>
<guid isPermaLink="false">1634@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I have been looking into using the API as a way to extract data from form instances through a Windows application.&#60;/p&#62;
&#60;p&#62;I have successfully logged into PerfectForms using the application. Now I am trying to retrieve a list of form instances to populate either a datatable or a listbox. I have tried calling the GetList method, but it just returns a list of &#34;Id&#34; numbers. Can I use the GetList method to return the Form Instance ID, or the Form Instance Name?
&#60;/p&#62;</description>
</item>
<item>
<title>tmrhymer on "API and WSDL not responding"</title>
<link>http://www.perfectforms.com/forums/topic/api-and-wsdl-not-responding#post-1544</link>
<pubDate>Wed, 30 Jun 2010 20:56:07 +0000</pubDate>
<dc:creator>tmrhymer</dc:creator>
<guid isPermaLink="false">1544@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I also get the error: 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.&#60;br /&#62;
I'm just going through the help documentation trying to build the sample project. When i get to the part about adding a service reference, that is not working and when i try to navigate to &#60;a href=&#34;http://myserver/api/api.asmx?wsdl&#34; rel=&#34;nofollow&#34;&#62;http://myserver/api/api.asmx?wsdl&#60;/a&#62; i am getting the 500 error.
&#60;/p&#62;</description>
</item>
<item>
<title>jasoncmcg on "API and WSDL not responding"</title>
<link>http://www.perfectforms.com/forums/topic/api-and-wsdl-not-responding#post-1476</link>
<pubDate>Tue, 01 Jun 2010 18:40:53 +0000</pubDate>
<dc:creator>jasoncmcg</dc:creator>
<guid isPermaLink="false">1476@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;It took me awhile to see what you were talking about.  Since I cannot get the API to work, I will look at using the 'connections' feature to piece together something that will work.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>ajobling on "Advice on secure data retrieval methods"</title>
<link>http://www.perfectforms.com/forums/topic/advice-on-secure-data-retrieval-methods#post-1472</link>
<pubDate>Tue, 01 Jun 2010 08:30:41 +0000</pubDate>
<dc:creator>ajobling</dc:creator>
<guid isPermaLink="false">1472@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;To enable the API reference behind the link button please make sure that API option is selected in the account settings. It needs to be enabled in the Settings section and also in your user settings.
&#60;/p&#62;</description>
</item>
<item>
<title>JB1 on "Advice on secure data retrieval methods"</title>
<link>http://www.perfectforms.com/forums/topic/advice-on-secure-data-retrieval-methods#post-1471</link>
<pubDate>Mon, 31 May 2010 21:03:39 +0000</pubDate>
<dc:creator>JB1</dc:creator>
<guid isPermaLink="false">1471@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hey Guys&#60;/p&#62;
&#60;p&#62;I've spent a long time with the videos and the help files, great stuff.  What I am interested in is retrieving data captured by forms automatically as needed WITHOUT using a web service, or a database with a web presence.  My need is to upload and download information from a local list using local simple automation.&#60;/p&#62;
&#60;p&#62;I'm attempting the VB Project by following the steps in 'Setting Up a Test Form' via &#60;a href=&#34;http://www.perfectforms.com/Documentation/manual/html/index.html?d_connectionsintegration.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.perfectforms.com/Documentation/manual/html/index.html?d_connectionsintegration.htm&#60;/a&#62;'.  However, the LINK button does not give me the API reference field at all.  Not sure why.&#60;/p&#62;
&#60;p&#62;Any ideas or advice more than welcome.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;JB1
&#60;/p&#62;</description>
</item>
<item>
<title>CJ Hines on "API and WSDL not responding"</title>
<link>http://www.perfectforms.com/forums/topic/api-and-wsdl-not-responding#post-1467</link>
<pubDate>Wed, 26 May 2010 19:18:21 +0000</pubDate>
<dc:creator>CJ Hines</dc:creator>
<guid isPermaLink="false">1467@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I would try deleting and retrying the whole connection.. Directions are located here:&#60;br /&#62;
&#60;a href=&#34;http://www.perfectforms.com/Documentation/manual/html/d_connectionsintegration.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.perfectforms.com/Documentation/manual/html/d_connectionsintegration.htm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let me know what happens afterward.
&#60;/p&#62;</description>
</item>
<item>
<title>jasoncmcg on "API and WSDL not responding"</title>
<link>http://www.perfectforms.com/forums/topic/api-and-wsdl-not-responding#post-1466</link>
<pubDate>Wed, 26 May 2010 17:57:02 +0000</pubDate>
<dc:creator>jasoncmcg</dc:creator>
<guid isPermaLink="false">1466@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;A new api key results in the same.&#60;/p&#62;
&#60;p&#62;Please note the following:&#60;/p&#62;
&#60;p&#62;This returns the proper screen: &#60;a href=&#34;http://app.perfectforms.com/api/api.asmx&#34; rel=&#34;nofollow&#34;&#62;http://app.perfectforms.com/api/api.asmx&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The equivalent path on our server with http returns 403 forbidden access.&#60;br /&#62;
The equivalent path on our server with https returns 500 Internal server error
&#60;/p&#62;</description>
</item>
<item>
<title>CJ Hines on "API and WSDL not responding"</title>
<link>http://www.perfectforms.com/forums/topic/api-and-wsdl-not-responding#post-1465</link>
<pubDate>Wed, 26 May 2010 17:15:15 +0000</pubDate>
<dc:creator>CJ Hines</dc:creator>
<guid isPermaLink="false">1465@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Try getting a new API key and use it.
&#60;/p&#62;</description>
</item>
<item>
<title>jasoncmcg on "API and WSDL not responding"</title>
<link>http://www.perfectforms.com/forums/topic/api-and-wsdl-not-responding#post-1464</link>
<pubDate>Wed, 26 May 2010 12:13:03 +0000</pubDate>
<dc:creator>jasoncmcg</dc:creator>
<guid isPermaLink="false">1464@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Yes, it is enabled with all machines on our network allowed to use it.&#60;br /&#62;
I am a full user and have my API key.
&#60;/p&#62;</description>
</item>
<item>
<title>CJ Hines on "API and WSDL not responding"</title>
<link>http://www.perfectforms.com/forums/topic/api-and-wsdl-not-responding#post-1463</link>
<pubDate>Tue, 25 May 2010 21:39:22 +0000</pubDate>
<dc:creator>CJ Hines</dc:creator>
<guid isPermaLink="false">1463@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;1.Have you enabled the API connection on your dashboard yet?&#60;br /&#62;
Settings tab &#38;gt; Settings &#38;gt; enable API checkbox&#60;/p&#62;
&#60;p&#62;2.Then you must enable API for each user you would like (must be full user)&#60;br /&#62;
Settings tab &#38;gt; Users &#38;gt; (choose user) &#38;gt; check the API checkbox &#38;gt; click Send API key&#60;/p&#62;
&#60;p&#62;Retrieve key and use as key to set up connection.
&#60;/p&#62;</description>
</item>
<item>
<title>jasoncmcg on "API and WSDL not responding"</title>
<link>http://www.perfectforms.com/forums/topic/api-and-wsdl-not-responding#post-1462</link>
<pubDate>Tue, 25 May 2010 18:46:55 +0000</pubDate>
<dc:creator>jasoncmcg</dc:creator>
<guid isPermaLink="false">1462@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;The main url is setup as an https.  (There is no http link for our onsite PF.)&#60;/p&#62;
&#60;p&#62;Export scheduler says &#34;Unable to connect to PF API using the supplied credentials&#34;.&#60;/p&#62;
&#60;p&#62;Putting ?wsdl on the end of a form api link gives &#34;500 - Internal server error.&#60;br /&#62;
There is a problem with the resource you are looking for, and it cannot be displayed.&#34;&#60;/p&#62;
&#60;p&#62;Attempting to display the asmx api link in a browser gives the same response as the WSDL.&#60;/p&#62;
&#60;p&#62;Crossdomain.xml in &#34;C:\Program Files\PerfectForms&#34; has&#60;br /&#62;
&#34;&#38;lt;?xml version=&#34;1.0&#34;?&#38;gt;&#60;br /&#62;
&#38;lt;!DOCTYPE cross-domain-policy SYSTEM &#34;http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd&#34;&#38;gt;&#60;br /&#62;
&#38;lt;cross-domain-policy&#38;gt;&#60;br /&#62;
  &#38;lt;allow-access-from domain=&#34;*&#34; secure=&#34;false&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;allow-http-request-headers-from domain=&#34;*&#34; headers=&#34;*&#34; secure=&#34;false&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;/cross-domain-policy&#38;gt;&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>ddejonghe on "Integration with eID"</title>
<link>http://www.perfectforms.com/forums/topic/integration-with-eid#post-718</link>
<pubDate>Tue, 01 Sep 2009 15:30:20 +0000</pubDate>
<dc:creator>ddejonghe</dc:creator>
<guid isPermaLink="false">718@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Has anyone experience with the integration of electronic ID cards for authentication? a potential clinet would like to develop forms that need to be electronically signed through the eId card.&#60;/p&#62;
&#60;p&#62;see &#60;a href=&#34;http://eid.belgium.be/nl/&#34; rel=&#34;nofollow&#34;&#62;http://eid.belgium.be/nl/&#60;/a&#62; (use Google translate page to understand it...&#60;br /&#62;
or &#60;a href=&#34;http://www.roadbyte.be/documents/RoadByte%20eID%20Framework%20NL.pdf&#34; rel=&#34;nofollow&#34;&#62;http://www.roadbyte.be/documents/RoadByte%20eID%20Framework%20NL.pdf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;would like to get suggestions on how to integrate this in a perfectforms...&#60;/p&#62;
&#60;p&#62;Dominique
&#60;/p&#62;</description>
</item>
<item>
<title>ijobling on "JSF integration"</title>
<link>http://www.perfectforms.com/forums/topic/jsf-integration#post-653</link>
<pubDate>Tue, 11 Aug 2009 08:28:44 +0000</pubDate>
<dc:creator>ijobling</dc:creator>
<guid isPermaLink="false">653@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;PerfectForms API allows you to pass data into PerfectForms and extract it from third party applications, but of course it all depends on exactly what it is you are looking to achieve here.&#60;br /&#62;
Have a look at the user guide on the API and its uses, and maybe this other 'framework' also has its own API that could be of use as well.&#60;br /&#62;
&#60;a href=&#34;http://www.perfectforms.com/Documentation/manual/html/api.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.perfectforms.com/Documentation/manual/html/api.htm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If this isn't helping, you may want to consider contacting our professional services team for assistance with the specific requirements you are seeking here&#60;br /&#62;
&#60;a href=&#34;http://www.perfectforms.com/contact-form.php&#34; rel=&#34;nofollow&#34;&#62;http://www.perfectforms.com/contact-form.php&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>aditya on "JSF integration"</title>
<link>http://www.perfectforms.com/forums/topic/jsf-integration#post-650</link>
<pubDate>Tue, 11 Aug 2009 07:53:02 +0000</pubDate>
<dc:creator>aditya</dc:creator>
<guid isPermaLink="false">650@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Is there a way to integrate jsf or other frameworks with perfect forms by using its api or any other way.
&#60;/p&#62;</description>
</item>
<item>
<title>rgatson on "Retrieving attachments in Forms and writing to disk"</title>
<link>http://www.perfectforms.com/forums/topic/retrieving-attachments-in-forms-and-writing-to-disk#post-130</link>
<pubDate>Wed, 14 Jan 2009 01:12:00 +0000</pubDate>
<dc:creator>rgatson</dc:creator>
<guid isPermaLink="false">130@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hi Dalecan,&#60;/p&#62;
&#60;p&#62;I don't think this is possible.  In the current product, in order to retrieve a file that has been attached, you have to do this from within the form.&#60;br /&#62;
Thanks.&#60;br /&#62;
Ray
&#60;/p&#62;</description>
</item>
<item>
<title>dalecan on "Retrieving attachments in Forms and writing to disk"</title>
<link>http://www.perfectforms.com/forums/topic/retrieving-attachments-in-forms-and-writing-to-disk#post-127</link>
<pubDate>Tue, 13 Jan 2009 21:54:57 +0000</pubDate>
<dc:creator>dalecan</dc:creator>
<guid isPermaLink="false">127@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;We are using the File Attachment control and need a way to write the file to disk on the backend.  We would prefer to initiate this action inside the Form.  Is this possible?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Dale
&#60;/p&#62;</description>
</item>
<item>
<title>ScandaLf on "Call GetList() API returns error code 7"</title>
<link>http://www.perfectforms.com/forums/topic/call-getlist-api-returns-error-code-7#post-77</link>
<pubDate>Fri, 05 Dec 2008 10:11:54 +0000</pubDate>
<dc:creator>ScandaLf</dc:creator>
<guid isPermaLink="false">77@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hi all here are the API error codes:&#60;br /&#62;
Code	Type	Description&#60;br /&#62;
-2	Common	The response from the server if not in the right format&#60;br /&#62;
-1	Common	Message code for unknown error&#60;br /&#62;
0	Common	Message code if everything worked ok&#60;br /&#62;
1	Common	Message code if the user or password is not valid&#60;br /&#62;
2	Common	Message code if the user is not authenticated&#60;br /&#62;
7	Common	Invalid parameters passed to the web service&#60;br /&#62;
14	Common	The form no longer exists&#60;br /&#62;
19	Common	The user doesn't have the permission for this action&#60;br /&#62;
24	Common	Maximum size reached&#60;br /&#62;
27	Common	The account has expired&#60;br /&#62;
29	Common	Maximum number of instances reached&#60;br /&#62;
32	Common	The system has expired&#60;br /&#62;
51	API	The connection is no longer available&#60;br /&#62;
52	API	The form instance no longer exists&#60;br /&#62;
53	API	The API Feature is not enabled for this account&#60;br /&#62;
501	Form Services	Unable to identify the FormID in the web service name, or the separator between the FormID and the class name is misssing.&#60;br /&#62;
502	Form Services	The class name is missing.&#60;br /&#62;
503	Form Services	There is already a control with the same name inside the form.&#60;br /&#62;
504	Form Services	There is already a control with the same ID inside the form.&#60;br /&#62;
505	Form Services	The specified value is present more than once in a structure that does not allows values to repeat itself. Such structures are DropDown lists, Multilists etc.&#60;br /&#62;
506	Form Services	The type of this control new to the IISFilter and it does not know how to handle it.&#60;br /&#62;
507	Form Services	The SOAP message does not have the right format. It may be corrupt.&#60;br /&#62;
508	Form Services	The XmlMetaData of the form changed.
&#60;/p&#62;</description>
</item>
<item>
<title>rgatson on "Call GetList() API returns error code 7"</title>
<link>http://www.perfectforms.com/forums/topic/call-getlist-api-returns-error-code-7#post-76</link>
<pubDate>Fri, 05 Dec 2008 01:00:53 +0000</pubDate>
<dc:creator>rgatson</dc:creator>
<guid isPermaLink="false">76@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hi Dalecan,&#60;/p&#62;
&#60;p&#62;I will find out what this error code means and post the results in the forum as soon as I can.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

