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

Pages: 1 2 [3] 4 5 ... 10
31
General Board / Re: Model Search Queries
« on: September 24, 2012, 09:50:40 pm »
Thanks a lot.

32
General Board / Model Search Queries
« on: September 24, 2012, 08:58:18 pm »
Hello,

Can I call to Model Search Queries which I've created from my VBA project?

Thanks.

33
General Board / Re: Report Generation
« on: September 24, 2012, 08:47:59 pm »
Thanks. It's clear.

34
General Board / Report Generation
« on: September 20, 2012, 06:13:56 pm »
Hi,

I'm creating some report which lists all classes and their methods. How can I avoid to list classes without methods and classes with name that contains "Enum" word. And also how is it possible to export my document template with filter for example to different ea environment?

Thanks.

35
General Board / Re: Code Generation Template
« on: September 20, 2012, 12:00:09 am »
Ooh, I see. That's my mistake.

Thanks for everybody.

36
General Board / Re: Code Generation Template
« on: September 14, 2012, 01:07:28 am »
%if classStereotype == "Error" %
%Class_DDLFROMCLASS%
CREATE TABLE %qt%%CONVERT_NAME(className, "Pascal Case","Camel Case")%%qt%
(\n
%list="Attribute" @separator="\n" @indent="  "%
)GO
%endTemplate%
%ClassNotes%
%PI=" "%
%ClassDeclaration%
%ClassBody%

37
General Board / Re: Code Generation Template
« on: September 13, 2012, 10:45:49 pm »
From class template I call my custom template:

%Class_DDlCLASSG%.

38
General Board / Re: Code Generation Template
« on: September 13, 2012, 09:39:31 pm »
I see. The Code inside the template is fine, but when I'm putting it inside the custom template it looks like the template was not called at all. How can I check the pass or what ever can I check?

Thanks.

39
General Board / Code Generation Template
« on: September 13, 2012, 07:33:35 pm »
Hello,

I would like to ask how can I call my user defined template from Class or Attribute templates for example. I tried %myTemplate%, but it did not worked.

Thanks.

40
General Board / Re: Add New Tagged Value to the Attribute
« on: September 19, 2012, 08:28:28 pm »
Miracle. It does work when I've changed it to EA.AttributeTag.

Thanks a lot.

41
General Board / Re: Add New Tagged Value to the Attribute
« on: September 19, 2012, 07:17:51 pm »
This is, actually wrong:

Set addOrUpdateTaggedValue = myElement.TaggedValues.AddNew(tagName, "String")

Because this function returns EA.TaggedValue and AddNew function returns type Object. So, type mismatch. Is it possible to convert from one type to another in VBA?

Thanks.

42
General Board / Re: Add New Tagged Value to the Attribute
« on: September 19, 2012, 04:30:36 pm »
Thank you everyone for your replays :).

43
General Board / Add New Tagged Value to the Attribute
« on: September 14, 2012, 01:11:19 am »
Hello,

I'm trying to add some tagged value to an attribute usind API and VBA, but doing this: att.TaggedValues.AddNew "bla","bla" does not work. Even no errors. Should I use SQL for it?

Thanks

44
General Board / Re: DDL for Class, NOT a table
« on: September 13, 2012, 12:03:56 am »
OK. Another one question. Can I write some code in code generation template which does the same output like DDL Generation? Can I have some access to the code or template how is it done?

Thanks.

45
General Board / DDL for Class, NOT a table
« on: September 12, 2012, 08:10:04 pm »
Good morning,

I need to generate DDL from a class which is not a table. I don't have this option in ea to do it, but I badly need co create DDL from the Class. Convert stereotype of the class to the table is not an option also.

SO, ....

Thanks.

Pages: 1 2 [3] 4 5 ... 10