<?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: Working with Tables - Recent Posts</title>
<link>http://www.perfectforms.com/forums/</link>
<description>Forums for the PerfectForms.com Application</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 04:10:39 +0000</pubDate>

<item>
<title>Dennis @ PerfectForms on "Get notification properties from table columns"</title>
<link>http://www.perfectforms.com/forums/topic/get-notification-properties-from-table-columns#post-2462</link>
<pubDate>Thu, 27 Oct 2011 16:00:12 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2462@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;As you have discovered, fields in tables cannot be used in notifications. The main reason is that notifications only send when the instance is submitted. At that point it is too late to loop through a table and populate notifications.&#60;br /&#62;
I would either use hidden helper fields or one of the various options on the Time tab in a notification object.&#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>Winson on "Get notification properties from table columns"</title>
<link>http://www.perfectforms.com/forums/topic/get-notification-properties-from-table-columns#post-2454</link>
<pubDate>Wed, 26 Oct 2011 05:01:34 +0000</pubDate>
<dc:creator>Winson</dc:creator>
<guid isPermaLink="false">2454@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Dear all , &#60;/p&#62;
&#60;p&#62;For question 2 , seems it is a problem when using Notification in loop.&#60;/p&#62;
&#60;p&#62;No matter how well the helper variable were populated in the loop, all notifications used latest value of those variables. is it by design?&#60;/p&#62;
&#60;p&#62;If yes, anyone knows how to amend the workflow to support sending different mail bodies in differnt dates, which body and date are in table? &#60;/p&#62;
&#60;p&#62;Thanks so much ~
&#60;/p&#62;</description>
</item>
<item>
<title>Winson on "Get notification properties from table columns"</title>
<link>http://www.perfectforms.com/forums/topic/get-notification-properties-from-table-columns#post-2450</link>
<pubDate>Tue, 25 Oct 2011 08:17:40 +0000</pubDate>
<dc:creator>Winson</dc:creator>
<guid isPermaLink="false">2450@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I have a table with 2 columns: one is date column while the other is text. Once user submmit form, I want to send mails by looping the table, data in each rows will be used in notification one by one. The date field is the specific date the mail should send out, and the text field in table should be populated as mail body.&#60;/p&#62;
&#60;p&#62;e.g.&#60;br /&#62;
        date           text&#60;br /&#62;
