Book a Demo

Author Topic: Problem with Reverse engineer VB modules  (Read 3999 times)

raymondsing

  • EA User
  • **
  • Posts: 27
  • Karma: +0/-0
    • View Profile
Problem with Reverse engineer VB modules
« on: August 28, 2002, 04:27:46 am »
hi,

Any idea why module files (.bas) are not reverse engineered?
I right-click on Logical Model, select Code Engineering -> import source directory.
All the forms (.frm) are reverse engineered, but not module files.
I am using EA3.1 build 501.
« Last Edit: August 28, 2002, 04:28:43 am by raymondsing »

gsparks

  • EA User
  • **
  • Posts: 325
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Problem with Reverse engineer VB modules
« Reply #1 on: August 29, 2002, 04:44:55 am »
Hi,

If you check out the View/Options/Code Generation/Visual Basic dialog, there is an edit box to enter the default extensions to be processed when importing VB. Add .bas to the list.

Hope this helps,

Geoff Sparks

raymondsing

  • EA User
  • **
  • Posts: 27
  • Karma: +0/-0
    • View Profile
Re: Problem with Reverse engineer VB modules
« Reply #2 on: August 30, 2002, 02:37:15 am »
hi,

Oh I see! Thanks, I'll go and try. ;D