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

Pages: [1] 2
1
Update save the changed properties of your EA.Element instance in memory to the database.

If the element is read-only because of locking you'll get an exception.

Geert

thank you Geert  , much appreciated

2
in relation to Element.Update ,

How exactly does this work?
Updates the Element in the database and the model?

What happens when the Element is locked. Does it force Update?

Thank you.

3
General Board / Re: Generating reports for nested elements
« on: January 31, 2018, 03:41:01 pm »
I have solved my problem using a mixture of template selectors and template fragments.

by any chance your Template Fragment used a dynamic input parameter

4
hi friends,

Id like to know if it is possible to move elements or folders programmatically  ?

If not possible,let me know what tricks would u use to do that ?

Regards

methods to do so will be in the API

http://sparxsystems.com/enterprise_architect_user_guide/13.5/automation/theautomationinterface.html


5
General Board / Re: Help with the help
« on: October 18, 2017, 09:17:56 pm »

6
 :) its helpful, thanks @ Sunshine

7
Just tried this and it works... Almost too simple to be true  :)

 may i ask where you mapped your release tag  to the filter you wanted to set?

was it in the EXCLUDE Filter , ELEMENT, or OTHER


8
General Board / Re: Exporting a model to HTML
« on: October 17, 2017, 03:13:51 pm »
thanks for pointing me to the right direction Geert :) much appreciated

9
General Board / Re: Exporting a model to HTML
« on: October 17, 2017, 02:22:40 pm »
in relation to this topic, is there a way to slightly customize EA's built-in HTML generator, I.e insert company branding images and text.

10
Bugs and Issues / Re: Scripting engine seems to "cache" parts of scripts
« on: October 10, 2017, 01:07:05 pm »
encountered this today, v13. , simple restart took away the problem

11
General Board / Re: Update EA Repository Query
« on: September 14, 2017, 04:25:57 pm »
thanks  VKN

12
General Board / Re: Update EA Repository Query
« on: September 14, 2017, 03:24:35 pm »
May I ask further in relation to the UpdateSQL,

Is there an issue, or can a Script user update information if they have a lesser  access permissions than the orginal data Author when using an update SQL ?

for example:

User 1('The Administrator') is , the  data Author  with more access permissions, and created the data in  t_object table

while the User 2 ('The Script user') running an UpdateSQL ( ) script has a lower access permission, and wants to update data create by 'The Administrator'  in t_object  table.

Both users having Update Element permission.

13
hi qwerty, when i do an export on the Template Package , i can see a value "Backcolor=

is this what you mean is being stored in Registery ,and not in t_objectproperties ?


<UML:ModelElement.stereotype>
                     <UML:Stereotype name="StartEvent"/>
                     </UML:ModelElement.stereotype>
                     <UML:ModelElement.taggedValue>
                        <UML:TaggedValue tag="isAbstract" value="false"/>
                        <UML:TaggedValue tag="isSpecification" value="false"/>
                        <UML:TaggedValue tag="ea_stype" value="Event"/>
                        <UML:TaggedValue tag="ea_ntype" value="0"/>
                        <UML:TaggedValue tag="version" value="1.0"/>
                        <UML:TaggedValue tag="isActive" value="false"/>
                        <UML:TaggedValue tag="package" value="EAPK_444566AF_65F1_487b_9054_F3ADA21DEEF4"/>
                        <UML:TaggedValue tag="date_created" value="2017-03-22 15:58:04"/>
                        <UML:TaggedValue tag="date_modified" value="2017-05-08 15:41:36"/>
                        <UML:TaggedValue tag="gentype" value="&lt;none&gt;"/>
                        <UML:TaggedValue tag="tagged" value="0"/>
                        <UML:TaggedValue tag="package_name" value="Template Package"/>
                        <UML:TaggedValue tag="phase" value="1.0"/>
                        <UML:TaggedValue tag="complexity" value="1"/>
                        <UML:TaggedValue tag="status" value="Proposed"/>
                        <UML:TaggedValue tag="stereotype" value="StartEvent"/>
                        <UML:TaggedValue tag="tpos" value="0"/>
                        <UML:TaggedValue tag="ea_localid" value="121"/>
                        <UML:TaggedValue tag="ea_eleType" value="element"/>
                        <UML:TaggedValue tag="style"         value="BackColor=5756588;BorderColor=32768;BorderWidth=1;FontColor=-1;VSwimLanes=1;HSwimLanes=1;BorderStyle=0;"/>

14
thank you qwerty,

I can now  target all Diagram Links within a Diagram with this,

 HDN=0:BLD=0:ITA=0:


Is there a way to target objects  Elements within the Diagram, such as a Gateway's name/label? Does it also have a Geometry attribute?

15
Hi Community,

I would like to kindly ask if there is a way to call the
[Hide Label] functionality via VBScript , to target all Elements of type Gateway,
across Diagrams under a Package.

if not, can this be done via SQL script, or via Other technique?

Thank You in advance.

Pages: [1] 2