Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Henrik Raböse

Pages: [1] 2
2
Suggestions and Requests / Re: Page border indication in diagram
« on: February 23, 2021, 11:56:58 pm »
I've the same issue in EA 15.2
I cannot find the option to show the page border.
How can I turn this on?




regards
Henrik

3
General Board / Datbase Builder, Engineering: Progess Open Edge
« on: March 30, 2018, 12:14:06 am »
Hi,

it is possible to manage an "Progress Open Edge" database with the "Database Builder", read all tables with columns?
If so, I need the "Data Model" for Progess Open Edge".

Regards
Henrik

4
Thanks, people.

I'll test it.


--
regards
Henrik

5
Hi,

thanks, people.

@Geert
But how can that help me now? I have no background knowledge of how the EA works.
What should I do with that:
  - run script to update
  - stored in t_attributeTag
  - hidden tagged value from GUI

@Nabil
The same Problem. I do not know what to do with the code.


I did not read any API documentation and I just wanted to change that setting EASILY.


--
regards
Henrik

6
Thank you.

But playing with the API its to much for this little feature.

@Geert
Unfortunately, it is not a Tagged-Value, shown in the picture on the first post.
This is an option (attribute/property) for the table column type INT - in the Database Builder.


--
regards
Henrik

7
Ok, this attribute table is in the project.mdb?
How can I change this?


regards
Henrik

8
Hi,

sorry, but I don't see: How to set this property as DEAFULT-Value for "UNSIGNED".

regards
Henrik

9
Hi,

how can I set the attribute UNSIGNED for the data type INT (on MySQL) as default?





regards
Henrik

10
General Board / Re: Structured Node - Activity
« on: July 03, 2017, 01:18:34 am »
Hi Helmut,

thank you for this answer.
The "Simple Composite" works fine.



--
regards raiserle

11
General Board / [solved] Structured Node - Activity
« on: July 02, 2017, 07:14:22 am »
Hi,

how to use this function.
I cannot found any options to set the reference to other diagram / sub-activities.
http://www.sparxsystems.com/enterprise_architect_user_guide/9.2/standard_uml_models/subactivity.html

A tutorial at youtube would be great.


--
regard raiserle

12
Bugs and Issues / Re: MySQL, Datetime, DDL-Issue
« on: July 09, 2016, 06:09:59 am »
Ok, thank you for this hint.
I'll try this again with update and report my result.

regards
Henrik

ps.
There is an update to the version 1224?

pps.
I've updated to version 1230 and the DDL-code looks like good ;).

13
Bugs and Issues / Re: MySQL, Datetime, DDL-Issue
« on: July 09, 2016, 03:23:53 am »
Sorry.
But it is in the subject: MySql.

14
Bugs and Issues / MySQL, Datetime, DDL-Issue
« on: July 08, 2016, 11:26:08 pm »
EA: 12.0.1215

In the database builder: Column "adddate", Type "Datetime". I can't change or remove the "Length" (0).



The DDL-Generator make this.
Code: [Select]
CREATE TABLE `customer`
(
`id` BIGINT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(150) NOT NULL,
`adddate` DATETIME(0) NOT NULL,
`addby` BIGINT NOT NULL,
`changedate` DATETIME(0) NOT NULL,
`changeby` BIGINT NOT NULL,
CONSTRAINT `PK_customer` PRIMARY KEY (`id`)
)


The generated code has an SQL-Error: Datatype "DATETIME" has not a length. "`adddate` DATETIME(0) NOT NULL,"



regards
Henrik



15
Uml Process / Re: User interface model
« on: October 21, 2015, 10:03:38 pm »
Ok.
Thanks.

Is v12.1 a beta release?
I don't found a download link.


regards
Henrik

Pages: [1] 2