NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Jane on May 10, 2024, 03:22:28 PM
-
14.21.
If I go to the Layout tab on a form and set Suppress Comments to Yes, the comments divs are still generated on the form.
That doesn't seem right?
Modified example of Web71 attached. I copied the Customers browse and update form. On the duplicate form I manually suppressed comments on each field. On the original form I just set the item on the Layout tab to Yes.
-
for me work, maybe try to set settings in webserver settings, example https://www.fecipur.org/UpdatePerfil?insert_btn=insert
NT 14.21
-
Hi Jane, same problem in 14.20
-
work if set in settings in webserver ..
-
work if set in settings in webserver ..
Yes it does.
But that doesn't help if one only wants to disable comments on specific forms.
-
>> That doesn't seem right?
It is not right.
In NetWeb.Tpw,
#Group(%SetSuppressComment) (circa line 5310)
#CASE(%SuppressPrompts)
should be
#CASE(%SuppressComments)
Fixed for build 14.22
Thanks for the report and example Jane.
-
Thanks, Bruce!
Made the template edit for now.