Ed Leafe wrote: > On Dec 18, 2007, at 12:58 PM, Marcio galvao wrote: > >> Hi people. I'm trying to get Edit type form, but i'm having some >> problems! >> I place >> mainForm = app.MainForm >> frm = app.ui.FrmConfiguracao(mainForm, FormType="Edit") >> frm.Show() >> >> but browse and seletec tab still appears... > > Paul would be better able to answer this, but looking over the > datanav code, it seems that only FormType="Picklist" affects the > pages that are created. To be honest, I don't understand exactly what > FormType="Edit" should do.
I don't remember if I ever implemented it, but an "edit" form would show no pageframe, having the contents of the edit page directly on the form instead. It would usually be modal. Paul -- http://paulmcnett.com _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
