See the attached screen shot.  Note the extra +/- buttons and the text No 
Records to Display by the Machines label.  Obviousness there is a record to 
display since it's right there in the screenshot.  Note I didn't just added 
that record but just opened the edit form.  Below is the dryml code I'm 
using for this form.  I could very well have caused the problem in my code.

<extend tag="form" for="Gym">
  <old-form merge>
    <field-list: replace>
      <field-list columns="2" fields="name, phone, email, address"/>
      <field-list columns="1" fields="notes"/>
      <hr/>
      <div class="row columns">
        <div class="span12">
          <single-field-list fields="machines">
            <machines-view:>
              <input-many>
                <field-list size="8" columns="1" fields="machine_model, 
serial_number, notes">
                  <machine_model-view:>
                    <select-one text-method="manufacturer_model"/>
                  </machine_model-view:>
                </field-list>
              </input-many>
            </machines-view:>
          </single-field-list>
        </div>
      </div>
    </field-list:>
  </old-form>
</extend>

Bob

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/HFXhQmwktiMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

<<attachment: Screenshot from 2012-10-08 13:16:24.png>>

Reply via email to