NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ntnewbies on May 20, 2020, 11:57:49 PM

Title: hide menu at form
Post by: ntnewbies on May 20, 2020, 11:57:49 PM
hi friends,
i have menu with browse. in the browse, when i call the other button, it opens up a memory form.  in it, i dont want to call the pageheadertag and pageheaderfooter.
instead, i want to call MyHeader and MyFooter.

in the advanced tab of the form, under PageHeaderTag, i put the following:
'MyHeader'
and when i compile, it shows as a display statement, not the procedure.

how do i call different page header ??

Jason
Title: Re: hide menu at form
Post by: peterH on May 21, 2020, 12:56:40 AM
‘<!— net:myheader —>’
(that’ll be two dashes after the ! and before the >)

Peter
Title: Re: hide menu at form
Post by: ntnewbies on May 21, 2020, 11:18:10 PM
thanks peter.
it works!

jason