Author Topic: Where are styles stored in EA  (Read 2353 times)

BobM

  • EA User
  • **
  • Posts: 144
  • Karma: +9/-0
    • View Profile
Where are styles stored in EA
« on: June 01, 2023, 06:49:46 pm »
We are trying out RAS and noticed the styles aren't included in the EABase_1558 script (Unless it doesn't looks like a duck, while I'm trying to find a duck).

We altered the default styles and added a few.

Does anyone knows in what table the styles are stored so we can add them to the EABase scripts when we build new repositories?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Where are styles stored in EA
« Reply #1 on: June 01, 2023, 07:53:27 pm »
Uhm, which styles are you talking of?

q.

BobM

  • EA User
  • **
  • Posts: 144
  • Karma: +9/-0
    • View Profile
Re: Where are styles stored in EA
« Reply #2 on: June 01, 2023, 08:00:42 pm »
Uhm, which styles are you talking of?

q.
My apologies,
These styles:


I already found out from previous posts in this forum that it is impossible to import/export them between projects so it is probably going to become a feature request (which was probably ignored in the past, if a feature request has been submitted back then, but as they promote RAS it might be heard now)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Where are styles stored in EA
« Reply #3 on: June 01, 2023, 10:03:19 pm »
They are stored in t_trxtypes. You can probably write a simply script to ex-/import those in csv-like style.

q.

BobM

  • EA User
  • **
  • Posts: 144
  • Karma: +9/-0
    • View Profile
Re: Where are styles stored in EA
« Reply #4 on: June 01, 2023, 10:08:26 pm »
They are stored in t_trxtypes. You can probably write a simply script to ex-/import those in csv-like style.

q.
Thank you,

Yes, the script is simple (once you know where to find export them from :) )