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 - jaimecerda

Pages: [1]
1
General Board / Re: Remove (SVN) Configuration Entry
« on: December 01, 2020, 11:52:24 am »
Hi, to remove the version control on the package select the package then go to Configure -> Version Control -> Configure Package and un-check the "Control Package" checkbox.

On EA version 15 The path is Configure ->Version Control -> Package-VC.

Hope this helps!

2
General Board / BPMN Pool and Lane title freeze
« on: September 18, 2018, 12:36:16 am »
Is there a way to make the pool & lane titles in a BPMN diagram freeze when scrolling horizontally?
When the BPMN diagram is long and I scroll to the right I loose notion of who do the lanes belong to.
I've seen other tools solve this by freezing or sticking the titles so they always remain visible independently of where you are scrolling.

Hope EA has this feature.

Thanks.
-JC

3
General Board / Re: Named default value constraints
« on: September 18, 2018, 12:31:30 am »
Unfortunatly the Default contraint type is not listed in the types dropdown, so that's why I can't name the default contraint  :(

The only values listed in the contraint type are:
PK
index
FK
unique
check
trigger

4
Bugs and Issues / Re: Where can I find the <<navigate>> conncector?
« on: September 15, 2018, 07:05:48 am »
Thanks this can work!

Would be nice if in a future version the connector exists in a toolbox ;)

5
General Board / Named default value constraints
« on: September 15, 2018, 06:59:47 am »
Hi I have a table in the database that was created with this script:

Code: [Select]
CREATE TABLE [dbo].[Catalog] (
    [RecID] INT            NOT NULL,
    [IsSpecial] BIT           CONSTRAINT [DF_Catalog_IsSpecial] DEFAULT ((0)) NOT NULL,
    [Name] VARCHAR (255) NOT NULL,
    CONSTRAINT [PK_RecID] PRIMARY KEY CLUSTERED ([RecID] ASC)
);
GO

Whe importing to Enterprise Architect the default value of column "IsSpecial" is setup as a column attribute.  In my case I want to have it declared as a constraint with name (as expressed in CONSTRAINT [DF_Catalog_IsSpecial] DEFAULT ((0)). )

Does anyone know how to make EA name a default value constraint?
Thanks.

6
Bugs and Issues / Where can I find the <<navigate>> conncector?
« on: September 04, 2018, 08:00:48 am »
Hi, I use the <<navigate>> connector when creating associations between Screen elements by using the small arrow icon next to the elements. 
Now for special reasons I want to use that same connector between other elements, understandibly, using the same arrow icon will not show the Navigate connector.
I can't find the toolbar where the Navigate connector exists.  I think i've searched all toolbars.

Currently what I do is create an associaction, and change the stereotype to EAUML:Navigate and then set the connector direction to make it show an arrow.  This process is tedious and would be simple if I could use the Navigate connector from the toolbar.

Does anyone know where it is (in which type of diagram)?

Thanks for any help.
-JCG

7
Bugs and Issues / Re: Formatted fields in SQL Fragments
« on: February 08, 2018, 03:00:23 am »
It worked!!!
Thanks Geert, you rock!  :)

8
Bugs and Issues / Re: Formatted fields in SQL Fragments
« on: February 07, 2018, 07:02:51 am »
I'm using the EAP file as repository, from all that i've read it seems this is not supported.  Have you've been able to make it work with eap repositories?

9
Bugs and Issues / Re: Formatted fields in SQL Fragments
« on: February 02, 2018, 02:07:39 pm »
Hello, I also have been trying to use this feature in Version 13.5.  Does anyone know if it has been fixed or if I should try another way?
Thanks!

Pages: [1]