any reason why some fields are NOT generated?

Posts   
 
    
yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 29-Jan-2006 15:24:20   

hiya,

I'm on: 1) version 1.0.2005.1 final (self-servicing) 2) VisStudio 2005 RTM 3) sqlExpress RTM

I generated some code for a db table..worked fine.

I then: 1) created a relationship in the database for this table. 2) added some additional fields to this table in sqlServerManagement studio.

When I re-generate the code thru llblGenPro...the newly created fields are missing from the lblGenPro GUI.

I have closed and re-opened sqlServermanagement, and I can see the newly created fields.

Any ideas? I also closed the llblGenPro project, just to ensure that everything had refreshed.

many thanks, yogi

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 29-Jan-2006 16:06:21   

Please check the 'unmapped target fields' tab in the entity editor for this entity. Also check if in preferences -> Add NewFieldsAfterRefresh' is set to true. If it's set to false, no new fields are added automatically, you have to do that manually simple_smile

Frans Bouma | Lead developer LLBLGen Pro
yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 29-Jan-2006 17:27:46   

cheers Frans,

that did the trick. By the way, if you allow the user to select the text in the "version" textbox of the llblGenPro "about" box, then it is easier for them to paste it onto any posts that they submit, instead of typing it.

A small point, but it makes it easier for users to tell the forums which version they use.

ta, yogi

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 29-Jan-2006 21:04:05   

yogiberr wrote:

cheers Frans,

that did the trick. By the way, if you allow the user to select the text in the "version" textbox of the llblGenPro "about" box, then it is easier for them to paste it onto any posts that they submit, instead of typing it.

Good suggestion, I'll see what I can do simple_smile

Frans Bouma | Lead developer LLBLGen Pro