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

Pages: [1] 2
1
General Board / Re: How can I get Element using SQL Repository
« on: June 28, 2013, 09:59:19 pm »
not useful .
it returns no objects.

again I need the name of the table that contains the all Elements as xml
with xml IDs.


2
General Board / How can I get Element using SQL Repository
« on: June 28, 2013, 08:42:12 pm »
How can I get Element using SQL Repository ,
I have element ID and I want to get element using SQL statement
or
what is the name of the table that contains element data,
 :D

3
General Board / Re: How can I get parentGuid for given guid ?
« on: June 17, 2013, 11:29:07 pm »
by EA Addins

4
General Board / How can I get parentGuid for given guid ?
« on: June 17, 2013, 10:41:07 pm »
How can I get parentGuid for given guid ?

5
General Board / Re: How can I  get the date of baseline creation
« on: June 11, 2013, 12:03:47 am »
I have 4 baselines
how can I get the creation date for each baseline    ?

I have got something like

string sql=   rep.SQLQuery(" SELECT Docdate  FROM 't_document' WHERE 'DocType' = 'Baseline' ");

but it does not work


6
General Board / How can I  get the date of baseline creation
« on: June 10, 2013, 10:50:31 pm »
How can I  get the date of baseline creation ?
what is the name of DateTime Field in Baseline ?

7
General Board / How can I create Baseline for a package
« on: May 31, 2013, 08:11:35 am »
for example
suppose I have a package with name p1
and I need to make add-ins  to generate a baselines for the properties of this package p1 like : Name,Property ,Stereotype ,etc...
how can I did that , is there any tutorial or explanations for that ?

8
General Board / How to get package GUID in same leve by element GU
« on: May 30, 2013, 08:52:17 am »
How to get package GUID in same leve by element GUId:
for example I have :
1) an element with guid 10001
2) in the same level I have a package with guid ??
how to get guid of that package by knowing the element guid ??

thanks ::)

9
General Board / What are common proprieties btwn Package & Element
« on: May 28, 2013, 09:03:30 am »
  :D

10
General Board / How can I access baselines vesions
« on: May 27, 2013, 08:59:57 pm »
How can I access baselines vesions,
I want to see a list of the current baseline

11
General Board / How can I build a Node to retrieve all properities
« on: May 27, 2013, 11:35:58 pm »
How can I build a Node to retrieve all properties of a selected package ?

12
General Board / Re: How can I include packages in analysis ?
« on: May 25, 2013, 01:40:36 am »
 :( >:( :'(

13
General Board / How can I include packages in analysis ?
« on: May 24, 2013, 06:50:46 pm »
I am working with EA 10 + c#
so what is the idea to do that .
and is there any consindration with connecions ,stereotypes ?

14
General Board / Re: What is difference between Model and Baseline?
« on: May 22, 2013, 10:19:36 am »
Ok,
let me explain :
I want to make some prevention when adding New baseline>in field Version ? ok ,, how can I prevent user from insert some alphabetic like:a-z,, I want to make some code in C# to make the checking and display MSG BOX to inform the user "You 've to insert only NUMBERS Between 0-9 in field version "..
It is clear ?

Thank you... :)

15
General Board / Re: What is difference between Model and Baseline?
« on: May 20, 2013, 01:23:35 am »
so how can I add validation on the window,which allow me to add version
for example I want  to prevent an user to insert char or string in version field,,
how can I program that by C# ?
thanks

Pages: [1] 2