Set ChildEntity and refresh RelatedFields

Posts   
 
    
BertS
User
Posts: 89
Joined: 28-Jul-2005
# Posted on: 14-Sep-2005 19:07:01   

I've added some 'fields mapped on relations' to an entity (and marked as readonly). In code, I set the child-entity to an entity-object. The mapped fields are updated, but the field-changed event is not triggerred, and the bound textbox is not refreshed.

any ideas?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 15-Sep-2005 11:02:33   

BertS wrote:

I've added some 'fields mapped on relations' to an entity (and marked as readonly). In code, I set the child-entity to an entity-object. The mapped fields are updated, but the field-changed event is not triggerred, and the bound textbox is not refreshed. any ideas?

Hmm, this is indeed not supported at the moment. I'll file it as an issue to see if I can get this working.

Frans Bouma | Lead developer LLBLGen Pro
BertS
User
Posts: 89
Joined: 28-Jul-2005
# Posted on: 15-Sep-2005 12:31:48   

Ok, thanx

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 17-Sep-2005 12:20:53   

The events are setup, but not fired. I'll add these event calls to the code of 1.0.2005.1

Frans Bouma | Lead developer LLBLGen Pro