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

Pages: [1]
1
General Board / Re: Import from ERwin
« on: June 27, 2007, 01:02:39 am »
Hi speekna,

I am an existing ERwin user & have data models in ERwin that I need to import into EA.  I have version 7.2 of ERwin but cannot find specific reference to Sparx or EA.  Could you tell me where you found the EA transport mechanism please?

Cheers

Paul

2
Quote
I don't think this is a problem with EA's interface.  The problem here is that 'Scale' is unfortunately a keyword in VB.  To get around this, put square brackets around Scale and it should work.
e.g.   attrib.[Scale] = 1


Thanks for that.  It works perfectly. :)
I didn't know you could do that in VB!!!

Well done.

Cheers,

Paul

3
VB seems to be expecting the syntax for its own built-in Scale method, i.e.:
         object.Scale (x1,y1) - (x2,y2)

This is why it complains & asks for a bracket.

This is clearly a bug.  Sparx guys: is there a fix for this?

Pages: [1]