[Zope] willing to pay $30 for a few lines of python code

Ismet Dere ismet@fiducia-china.com
Thu, 5 Sep 2002 11:47:18 +0800


 Hello all,  I'm willing to pay $30 for a piece of python code that works
with this
 formulator form render code.

 the solution code should help preserve current-selection-state of
 multi-selected multi list & checkboxes when editing records in a MySQL
 table.


 ------------- formulator form render-----
 <dtml-in "data_sql()">
 <dtml-let row=sequence-item>
     <dtml-in "data_edit_form.get_fields()">
      <dtml-let field=sequence-item>
         <dtml-var "field.get_value('title')">
         <dtml-var "field.render(row[field.getId()],REQUEST)">
       </dtml-let>
     </dtml-in>
 </dtml-let>
 </dtml-in>