NetTalk Central

Author Topic: hide menu at form  (Read 2108 times)

ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
hide menu at form
« 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

peterH

  • Sr. Member
  • ****
  • Posts: 413
    • View Profile
Re: hide menu at form
« Reply #1 on: May 21, 2020, 12:56:40 AM »
‘<!— net:myheader —>’
(that’ll be two dashes after the ! and before the >)

Peter
« Last Edit: May 21, 2020, 12:59:23 AM by peterH »

ntnewbies

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • Email
Re: hide menu at form
« Reply #2 on: May 21, 2020, 11:18:10 PM »
thanks peter.
it works!

jason