Book a Demo

Author Topic: How to change author name for all components?  (Read 9705 times)

MickaelG

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
How to change author name for all components?
« on: February 18, 2011, 09:37:06 pm »
Dear EA users,
I would like to change all author component value with a new one. There is a script editor inside ea but I don't know how to use it and how to access this author property. It seems there is a class which permits to change this property b ut I didn't succeed in using it.

Could someone provide a sample or the script itself to do so ?

Thank you for reading this post and for your help.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to change author name for all components?
« Reply #1 on: February 19, 2011, 12:10:42 am »
The easiest way:
update t_object set author="new author"
directly in the database (if you use EAP: they are MS Access files).

q.

MickaelG

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: How to change author name for all components?
« Reply #2 on: February 19, 2011, 12:27:36 am »
Thank you, it works fine.
I suspected it was msaccess db as whrn the project is opened, there is ldb file which is created.  ;)