Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
Manually Bound Child Bands - Casing is Critical
posted

I used a DataSet with relations set up to display Parent/Child tables. In the Child Bands the Character Cashing MUST exactly match the DataSet. For example, the DataMember  is case sensitive as well as any field names, or nothing will display.

Also, when using the designer, entering Key names does not show up in the list until you exit out and come back.

I consider both of these to be bugs that should be corrected!

Parents
No Data
Reply
  • 33839
    posted

    Hi funpilot2,

    I'll address your designer problem first.  I tried using the Bands editor and I see names showing up in the tree as soon as I change the key.  Perhaps you could write out some steps to reproduce this issue?  

    As for the field names and data members being case sensitive.  This has to be the case as you can have two properties with the same 'name' that have different casing.  For example an object that has an int ID prop and an int Id prop.  How would we know which to take.  Its for that same reason we need the data member to match case as well.

    regards,
    David Young 

Children