NetTalk Central

Author Topic: Splitting up large netwebform  (Read 906 times)

TimR

  • Newbie
  • *
  • Posts: 28
    • View Profile
Splitting up large netwebform
« on: May 16, 2023, 08:27:56 AM »
I have reached a limit on adding new controls to a webform, so I was going to copy the webform to a new procedure , remove extra controls and include the new webform (minus duplicate controls) back into the original procedure, to get around the limit.   Which seemed to work, except all the lookups stopped working, and by stopped I mean the popup lookups open and close, but the fields never get updated. I've tried deleting and recreating the controls but the lookup fields refuse to get updated with the selected values.  Can anyone offer an insight as to why they quit working in the new procedure?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11158
    • View Profile
Re: Splitting up large netwebform
« Reply #1 on: May 16, 2023, 11:27:28 PM »
Hi Tim,

the most likely reason is that the "internal" forms need to have the
Include <form>
checkbox turned OFF.
(These forms will also be set as "Memory Forms" and have the Save / Cancel button turned off.

Bruce

TimR

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: Splitting up large netwebform
« Reply #2 on: May 19, 2023, 08:56:41 AM »
That fixed the issue, thank you