NetTalk Central

Author Topic: NetWebYear: How to add a close button  (Read 4085 times)

sukhendu

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • Email
NetWebYear: How to add a close button
« on: November 06, 2014, 01:25:30 PM »
On a NetWebYear procedure, how to create a CLOSE button at the bottom of the monthly calender that when clicked would take the user back to a specific url?

Thanks,
Sukhendu

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11300
    • View Profile
Re: NetWebYear: How to add a close button
« Reply #1 on: November 07, 2014, 06:16:40 AM »
Probably your best bet is to put the calendar on a form - then you can add as many buttons as you like.

cheers
Bruce

sukhendu

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • Email
Re: NetWebYear: How to add a close button
« Reply #2 on: November 10, 2014, 10:51:12 AM »
Thanks Bruce,  I was thinking of having a close button on the calendar itself.  But that is not needed now since I added a close button on the form as you suggested.

-Sukhendu