<?xml version="1.0"?><!-- 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>Appnitro Software Forums Topic: Drop Down List Limit??</title>
<link>http://www.appnitro.com/forums/</link>
<description>Appnitro Software Forums Topic: Drop Down List Limit??</description>
<language>en</language>
<pubDate>Wed, 07 Jan 2009 11:48:35 +0000</pubDate>

<item>
<title>yuniar on "Drop Down List Limit??"</title>
<link>http://www.appnitro.com/forums/topic/drop-down-list-limit#post-2926</link>
<pubDate>Tue, 09 Sep 2008 20:45:33 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2926@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Oh.. I think you just found a bug with the dropdown!&#60;/p&#62;
&#60;p&#62;Apparently, the dropdown is having a maximum 255 items (when submitted).&#60;br /&#62;
The bug is due to the datatype being used to store your dropdown is TINYINT, which has a maximum value 255.&#60;/p&#62;
&#60;p&#62;To fix this bug, edit your &#60;strong&#62;ap_form_x&#60;/strong&#62; table. Search for your dropdown field, it should have fieldtype &#60;strong&#62;tinyint(6) unsigned&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Change it to &#60;strong&#62;int&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Then, modify your save.php file, around line 431 - 465, search for the word &#60;strong&#62;tinyint&#60;/strong&#62; and replace it with &#60;strong&#62;int&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;That should extend the maximum items of your dropdown.&#60;/p&#62;
&#60;p&#62;Thank you for reporting this!
&#60;/p&#62;</description>
</item>
<item>
<title>hsarver on "Drop Down List Limit??"</title>
<link>http://www.appnitro.com/forums/topic/drop-down-list-limit#post-2913</link>
<pubDate>Mon, 08 Sep 2008 21:26:43 +0000</pubDate>
<dc:creator>hsarver</dc:creator>
<guid isPermaLink="false">2913@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Yes, it was REALLY odd.  I ended up deleting all the choices and making that field a text box for fill in simply because I was in the middle of using the form.  Here's exactly how things happened:&#60;/p&#62;
&#60;p&#62;All 300 entries appeared in the pull down menu.&#60;/p&#62;
&#60;p&#62;After filling out the form, the user is taken to a confirmation page prior to actually submitting the form (thank Heavens for that added feature!) and that was where we first found choices over 255 were &#34;changed&#34; to either 255 or 249.&#60;/p&#62;
&#60;p&#62;First I went into the entries dbase to try to edit individual records---the edits would not save.&#60;/p&#62;
&#60;p&#62;Then I went into phpmyadmin to see if I could manually change things there and even there the edits would not take.  I would edit a &#34;changed&#34; choice to the higher/correct number, save it, and it would be changed BACK to the lower, incorrect number.&#60;/p&#62;
&#60;p&#62;It was simply the strangest thing I have ever encountered.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Drop Down List Limit??"</title>
<link>http://www.appnitro.com/forums/topic/drop-down-list-limit#post-2729</link>
<pubDate>Sun, 24 Aug 2008 13:28:19 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2729@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hmm.. that's odd. MachForm doesn't have any limit on this.&#60;/p&#62;
&#60;p&#62;Are those 300 items displayed correctly on the form itself?&#60;br /&#62;
So the error only happened in the entries dbase and phpmyadmin?
&#60;/p&#62;</description>
</item>
<item>
<title>hsarver on "Drop Down List Limit??"</title>
<link>http://www.appnitro.com/forums/topic/drop-down-list-limit#post-2726</link>
<pubDate>Sat, 23 Aug 2008 23:01:29 +0000</pubDate>
<dc:creator>hsarver</dc:creator>
<guid isPermaLink="false">2726@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Is there a limit to the number of drop down items that can be in a list?&#60;/p&#62;
&#60;p&#62;I have a list of 300 items in one field (literally the numbers 1-300).  After 255 it changes every choice to 255.  Meaning if I choose 291 it saves it as 255 in both the entries dbase and within myPHPadmin.&#60;/p&#62;
&#60;p&#62;I'm having to change the whole menu to a simple text box where a number may be entered but it sort of defeats the purpose of eliminating typing.&#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
