Author Topic: Diable Subscriptions on a form  (Read 1025 times)

Darrell

  • Full Member
  • ***
  • Posts: 198
  • Electrician / PLC Technician
    • View Profile
Diable Subscriptions on a form
« on: June 11, 2015, 10:58:02 AM »
If I disable Subscriptions Should I still see messages  "could not connect to 10.100.230.101

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Diable Subscriptions on a form
« Reply #1 on: June 13, 2015, 10:30:31 PM »
What may be happening is that the default MainForm has a line of code to disable subscriptions when hidden and restart when visible. Even though you disable in design view, that line of code will re-enable on startup because it is changing to a visible state.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Diable Subscriptions on a form
« Reply #2 on: June 14, 2015, 10:11:09 PM »
I made a change to the default code snippet with the MainForm. Version 3.98p has that change. It should prevent what you see is happening.

Darrell

  • Full Member
  • ***
  • Posts: 198
  • Electrician / PLC Technician
    • View Profile
Re: Diable Subscriptions on a form
« Reply #3 on: June 15, 2015, 08:08:26 PM »
Thanks , working now

Darrell