NetTalk Central

Author Topic: Form within a form is inactive for data entry  (Read 2606 times)

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Form within a form is inactive for data entry
« on: April 12, 2013, 09:16:11 AM »
I have noticed this problem before but it wasn't an issue as I wasn't using it. The issue is that if you have a from embedded within another form, the data entry fields on the embedded form do not function. For example, I have a "master" form that has a filter field for a browse as well as the browse as a proc:

ParentForm
  Tab
     FilterField (radio)
     BrowseSomething

No problem, everything is fine. Making a change to the FilterField updates the browse. Now I'm trying to move the filter field to a separate form called by the ParentForm:

ParentForm
  Tab
     FilterForm (now populated with FilterField)
     BrowseSomething

Everything displays properly but if you click on a FilterField radio choice, nothing happens. The Value::FilterField routine is not activated within the FilterForm procedure.

Mark

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Form within a form is inactive for data entry
« Reply #1 on: April 14, 2013, 08:09:16 PM »
>> The issue is that if you have a from embedded within another form,

This is simply not allowed. HTML does not allow for nested <form> tags.
Sorry.

cheers
Bruce