Error executing script for event:internalFrameopened

when we launch the project, the error pop up "Error executing script for event:internalFrameopened on component:Mian window"appers. :angry: :blush:
Attached is the detail of the error.

Regards,
Sonali

NameError: Tag ‘[default]AB/PartNum/1_PartNum’ doesn’t exist.

what does it mean? :frowning:

[quote=“sonalikhairnar25@gmail.com”]what does it mean? :frowning:[/quote]Tags are a core feature of Ignition. That named tag doesn’t exist. Possibly because you copied the window from one project to another, and the two projects have different default tag providers.

WHAT IS THE SOLUTION FOR IT?

Without having any idea of what your script actually does, our advice will be limited. Two immediate solutions come to mind:

  1. make a tag, called AB/PartNum/1_PartNum
  2. repalce AB/PartNum/1_PartNum in your script with a tag that actually exists on the gateway.