NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jking on May 14, 2022, 04:20:29 PM

Title: Error when updating NT12.19 to NT12.41
Post by: jking on May 14, 2022, 04:20:29 PM
Hello Bruce,

     I updated a NT 12.19 app to NT 12.41.  I get a single error as seen in the attached image:

          Unknown identifier: DATAMENU:ISINVALID

     The DataMenu procedure is a NetWebForm displayed/called on another NetWebForm.

      I scanned the latest docs and NetTalk Central but have not found anything.  Can you help?

Thanks,

Jeff King
Title: Re: Error when updating NT12.19 to NT12.41
Post by: jking on May 15, 2022, 10:20:38 AM
Bruce,

     I solved the issue, I think.  When calling this NetWebForm, I had the procedure name set to DataMenu but the Equate was set to procDataMenu.  See the attached image.  This worked in NT 12.19 but gave the error in NT 12.41.  I set both the procedure and equate to DataMenu and the error went away.  Perhaps NT 12.41 handles the procedure and equate fields differently?

Thanks,

Jeff
Title: Re: Error when updating NT12.19 to NT12.41
Post by: Jane on May 15, 2022, 12:46:47 PM
Maybe my fault, Jeff:  https://www.nettalkcentral.com/forum/index.php?topic=9043.0
Title: Re: Error when updating NT12.19 to NT12.41
Post by: Bruce on May 15, 2022, 10:51:51 PM
no, not you Jane, but fixed for 12.42
Title: Re: Error when updating NT12.19 to NT12.41
Post by: jking on May 16, 2022, 05:52:02 PM
Thanks Bruce!