jvandal wrote: > I am interested in writing a CRUD application for Mysql. I looked at the code > generated by AppWizard aaaaand am very confused. Is there a wiget that > could be used?
To add a new record: form.new() If your textboxes have DataSource set to the bizobj, and DataField set to the field name, as the user edits the textboxes those values will make it to the bizobj. To save the record: form.save() Hope this helps Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
