It posts back using the name, the second variable in the function.
You called it 'reseller' in the function call, but are trying to GET
'cust_reseller' in the  query.

paul

On 7/31/06, Jeff Sloyer <[EMAIL PROTECTED]> wrote:
> I am having problems with the following enums.  The cust_type works fine,
> but the cust_reseller does not post back in the save.  I have attached the
> pages source code also.
>
> echo "<td bgcolor=\"ccccdd\"width=180><b>cust_type</b></td>
>                         <td bgcolor=\"#ddddee\">";
>
>                        # print all the items listed in the enum
>                        enum_select(customer, cust_type, $cust_type);
>                        echo "</td><tr>\n";
>         echo "<td bgcolor=\"ccccdd\"width=180><b>cust_reseller</b></td>
>                         <td bgcolor=\"#ddddee\">";
>
>                        # print all the items listed in the enum
>                        enum_select(customer, reseller, $cust_reseller);
>                        echo "</td><tr>\n";
>
>
> Thanks,
> Jeff Sloyer
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>
>
>
>


-- 
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to