Book a Demo

Author Topic: Setting Menu  (Read 6401 times)

ygautomo

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Setting Menu
« on: May 14, 2017, 02:36:06 pm »
Hi All,

I want to ask about SETTING MENU in my EA 12 Interface.
I want to create a new user defined data type, in Help i should access Setting Menu, Next to Extensions Menu in Main Menu Bar.
But unfortunately i could find one.

I've check through VIEW/PERSPECTIVE and set all menu default to Complete, but still i could found SETTING MENU in main Menu Bar.

Please need help.

Thanks,

Ygautomo

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Setting Menu
« Reply #1 on: May 14, 2017, 05:45:58 pm »
Project/Setting/Database Datatypes if it's that what you are looking for. Else you should tell us what kind of data type you want to define.

q.

ygautomo

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Setting Menu
« Reply #2 on: May 15, 2017, 02:24:22 am »
hi qwerty,

Thanks for the reply,

Actually i want to create User Data Type for MySQL such as data domain in Power Designer.
perhaps like city name or student id which is have max length 20 in varchar data type or specific enum data type.

-
ygautomo

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Setting Menu
« Reply #3 on: May 15, 2017, 02:36:15 am »
In that case the above is what you should look into. Did you find it?

q.

ygautomo

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Setting Menu
« Reply #4 on: May 28, 2017, 01:11:37 pm »
Yes, i've find the menu.

I've tried to create User Defined Data Type "dCustomer_id" as VARCHAR(10);

But when i want to create with this domain name, found error when creates tables, because dCustomer_id not automatically convert to VARCHAR(10).

Is there any solution to implement domain or user defined data type in EA?

Thanks.
Ygautomo
« Last Edit: May 28, 2017, 02:27:22 pm by ygautomo »

skiwi

  • EA Expert
  • ****
  • Posts: 2081
  • Karma: +46/-82
    • View Profile
Re: Setting Menu
« Reply #5 on: May 29, 2017, 12:44:55 pm »
http://www.dbmode.com/ may help with what you want
Orthogonality rules
Position and Team disestablished, thanks austerity.
Now itinerant.

ygautomo

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Setting Menu
« Reply #6 on: June 09, 2017, 05:58:44 am »
Hi skiwi,

Thanks for the information.
I really appreciated.