Fields mapped on to related fields

Posts   
 
    
shekar
User
Posts: 327
Joined: 26-Mar-2010
# Posted on: 29-Jun-2010 11:02:52   

Version LLBLGEN 3.0

Hi

In Ver 2.6, when I import DB schema, Fields mapped on to related fields used to appear automatically in designer

But in 3.0 it does not seem happen. Any settings are required to be enabled for this?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39903
Joined: 17-Aug-2003
# Posted on: 29-Jun-2010 11:28:47   

shekar wrote:

Version LLBLGEN 3.0

Hi

In Ver 2.6, when I import DB schema, Fields mapped on to related fields used to appear automatically in designer

They don't, you have to define them manually in v2.x and v3, that has always been the case.

But in 3.0 it does not seem happen. Any settings are required to be enabled for this?

No, you have to define them manually. Fields mapped onto related fields are something else than fields mapped onto relations, perhaps you confuse the two. In v3, fields mapped onto relations are called 'navigators', please read the section for v2.x users in the manual.

Frans Bouma | Lead developer LLBLGen Pro
shekar
User
Posts: 327
Joined: 26-Mar-2010
# Posted on: 29-Jun-2010 11:31:10   

Otis wrote:

shekar wrote:

Version LLBLGEN 3.0

Hi

In Ver 2.6, when I import DB schema, Fields mapped on to related fields used to appear automatically in designer

They don't, you have to define them manually in v2.x and v3, that has always been the case.

But in 3.0 it does not seem happen. Any settings are required to be enabled for this?

No, you have to define them manually. Fields mapped onto related fields are something else than fields mapped onto relations, perhaps you confuse the two. In v3, fields mapped onto relations are called 'navigators', please read the section for v2.x users in the manual.

Thanks