jhstephenson
unread,Apr 26, 2012, 4:03:21 PM4/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
I added the following to my application.dryml so that I could specify the order that I wanted fields to appear in my new record form:
<extend tag="form" for="Product">
<old-form merge>
<field-list fields="category, customer, department, vendor, name, serial_number, date_ordered, date_received, date_invoiced,
vendor_invoice, scc_invoice, quantity, dollar_amount, warranty_years, warranty_days, item, comments"/>
</old-form>
</extend>
When I do that the fields come out in the correct order, but my 'Create' and 'Cancel' buttons are now gone.
I know I am overlooking something simple, but being new to this I am not sure what I messed up.
Thanks,
Jim