Book a Demo

Author Topic: Synchronize Model and Code  (Read 3619 times)

zkriz

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Synchronize Model and Code
« on: September 22, 2005, 06:52:51 am »
I have an element which was not imported from source file, but created from the EA. Now I'd like to assign a source file to it, and synchronize an element according to assigned source file.
How can I tell EA which source file to use?

Andreas_G

  • EA User
  • **
  • Posts: 125
  • Karma: +0/-0
  • And that's the way the cookie crumbles.
    • View Profile
Re: Synchronize Model and Code
« Reply #1 on: September 22, 2005, 08:10:45 am »
Enter the class in the Code Generation Dailog and try to synchronize your model from code.

I hope it works.  :-/
bye
Andreas

zkriz

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Synchronize Model and Code
« Reply #2 on: September 22, 2005, 11:51:44 pm »
It reports OLEDB (my repository is on Oracle) error during synchronization, but it seems to me that the synchronization is done. :D
I'm going to report it as a bug.
Anyway, thanks a lot!