#1     11 Dec 2011     text 1&#60;br /&#62;
#2     13 Dec 2011     text 2 &#60;/p&#62;
&#60;p&#62;Once submitted, I want two mails to be sent on 11 Dec 2011 and 13 Dec 2011, the first one are with body as &#34;text 1&#34; while the 2nd one are as &#34;text 2&#34;.&#60;/p&#62;
&#60;p&#62;However I encouter below problems:&#60;br /&#62;
1. when I try to use {Table - TextFieldName - Current row} in body, it does not work and string &#34;{Table - TextFieldName - Current row~}&#34; will show in the mail . Why?&#60;br /&#62;
2. even I set a helper field as {Table - TextFieldName - Current row},  and loop the table to send two mails, I notice that in both mail's body are &#34;text 2&#34;, how can I got the 1st mail's body as &#34;text 1&#34;?&#60;br /&#62;
3. how can I send these two mails on 11 Dec 2011 and 13 Dec 2011 ?&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "How to assign a seq number to each table record"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-assign-a-seq-number-to-each-table-record#post-2433</link>
<pubDate>Thu, 20 Oct 2011 16:47:08 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2433@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Create a behavior to loop through the table.&#60;br /&#62;
Start with a Set Table Rows Object - Move to first row. Next use two Set Fields. Set a hidden helper field to 1. Set Field # column-current row to value in hidden helper. Set Table Rows Object - Move to next row. Simple Branch object - Was last command successful? If true use two Set Fields. Set the hidden helper field using a formula (hidden helper value + 1). Set Field # column current row to value in hidden helper. Then loop back to second Set Table Rows object (move to next row). If false go to Exit behavior object because you have reached the end of the table.&#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>Winson on "How to assign a seq number to each table record"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-assign-a-seq-number-to-each-table-record#post-2429</link>
<pubDate>Thu, 20 Oct 2011 01:44:59 +0000</pubDate>
<dc:creator>Winson</dc:creator>
<guid isPermaLink="false">2429@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Thanks Dennis for your reply. But if I want to assign seq # to column 1 in table in the same form (e.g. 1 for first row, 2 for 2nd, etc), how to do?
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "How to assign a seq number to each table record"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-assign-a-seq-number-to-each-table-record#post-2420</link>
<pubDate>Wed, 19 Oct 2011 16:55:39 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2420@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Each instance has a unique sequential number - the instance number. After the form is published the first time, the first instance starts at instance #1. You can simply use the instance #, or use a formula to build on it.&#60;br /&#62;
Remember that an instance # is not created until the instance has been submitted the first time. You may need to create a behavior on when form opens that sets a field (call it hidden instance # helper)with Special - Instance Number. Then use a simple branch to look at at that field. If the field value is less than 1 - submit and re-open the same instance. If it is = or greater than 1 go to an Exit behavior object.&#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>Winson on "How to assign a seq number to each table record"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-assign-a-seq-number-to-each-table-record#post-2418</link>
<pubDate>Wed, 19 Oct 2011 10:55:27 +0000</pubDate>
<dc:creator>Winson</dc:creator>
<guid isPermaLink="false">2418@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hi, may i know how to assign a unique seq number to each record's 1st column in table?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "loading items from database to a drop-down in table"</title>
<link>http://www.perfectforms.com/forums/topic/loading-items-to-a-drop-down-in-table#post-2416</link>
<pubDate>Tue, 18 Oct 2011 20:47:27 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2416@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Drop-downs in tables cannot be dynamically populated.&#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>Winson on "loading items from database to a drop-down in table"</title>
<link>http://www.perfectforms.com/forums/topic/loading-items-to-a-drop-down-in-table#post-2413</link>
<pubDate>Tue, 18 Oct 2011 10:51:30 +0000</pubDate>
<dc:creator>Winson</dc:creator>
<guid isPermaLink="false">2413@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Dear all, &#60;/p&#62;
&#60;p&#62;May I know how to load valid values from DB to a drop-down column in table object, to allow user select a value when he adds new line? &#60;/p&#62;
&#60;p&#62;I need a column which type is drop-down but it has no predefined items, when form is loading I would like to load its items from database. &#60;/p&#62;
&#60;p&#62;I knew by using connect we can load data to a stand alone drop-down , but don't know how to do when the dropdown is in table. &#60;/p&#62;
&#60;p&#62;If any one can tell me how to do that? Thanks in advanced.&#60;/p&#62;
&#60;p&#62;Winson
&#60;/p&#62;</description>
</item>
<item>
<title>srogers on "Marking mandatory table columns"</title>
<link>http://www.perfectforms.com/forums/topic/marking-mandatory-table-columns#post-2405</link>
<pubDate>Tue, 11 Oct 2011 19:09:23 +0000</pubDate>
<dc:creator>srogers</dc:creator>
<guid isPermaLink="false">2405@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Basically I replaced a Check Mandatory behavior by calling an external behavior (which does a separate Check Mandatory behavior for each table column, because I wanted the warning message to be different for each column). It didn't work because the external behavior would be called, and if any of the check mandatory behaviors failed, it would end the sub-behavior, but the one that called it would continue.
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "Marking mandatory table columns"</title>
<link>http://www.perfectforms.com/forums/topic/marking-mandatory-table-columns#post-2403</link>
<pubDate>Tue, 11 Oct 2011 18:32:08 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2403@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I was able to follow you, I think. I think you are talking about the exit object in the behavior being referenced with the run behavior object. I wouldn't use Last command was successful, I would use another exit object in the behavior calling the other behavior.&#60;br /&#62;
It sounds like you may have a problem in that the behavior being called does too many things in this case (I can't quite tell).&#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>srogers on "Marking mandatory table columns"</title>
<link>http://www.perfectforms.com/forums/topic/marking-mandatory-table-columns#post-2401</link>
<pubDate>Tue, 11 Oct 2011 13:35:19 +0000</pubDate>
<dc:creator>srogers</dc:creator>
<guid isPermaLink="false">2401@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;That looks like it should work - It will make the behavior screen of my submit button  unworkably huge, as there are already a number of behaviors associated with it.&#60;/p&#62;
&#60;p&#62;I've tried to make a placeholder button on a hidden page to house large behaviors, and call them from other behaviors. Problem is, if you call a behavior from another behavior, the Exit behavior item will only exit the current behavior (If there are more items in the original behavior, they will continue). Is there a way to end all active behaviors? Or would the &#34;last command was successful&#34; criteria work on a run behavior command?&#60;/p&#62;
&#60;p&#62;Yikes. I hope that paragraph makes sense.
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "Marking mandatory table columns"</title>
<link>http://www.perfectforms.com/forums/topic/marking-mandatory-table-columns#post-2396</link>
<pubDate>Fri, 07 Oct 2011 21:26:34 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2396@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;You could create a behavior on submit that loops through the table and at each row uses a simple branch (is *field* - current row empty?). If true, use a Show Message behavior object. The empty field in the table will remain highlighted.&#60;br /&#62;
Build the behavior like this:&#60;br /&#62;
Set Table Rows - move to first row.&#60;br /&#62;
Simple Branch - Is field empty?&#60;br /&#62;
If true, show message. if false move on to&#60;br /&#62;
Set Table Rows - Move to next row.&#60;br /&#62;
Simple Branch - Last Behavior was successful?&#60;br /&#62;
If true loop back to first Simple Branch&#60;br /&#62;
If false go to Exit behavior object.&#60;/p&#62;
&#60;p&#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>srogers on "Marking mandatory table columns"</title>
<link>http://www.perfectforms.com/forums/topic/marking-mandatory-table-columns#post-2395</link>
<pubDate>Fri, 07 Oct 2011 15:50:08 +0000</pubDate>
<dc:creator>srogers</dc:creator>
<guid isPermaLink="false">2395@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have a table with 10+ columns. About half of these columns are mandatory. When I check whether or not they have values using the check mandatory behavior, all the column headers are marked in red if any one column doesn't have data.&#60;br /&#62;
Is there a way to mark only the specific columns that require values when you check mandatory?&#60;br /&#62;
It's very confusing to the user, who may have an entry which legitimately doesn't have data for a column, as it appears that all columns are mandatory.
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "Change table column state with behaviors"</title>
<link>http://www.perfectforms.com/forums/topic/change-table-state-with-behaviors#post-2343</link>
<pubDate>Tue, 06 Sep 2011 21:12:24 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2343@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;The state of individual columns in a table cannot be changed dynamically.&#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>srogers on "Change table column state with behaviors"</title>
<link>http://www.perfectforms.com/forums/topic/change-table-state-with-behaviors#post-2342</link>
<pubDate>Tue, 06 Sep 2011 15:50:21 +0000</pubDate>
<dc:creator>srogers</dc:creator>
<guid isPermaLink="false">2342@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Is it possible to change the state of a table column with behaviors? I'm hoping to create several hidden columns which can be revealed/hidden based on the selection of another dropdown in the table.
&#60;/p&#62;</description>
</item>
<item>
<title>mrordaz on "How to update table into database"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-update-table-into-database#post-2247</link>
<pubDate>Mon, 27 Jun 2011 01:47:13 +0000</pubDate>
<dc:creator>mrordaz</dc:creator>
<guid isPermaLink="false">2247@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;should i be using insert? Do I have to do a loop on all the rows to check if the row is newly added (for insert) or if the row is existing already (for update) when saving? what about rows which are deleted?
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "How to update table into database"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-update-table-into-database#post-2243</link>
<pubDate>Thu, 23 Jun 2011 23:22:30 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2243@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Have you used &#34;insert&#34;?&#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>mrordaz on "How to update table into database"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-update-table-into-database#post-2241</link>
<pubDate>Thu, 23 Jun 2011 11:57:59 +0000</pubDate>
<dc:creator>mrordaz</dc:creator>
<guid isPermaLink="false">2241@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;yes sir... am using &#34;All rows&#34; in the send parameter...&#60;/p&#62;
&#60;p&#62;have you tried the example given?
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "How to update table into database"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-update-table-into-database#post-2237</link>
<pubDate>Wed, 22 Jun 2011 20:53:24 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2237@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Are you using the column - All rows in your send parameter?
&#60;/p&#62;</description>
</item>
<item>
<title>mrordaz on "How to update table into database"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-update-table-into-database#post-2232</link>
<pubDate>Wed, 22 Jun 2011 01:48:05 +0000</pubDate>
<dc:creator>mrordaz</dc:creator>
<guid isPermaLink="false">2232@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I totally understand the use of a connection agent, in fact I have already created several actions in a connect definition (SELECT,UPDATE, INSERT).  The problem is that when i retrieve data from database into a table, which action should i use? As mentioned in my previous post, I have retrieve 2 rows and placed them in a table (in a form) then I edited a column in the first row, then I added a new row (i now have 3 rows, and a row with an edited column)... If I use update, the newly added row does not get saved.
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "How to update table into database"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-update-table-into-database#post-2231</link>
<pubDate>Tue, 21 Jun 2011 16:48:01 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2231@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;The Connection Agent is required to integrate with an outside database table. Please refer to the 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>mrordaz on "How to update table into database"</title>
<link>http://www.perfectforms.com/forums/topic/how-to-update-table-into-database#post-2228</link>
<pubDate>Tue, 21 Jun 2011 03:57:30 +0000</pubDate>
<dc:creator>mrordaz</dc:creator>
<guid isPermaLink="false">2228@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I was having problem updating a table.  My current table has two rows, one row was edited then I added another row.  How do I update the table into the database (updating the edited row and inserting the newly added row)?
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "Drop Down in a Table Populate with Connector"</title>
<link>http://www.perfectforms.com/forums/topic/drop-down-in-a-table-populate-with-connector#post-2160</link>
<pubDate>Mon, 09 May 2011 17:08:43 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2160@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;It is not possible to populate a drop-down in a table using a connection.
&#60;/p&#62;</description>
</item>
<item>
<title>mrordaz on "Drop Down in a Table Populate with Connector"</title>
<link>http://www.perfectforms.com/forums/topic/drop-down-in-a-table-populate-with-connector#post-2159</link>
<pubDate>Mon, 09 May 2011 04:35:01 +0000</pubDate>
<dc:creator>mrordaz</dc:creator>
<guid isPermaLink="false">2159@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;anyone has example for this? I am also having problem with this. Please send me also the example. thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>mbeccaria@paulsmiths.edu on "Table Text Not Displaying"</title>
<link>http://www.perfectforms.com/forums/topic/table-text-not-displaying#post-2126</link>
<pubDate>Wed, 20 Apr 2011 18:04:12 +0000</pubDate>
<dc:creator>mbeccaria@paulsmiths.edu</dc:creator>
<guid isPermaLink="false">2126@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Dennis,&#60;br /&#62;
Thanks. It's interesting though because the file I clicked on was actually uploaded on another page of the form. I then used the set field properties of the table when the page opens to show that field. I am able to access the file in the table (even though you say it isn't allowed/possible) but the text isn't showing is the only glitch. I've developed a workaround for it so It's not a big deal, just thought you'd like to know.&#60;br /&#62;
Thanks,
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis @ PerfectForms on "Table Text Not Displaying"</title>
<link>http://www.perfectforms.com/forums/topic/table-text-not-displaying#post-2125</link>
<pubDate>Wed, 20 Apr 2011 16:50:26 +0000</pubDate>
<dc:creator>Dennis @ PerfectForms</dc:creator>
<guid isPermaLink="false">2125@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Attachments cannot be moved or copied. The only way to access or delete an attachment is in the form instance in the attachment object where it was originally attached.
&#60;/p&#62;</description>
</item>
<item>
<title>mbeccaria@paulsmiths.edu on "Table Text Not Displaying"</title>
<link>http://www.perfectforms.com/forums/topic/table-text-not-displaying#post-2124</link>
<pubDate>Wed, 20 Apr 2011 14:20:25 +0000</pubDate>
<dc:creator>mbeccaria@paulsmiths.edu</dc:creator>
<guid isPermaLink="false">2124@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I have a table that has a text field and an attachment field. I am using a behavior on page load that sets the value of the file attachment field equal to a file attachment that is present on another page. However, when the table is displayed, it shows the &#34;Detach&#34; button without text. It allows the user to hover over where the text should be and click it to open the attachment, but the attachment text isn't there. Is this a bug or is there a way to alleviate this?&#60;/p&#62;
&#60;p&#62;Here is a quick video showing my problem:&#60;br /&#62;
&#60;a href=&#34;http://screencast.com/t/L3AFaKZNCJ2j&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/L3AFaKZNCJ2j&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>phillip on "Table and Scrolling Bug"</title>
<link>http://www.perfectforms.com/forums/topic/table-and-scrolling-bug#post-2054</link>
<pubDate>Mon, 21 Mar 2011 15:16:01 +0000</pubDate>
<dc:creator>phillip</dc:creator>
<guid isPermaLink="false">2054@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;Hmmm, thought I had a fix, but it didn't work, so nevermind.
&#60;/p&#62;</description>
</item>
<item>
<title>phillip on "Table and Scrolling Bug"</title>
<link>http://www.perfectforms.com/forums/topic/table-and-scrolling-bug#post-2053</link>
<pubDate>Mon, 21 Mar 2011 14:30:34 +0000</pubDate>
<dc:creator>phillip</dc:creator>
<guid isPermaLink="false">2053@http://www.perfectforms.com/forums/</guid>
<description>&#60;p&#62;I am pulling a table from another form instance and I have run into a strange problem/bug.  After the data is pulled via a connection, a loop runs to populate a new column 'Seats Left'.  Currently I have 4 records, and when the table's height is tall enough to show all 4 records, everything is good.&#60;br /&#62;
&#60;br /&#62;
However, when the table is not able to show all the records (and you have to scroll through the list), the 3rd row's 'Description' column is the same as the 4th row's, and the 'Seats Left' column is not populated; however, all the other information is correct.&#60;br /&#62;
&#60;br /&#62;
I've put in some text boxs to reflect what is in the current row and also noticed the second row, when clicked for the first time, shows the correct 'Description' in the table but shows row 4's 'Description' in the text box, but again, all other info is correct.  When you come leave and then reclick row 2, all the information is back to normal in the text boxes.&#60;br /&#62;
&#60;br /&#62;
I've removed the 'Seats Left' update loop and then the table works no matter the physical height of the table, but that's not a solution.  Any one run into this or have any thoughts?&#60;br /&#62;
&#60;br /&#62;
The Behaviour is&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Connect: NSO Databse
Set Table Rows: Select First
Simple Branch: Last Command was Successful
TRUE
{
  Set Field: &#38;#39;Seats Left&#38;#39; = &#38;#39;(Current Row-Capacity) - (Current Row-Seats Remaining)&#38;#39;
  Set Table Rows: Select Next
}
FALSE
Set Table Rows: Select First&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>

