Book a Demo

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

Pages: [1]
1
Hi
I've a query  (or issue ??)  relating to  an existing connector that has been created for 2 locked elements and what can/can't be amended in this scenario.  Hoping someone can help please :-)

An Association Relationship was created between  2 Class elements  (both elements were locked and both reside in the same locked package).  A user was able to modify the 'multiplicity' value of the existing Connector between these 2 locked elements. (deemed read-only for them as they are not part of the group lock)

Configure | Security > Administer > Apply Locks to Connectors" option was disabled at the time.

Enabled this option. This has prevented amending say the 'Connector Notes', but it is still possible to amend values such as 'Multiplicity / Ordered/Allow Duplicates' for the Connector between the 2 locked elements.

Is this by design ? ........

2
Just tried it and it worked :-)

Thanks qwerty for your help - much appreciated  :) :) :)

3
Hi, Version 14.1  (build 1427)  Corporate Edition

Thanks :-)

4
Hi,
I've imported a Visio model into Sparx via the Microsoft Visio Add in and am attempting to convert 'Activity' elements to BPMN Activity and 'Decision' to BPMN Gateway elements via a VB Script.

My script looks to work for Activity :

currentElement.Type = "Activity"
currentElement.StereoTypeEX = "BPMN2.0::Activity"
currentElement.Update

But for the Gateway update, it is not working (BPMN tab does not appear in Element properties and the element does not display in the Browser)
I've tried various combinations, below is the latest :

currentElement.Type = "Gateway"                     
currentElement.StereoTypeEX = "BPMN2.0::Gateway"
currentElement.Update

If someone could point me in the direction of what I'm doing wrong please - that would be fab :-)

Many Thanks
   



5
General Board / Re: SQL Query : Ensuring <Search Term> has been populated ?
« on: September 21, 2018, 11:14:43 pm »
 I will give that a try.

Thanks for your help Geert  :)

6
General Board / SQL Query : Ensuring <Search Term> has been populated ?
« on: September 21, 2018, 09:27:16 pm »
Hi,
I'm new to Sparx and am after a bit of help please  :)

Is there a way when you are utilizing the <Search Term> in an SQL query, you can ensure  that it has been populated when the query runs ?
eg

 where t_diagram.Author LIKE '#WC#<Search Term>#WC#'

Thankyou !

Pages: [1]