Matthias Fischaleck
Matthias Fischaleck
About
- Username
- Matthias Fischaleck
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
the "report.Dictionary.UpdateRelations();" line fixed it. Thank you!
-
well yes, this is exactly what is happenig... this is the code as-is: //insert table relation (to be used by FR.NET) parentColumn = ds.Tables["POSITIONS"].Columns["AUFTRAGID"]; childColumn = ds.Table…
-
As an addition: The notation "B.A.COLUMNAME_IN_A" is working in the nested Databand
-
I pinned down the main problem in this. the databand was called "OrderPositions" and the Table was called "ORDERPOSITIONS", which FRNet got mixed up. Now i get the data in the report, question now is how do i establish the master-detail relati…
-
I'll have a go at it when i have the time, but that's unfortunately not likely to be soon
-
Table-name and column-name verified, double checked and confirmed as existing. COuld it be a problem in registering the datasource?
-
This is going to be kind of hard as we are talking about a web application data backend here which is, essentially, "headless". I'll re-check the table name though