Relation
Hi, in my program I'm trying to use a .frx file for design and register datasources at runtime. All works well until I try to use a relation between 2 TableDataSources to filter data automatically. The problem is that this relation doesn't seem to work. If I have 4 master records with 1 child record each, all the child records end up in the report as children of the last master record. All other master records have no child records. I defined my relation as it is described in the ClassReference. It is probably correct, since at runtime, using Debug, I've seen that the relation has corrent Parent and Child datasources and correct Parent and Child columns set. What am i doing wrong? I hope I've been explicit enough. Any help is appreciated.