NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: TimR on May 16, 2023, 08:27:56 AM

Title: Splitting up large netwebform
Post by: TimR 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?
Title: Re: Splitting up large netwebform
Post by: Bruce 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
Title: Re: Splitting up large netwebform
Post by: TimR on May 19, 2023, 08:56:41 AM
That fixed the issue, thank you